|
10 | 10 | } |
11 | 11 | ], |
12 | 12 | "require": { |
13 | | - "php": "^7.2", |
| 13 | + "php": "^7.2|^8.0", |
14 | 14 | "chubbyphp/chubbyphp-deserialization": "^3.0", |
15 | 15 | "chubbyphp/chubbyphp-negotiation": "^1.7", |
16 | 16 | "chubbyphp/chubbyphp-serialization": "^3.0", |
|
24 | 24 | "chubbyphp/chubbyphp-dev-helper": "dev-master", |
25 | 25 | "chubbyphp/chubbyphp-laminas-config-factory": "^1.0", |
26 | 26 | "chubbyphp/chubbyphp-mock": "^1.4.5", |
27 | | - "infection/infection": "^0.15.3|^0.16.4", |
28 | | - "php-coveralls/php-coveralls": "^2.2", |
| 27 | + "friendsofphp/php-cs-fixer": "^2.16@dev", |
| 28 | + "infection/infection": "^0.15.3|^0.16.6|^0.18.0", |
| 29 | + "php-coveralls/php-coveralls": "^2.4.1", |
29 | 30 | "phploc/phploc": "^5.0|^6.0.2", |
30 | | - "phpstan/extension-installer": "^1.0.4", |
31 | | - "phpstan/phpstan": "^0.12.32", |
32 | | - "phpunit/phpunit": "^8.5.8|^9.2.5", |
33 | | - "pimple/pimple": "^3.3" |
| 31 | + "phpstan/extension-installer": "^1.0.5", |
| 32 | + "phpstan/phpstan": "^0.12.50", |
| 33 | + "phpunit/phpunit": "^8.5.8|^9.4.1", |
| 34 | + "pimple/pimple": "^3.3", |
| 35 | + "psr/container": "^1.0" |
| 36 | + }, |
| 37 | + "conflict": { |
| 38 | + "composer/composer": "<1.10.16", |
| 39 | + "ocramius/package-versions": ">=1.10" |
34 | 40 | }, |
35 | 41 | "autoload": { |
36 | 42 | "psr-4": { "Chubbyphp\\ApiHttp\\": "src/" } |
|
58 | 64 | "@test:cs", |
59 | 65 | "@test:insights" |
60 | 66 | ], |
61 | | - "test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache", |
| 67 | + "test:cs": "mkdir -p build && PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache", |
62 | 68 | "test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit", |
63 | 69 | "test:insights": "mkdir -p build && bash -c 'vendor/bin/phpinsights analyse -v --no-interaction --min-quality=95 --disable-security-check | tee build/phpinsights.log; if [ ${PIPESTATUS[0]} -ne \"0\" ]; then exit 1; fi'", |
64 | 70 | "test:integration": "vendor/bin/phpunit --testsuite=Integration --cache-result-file=build/phpunit/result.cache", |
|
0 commit comments