Premier commit.
parents
.dockerignore
0 → 100644
.gitignore
0 → 100644
.phan/config-unicaen.php
0 → 100644
.phan/config-vendor.php
0 → 100644
Dockerfile
0 → 100644
bin/check-compat.md
0 → 100644
bin/check-compat.sh
0 → 100755
bin/docker-build-app.sh
0 → 100755
bin/phpcs.sh
0 → 100755
composer.json
0 → 100755
{ | ||
"name": "unicaen/php-compat", | ||
"description": "Outils de test de compatibilité PHP", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://gest.unicaen.fr/packagist" | ||
} | ||
], | ||
"require": { | ||
}, | ||
"require-dev": { | ||
"squizlabs/php_codesniffer": "3.*", | ||
"dealerdirect/phpcodesniffer-composer-installer": "^0.4", | ||
"slevomat/coding-standard": "^4.0", | ||
"phpcompatibility/php-compatibility": "*", | ||
"phan/phan": "^1.2" | ||
}, | ||
"scripts": { | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Application\\": "module/Application/src" | ||
}, | ||
"files": [ | ||
"module/Application/Module.php" | ||
] | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"ApplicationTest\\": "module/Application/test" | ||
} | ||
} | ||
} |
docker-compose.yml
0 → 100644
Please register or sign in to comment