|
10 | 10 | } |
11 | 11 | ], |
12 | 12 | "require": { |
13 | | - "php": "^8.2", |
| 13 | + "php": "^8.3", |
14 | 14 | "ext-json": "*", |
15 | | - "chubbyphp/chubbyphp-clean-directories": "^1.4", |
16 | | - "chubbyphp/chubbyphp-framework": "^5.2", |
17 | | - "chubbyphp/chubbyphp-framework-router-fastroute": "^2.2", |
18 | | - "chubbyphp/chubbyphp-laminas-config": "^1.4", |
| 15 | + "chubbyphp/chubbyphp-clean-directories": "^1.5", |
| 16 | + "chubbyphp/chubbyphp-framework": "^5.3", |
| 17 | + "chubbyphp/chubbyphp-framework-router-fastroute": "^2.3", |
| 18 | + "chubbyphp/chubbyphp-laminas-config": "^1.5", |
19 | 19 | "monolog/monolog": "^3.9", |
20 | | - "slim/psr7": "^1.7.1", |
21 | | - "symfony/console": "^7.3.2" |
| 20 | + "slim/psr7": "^1.8", |
| 21 | + "symfony/console": "^7.4" |
22 | 22 | }, |
23 | 23 | "require-dev": { |
24 | 24 | "chubbyphp/chubbyphp-dev-helper": "dev-master", |
25 | | - "chubbyphp/chubbyphp-mock": "^2.0", |
26 | | - "infection/infection": "^0.31.1", |
27 | | - "php-coveralls/php-coveralls": "^2.8", |
| 25 | + "chubbyphp/chubbyphp-mock": "^2.1", |
| 26 | + "infection/infection": "^0.31.9", |
| 27 | + "php-coveralls/php-coveralls": "^2.9", |
28 | 28 | "phpstan/extension-installer": "^1.4.3", |
29 | | - "phpstan/phpstan": "^2.1.22", |
30 | | - "phpunit/phpunit": "^11.5.32" |
| 29 | + "phpstan/phpstan": "^2.1.33", |
| 30 | + "phpunit/phpunit": "^12.5" |
31 | 31 | }, |
32 | 32 | "autoload": { |
33 | 33 | "psr-4": { "App\\": "src/" } |
|
44 | 44 | }, |
45 | 45 | "scripts": { |
46 | 46 | "clean-directories": "bin/console clean-directories cache log", |
47 | | - "fix:cs": "mkdir -p build && PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
| 47 | + "fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
48 | 48 | "setup-dev": [ |
49 | 49 | "@clean-directories" |
50 | 50 | ], |
|
56 | 56 | "@test:static-analysis", |
57 | 57 | "@test:cs" |
58 | 58 | ], |
59 | | - "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", |
| 59 | + "test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache", |
60 | 60 | "test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit", |
61 | 61 | "test:integration": "vendor/bin/phpunit --configuration phpunit.integration.xml --cache-directory=build/phpunit/integration.cache", |
62 | 62 | "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