|
10 | 10 | } |
11 | 11 | ], |
12 | 12 | "require": { |
13 | | - "php": "^7.4|^8.0", |
14 | | - "chubbyphp/chubbyphp-deserialization": "^3.0", |
15 | | - "chubbyphp/chubbyphp-negotiation": "^1.7", |
16 | | - "chubbyphp/chubbyphp-serialization": "^3.0", |
| 13 | + "php": "^8.0", |
| 14 | + "chubbyphp/chubbyphp-deserialization": "^3.4.1", |
| 15 | + "chubbyphp/chubbyphp-negotiation": "^1.9", |
| 16 | + "chubbyphp/chubbyphp-serialization": "^3.2", |
17 | 17 | "psr/http-factory": "^1.0.1", |
18 | 18 | "psr/http-message": "^1.0.1", |
19 | 19 | "psr/http-server-middleware": "^1.0.1", |
20 | | - "psr/log": "^1.1.3" |
| 20 | + "psr/log": "^1.1.4|^2.0|^3.0" |
21 | 21 | }, |
22 | 22 | "require-dev": { |
23 | | - "chubbyphp/chubbyphp-container": "^1.4|^2.0", |
| 23 | + "chubbyphp/chubbyphp-container": "^2.1", |
24 | 24 | "chubbyphp/chubbyphp-dev-helper": "dev-master", |
25 | | - "chubbyphp/chubbyphp-laminas-config-factory": "^1.1.1", |
| 25 | + "chubbyphp/chubbyphp-laminas-config-factory": "^1.2", |
26 | 26 | "chubbyphp/chubbyphp-mock": "^1.6.1", |
27 | | - "infection/infection": "^0.25.3", |
28 | | - "php-coveralls/php-coveralls": "^2.5.1", |
| 27 | + "infection/infection": "^0.26.5", |
| 28 | + "php-coveralls/php-coveralls": "^2.5.2", |
29 | 29 | "phploc/phploc": "^7.0.2", |
30 | 30 | "phpstan/extension-installer": "^1.1", |
31 | | - "phpstan/phpstan": "^1.1.2", |
32 | | - "phpunit/phpunit": "^9.5.10", |
33 | | - "pimple/pimple": "^3.4", |
34 | | - "psr/container": "^1.1.1|^2.0.1" |
| 31 | + "phpstan/phpstan": "^1.4.8", |
| 32 | + "phpunit/phpunit": "^9.5.17", |
| 33 | + "pimple/pimple": "^3.5", |
| 34 | + "psr/container": "^2.0.2" |
35 | 35 | }, |
36 | 36 | "autoload": { |
37 | 37 | "psr-4": { "Chubbyphp\\ApiHttp\\": "src/" } |
|
40 | 40 | "psr-4": { "Chubbyphp\\Tests\\ApiHttp\\": "tests/" } |
41 | 41 | }, |
42 | 42 | "config": { |
43 | | - "sort-packages": true |
| 43 | + "sort-packages": true, |
| 44 | + "allow-plugins": { |
| 45 | + "infection/extension-installer": true, |
| 46 | + "phpstan/extension-installer": true |
| 47 | + } |
44 | 48 | }, |
45 | 49 | "extra": { |
46 | 50 | "branch-alias": { |
47 | | - "dev-master": "4.1-dev" |
| 51 | + "dev-master": "4.2-dev" |
48 | 52 | } |
49 | 53 | }, |
50 | 54 | "scripts": { |
|
59 | 63 | "@test:cs" |
60 | 64 | ], |
61 | 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", |
62 | | - "test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=98 --verbose --coverage=build/phpunit", |
| 66 | + "test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=63 --verbose --coverage=build/phpunit", |
63 | 67 | "test:integration": "vendor/bin/phpunit --testsuite=Integration --cache-result-file=build/phpunit/result.cache", |
64 | 68 | "test:lint": "mkdir -p build && find src tests -name '*.php' -print0 | xargs -0 -n1 -P$(nproc) php -l | tee build/phplint.log", |
65 | 69 | "test:loc": "mkdir -p build && vendor/bin/phploc src | tee build/phploc.log", |
|
0 commit comments