|
10 | 10 | }
|
11 | 11 | ],
|
12 | 12 | "require": {
|
13 |
| - "php": "^8.0", |
14 |
| - "chubbyphp/chubbyphp-deserialization": "^3.5.1", |
15 |
| - "chubbyphp/chubbyphp-http-exception": "^1.0.1", |
16 |
| - "chubbyphp/chubbyphp-negotiation": "^1.9", |
17 |
| - "chubbyphp/chubbyphp-serialization": "^3.3.1", |
18 |
| - "psr/http-factory": "^1.0.1", |
19 |
| - "psr/http-message": "^1.0.1", |
20 |
| - "psr/http-server-middleware": "^1.0.1", |
21 |
| - "psr/log": "^1.1.4|^2.0|^3.0" |
| 13 | + "php": "^8.1", |
| 14 | + "chubbyphp/chubbyphp-deserialization": "^4.0", |
| 15 | + "chubbyphp/chubbyphp-http-exception": "^1.1", |
| 16 | + "chubbyphp/chubbyphp-negotiation": "^2.0", |
| 17 | + "chubbyphp/chubbyphp-serialization": "^4.0", |
| 18 | + "psr/http-factory": "^1.0.2", |
| 19 | + "psr/http-message": "^1.1|^2.0", |
| 20 | + "psr/http-server-middleware": "^1.0.2", |
| 21 | + "psr/log": "^2.0|^3.0" |
22 | 22 | },
|
23 | 23 | "require-dev": {
|
24 |
| - "chubbyphp/chubbyphp-container": "^2.1", |
| 24 | + "chubbyphp/chubbyphp-container": "^2.2", |
25 | 25 | "chubbyphp/chubbyphp-dev-helper": "dev-master",
|
26 |
| - "chubbyphp/chubbyphp-laminas-config-factory": "^1.2", |
27 |
| - "chubbyphp/chubbyphp-mock": "^1.6.1", |
28 |
| - "infection/infection": "^0.26.5", |
29 |
| - "php-coveralls/php-coveralls": "^2.5.2", |
30 |
| - "phploc/phploc": "^7.0.2", |
31 |
| - "phpstan/extension-installer": "^1.1", |
32 |
| - "phpstan/phpstan": "^1.4.8", |
33 |
| - "phpunit/phpunit": "^9.5.17", |
| 26 | + "chubbyphp/chubbyphp-laminas-config-factory": "^1.3", |
| 27 | + "chubbyphp/chubbyphp-mock": "^1.7", |
| 28 | + "infection/infection": "^0.27.9", |
| 29 | + "php-coveralls/php-coveralls": "^2.7", |
| 30 | + "phpstan/extension-installer": "^1.3.1", |
| 31 | + "phpstan/phpstan": "^1.10.50", |
| 32 | + "phpunit/phpunit": "^10.5.3", |
34 | 33 | "pimple/pimple": "^3.5",
|
35 | 34 | "psr/container": "^2.0.2"
|
36 | 35 | },
|
|
49 | 48 | },
|
50 | 49 | "extra": {
|
51 | 50 | "branch-alias": {
|
52 |
| - "dev-master": "5.0-dev" |
| 51 | + "dev-master": "6.0-dev" |
53 | 52 | }
|
54 | 53 | },
|
55 | 54 | "scripts": {
|
|
60 | 59 | "@test:integration",
|
61 | 60 | "@test:infection",
|
62 | 61 | "@test:static-analysis",
|
63 |
| - "@test:loc", |
64 | 62 | "@test:cs"
|
65 | 63 | ],
|
66 | 64 | "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",
|
67 | 65 | "test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit",
|
68 | 66 | "test:integration": "vendor/bin/phpunit --testsuite=Integration --cache-result-file=build/phpunit/result.cache",
|
69 | 67 | "test:lint": "mkdir -p build && find src tests -name '*.php' -print0 | xargs -0 -n1 -P$(nproc) php -l | tee build/phplint.log",
|
70 |
| - "test:loc": "mkdir -p build && vendor/bin/phploc src | tee build/phploc.log", |
71 | 68 | "test:static-analysis": "mkdir -p build && bash -c 'vendor/bin/phpstan analyse src --no-progress --level=8 --error-format=junit | tee build/phpstan.junit.xml; if [ ${PIPESTATUS[0]} -ne \"0\" ]; then exit 1; fi'",
|
72 | 69 | "test:unit": "vendor/bin/phpunit --testsuite=Unit --coverage-text --coverage-clover=build/phpunit/clover.xml --coverage-html=build/phpunit/coverage-html --coverage-xml=build/phpunit/coverage-xml --log-junit=build/phpunit/junit.xml --cache-result-file=build/phpunit/result.cache"
|
73 | 70 | }
|
|
0 commit comments