|
22 | 22 | "psr/http-message": "^1.0.1", |
23 | 23 | "psr/http-server-handler": "^1.0.1", |
24 | 24 | "psr/log": "^1.1.4", |
25 | | - "workerman/workerman": "^4.0.6" |
| 25 | + "workerman/workerman": "^4.0.24" |
26 | 26 | }, |
27 | 27 | "require-dev": { |
28 | 28 | "blackfire/php-sdk": "^1.23", |
29 | 29 | "chubbyphp/chubbyphp-dev-helper": "dev-master", |
30 | | - "chubbyphp/chubbyphp-mock": "^1.6", |
31 | | - "infection/infection": "^0.25.2", |
32 | | - "php-coveralls/php-coveralls": "^2.4.3", |
| 30 | + "chubbyphp/chubbyphp-mock": "^1.6.1", |
| 31 | + "infection/infection": "^0.25.3", |
| 32 | + "php-coveralls/php-coveralls": "^2.5.1", |
33 | 33 | "phploc/phploc": "^7.0.2", |
34 | 34 | "phpstan/extension-installer": "^1.1", |
35 | | - "phpstan/phpstan": "^0.12.99", |
| 35 | + "phpstan/phpstan": "^1.1.2", |
36 | 36 | "phpunit/phpunit": "^9.5.10" |
37 | 37 | }, |
38 | 38 | "autoload": { |
|
50 | 50 | } |
51 | 51 | }, |
52 | 52 | "scripts": { |
53 | | - "fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
| 53 | + "fix:cs": "mkdir -p build && PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
54 | 54 | "test": [ |
55 | 55 | "@test:lint", |
56 | 56 | "@test:unit", |
|
60 | 60 | "@test:loc", |
61 | 61 | "@test:cs" |
62 | 62 | ], |
63 | | - "test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache", |
| 63 | + "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", |
64 | 64 | "test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit", |
65 | 65 | "test:integration": "vendor/bin/phpunit --testsuite=Integration --cache-result-file=build/phpunit/result.cache", |
66 | 66 | "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