|
14 | 14 | } |
15 | 15 | ], |
16 | 16 | "require": { |
17 | | - "php": "^8.2", |
| 17 | + "php": "^8.3", |
18 | 18 | "psr/container": "^2.0.2" |
19 | 19 | }, |
20 | 20 | "require-dev": { |
21 | 21 | "chubbyphp/chubbyphp-dev-helper": "dev-master", |
22 | | - "chubbyphp/chubbyphp-mock": "^2.0", |
23 | | - "infection/infection": "^0.29.13", |
24 | | - "php-coveralls/php-coveralls": "^2.7.0", |
| 22 | + "chubbyphp/chubbyphp-mock": "^2.0.1", |
| 23 | + "infection/infection": "^0.31.9", |
| 24 | + "php-coveralls/php-coveralls": "^2.9", |
25 | 25 | "phpstan/extension-installer": "^1.4.3", |
26 | | - "phpstan/phpstan": "^2.1.6", |
27 | | - "phpunit/phpunit": "^11.5.10" |
| 26 | + "phpstan/phpstan": "^2.1.32", |
| 27 | + "phpunit/phpunit": "^12.4.5" |
28 | 28 | }, |
29 | 29 | "autoload": { |
30 | 30 | "psr-4": { "Chubbyphp\\Container\\": "src/" } |
|
45 | 45 | } |
46 | 46 | }, |
47 | 47 | "scripts": { |
48 | | - "fix:cs": "mkdir -p build && PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
| 48 | + "fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
49 | 49 | "test": [ |
50 | 50 | "@test:lint", |
51 | 51 | "@test:unit", |
|
54 | 54 | "@test:static-analysis", |
55 | 55 | "@test:cs" |
56 | 56 | ], |
57 | | - "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", |
| 57 | + "test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache", |
58 | 58 | "test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit", |
59 | 59 | "test:integration": "vendor/bin/phpunit --testsuite=Integration --cache-directory=build/phpunit", |
60 | 60 | "test:lint": "mkdir -p build && find src tests -name '*.php' -print0 | xargs -0 -n1 -P$(nproc) php -l | tee build/phplint.log", |
|
0 commit comments