|
17 | 17 | } |
18 | 18 | ], |
19 | 19 | "require": { |
20 | | - "php": "^8.2", |
21 | | - "ext-swoole": "^5.1.7|^6.0", |
22 | | - "dflydev/fig-cookies": "^3.1", |
| 20 | + "php": "^8.3", |
| 21 | + "ext-swoole": "^5.1.8|^6.1.3", |
| 22 | + "dflydev/fig-cookies": "^3.2", |
23 | 23 | "psr/http-factory": "^1.1", |
24 | 24 | "psr/http-message": "^1.1|^2.0", |
25 | 25 | "psr/http-server-handler": "^1.0.2", |
26 | 26 | "psr/log": "^2.0|^3.0.2" |
27 | 27 | }, |
28 | 28 | "require-dev": { |
29 | | - "blackfire/php-sdk": "^2.5.7", |
| 29 | + "blackfire/php-sdk": "^2.5.10", |
30 | 30 | "chubbyphp/chubbyphp-dev-helper": "dev-master", |
31 | | - "chubbyphp/chubbyphp-mock": "^2.0", |
32 | | - "infection/infection": "^0.29.12", |
33 | | - "php-coveralls/php-coveralls": "^2.7", |
| 31 | + "chubbyphp/chubbyphp-mock": "^2.0.1", |
| 32 | + "infection/infection": "^0.31.9", |
| 33 | + "php-coveralls/php-coveralls": "^2.9", |
34 | 34 | "phpstan/extension-installer": "^1.4.3", |
35 | | - "phpstan/phpstan": "^2.1.6", |
36 | | - "phpunit/phpunit": "^11.5.9", |
37 | | - "swoole/ide-helper": "^5.1.7|^6.0" |
| 35 | + "phpstan/phpstan": "^2.1.32", |
| 36 | + "phpunit/phpunit": "^12.4.5", |
| 37 | + "swoole/ide-helper": "^5.1.8|^6.1.3" |
38 | 38 | }, |
39 | 39 | "autoload": { |
40 | 40 | "psr-4": { |
|
59 | 59 | } |
60 | 60 | }, |
61 | 61 | "scripts": { |
62 | | - "fix:cs": "mkdir -p build && PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
| 62 | + "fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
63 | 63 | "test": [ |
64 | 64 | "@test:lint", |
65 | 65 | "@test:unit", |
|
68 | 68 | "@test:static-analysis", |
69 | 69 | "@test:cs" |
70 | 70 | ], |
71 | | - "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", |
| 71 | + "test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache", |
72 | 72 | "test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=96 --verbose --coverage=build/phpunit", |
73 | 73 | "test:integration": "vendor/bin/phpunit --testsuite=Integration --cache-directory=build/phpunit", |
74 | 74 | "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