-
- Downloads
Améliorations.
Showing
- Dockerfile 2 additions, 23 deletionsDockerfile
- bin/php-compat-build.sh 3 additions, 0 deletionsbin/php-compat-build.sh
- bin/php-compat-run.sh 33 additions, 0 deletionsbin/php-compat-run.sh
- composer.json 4 additions, 0 deletionscomposer.json
- docker-compose.yml 12 additions, 29 deletionsdocker-compose.yml
bin/php-compat-build.sh
0 → 100755
bin/php-compat-run.sh
0 → 100755
... | ... | @@ -16,6 +16,10 @@ |
"phpcompatibility/php-compatibility": "*", | ||
"phan/phan": "^1.2" | ||
}, | ||
"bin": [ | ||
"bin/php-compat-build.sh", | ||
"bin/php-compat-run.sh" | ||
], | ||
"scripts": { | ||
}, | ||
"autoload": { | ||
... | ... |
Please register or sign in to comment