|
17 | 17 | } |
18 | 18 | ], |
19 | 19 | "require": { |
20 | | - "php": "^8.2", |
| 20 | + "php": "^8.3", |
21 | 21 | "psr/http-factory": "^1.1", |
22 | 22 | "psr/http-message": "^1.1|^2.0", |
23 | 23 | "psr/http-server-handler": "^1.0.2", |
24 | 24 | "psr/log": "^2.0|^3.0.2", |
25 | | - "workerman/workerman": "^4.2.1" |
| 25 | + "workerman/workerman": "^5.1.6" |
26 | 26 | }, |
27 | 27 | "require-dev": { |
28 | | - "blackfire/php-sdk": "^2.5.7", |
| 28 | + "blackfire/php-sdk": "^2.5.10", |
29 | 29 | "chubbyphp/chubbyphp-dev-helper": "dev-master", |
30 | | - "chubbyphp/chubbyphp-mock": "^2.0", |
31 | | - "infection/infection": "^0.29.12", |
32 | | - "php-coveralls/php-coveralls": "^2.7", |
| 30 | + "chubbyphp/chubbyphp-mock": "^2.0.1", |
| 31 | + "infection/infection": "^0.31.9", |
| 32 | + "php-coveralls/php-coveralls": "^2.9", |
33 | 33 | "phpstan/extension-installer": "^1.4.3", |
34 | | - "phpstan/phpstan": "^2.1.6", |
35 | | - "phpunit/phpunit": "^11.5.9" |
| 34 | + "phpstan/phpstan": "^2.1.32", |
| 35 | + "phpunit/phpunit": "^12.4.5" |
36 | 36 | }, |
37 | 37 | "autoload": { |
38 | 38 | "psr-4": { "Chubbyphp\\WorkermanRequestHandler\\": "src/" } |
|
49 | 49 | }, |
50 | 50 | "extra": { |
51 | 51 | "branch-alias": { |
52 | | - "dev-master": "2.2-dev" |
| 52 | + "dev-master": "2.3-dev" |
53 | 53 | } |
54 | 54 | }, |
55 | 55 | "scripts": { |
56 | | - "fix:cs": "mkdir -p build && PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
| 56 | + "fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
57 | 57 | "test": [ |
58 | 58 | "@test:lint", |
59 | 59 | "@test:unit", |
|
62 | 62 | "@test:static-analysis", |
63 | 63 | "@test:cs" |
64 | 64 | ], |
65 | | - "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", |
| 65 | + "test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache", |
66 | 66 | "test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit", |
67 | 67 | "test:integration": "vendor/bin/phpunit --testsuite=Integration --cache-directory=build/phpunit", |
68 | 68 | "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