|
19 | 19 | } |
20 | 20 | ], |
21 | 21 | "require": { |
22 | | - "php": "^8.1", |
| 22 | + "php": "^8.2", |
23 | 23 | "ext-dom": "*", |
24 | 24 | "ext-json": "*", |
25 | 25 | "ext-mbstring": "*", |
26 | | - "symfony/yaml": "^5.4.31|^6.3.8|^7.0" |
| 26 | + "symfony/yaml": "^5.4.46|^6.4.14|^7.2" |
27 | 27 | }, |
28 | 28 | "require-dev": { |
29 | 29 | "chubbyphp/chubbyphp-container": "^2.2", |
30 | 30 | "chubbyphp/chubbyphp-dev-helper": "dev-master", |
31 | 31 | "chubbyphp/chubbyphp-laminas-config-factory": "^1.3", |
32 | | - "chubbyphp/chubbyphp-mock": "^1.7.0", |
33 | | - "infection/infection": "^0.27.8", |
| 32 | + "chubbyphp/chubbyphp-mock": "^1.8", |
| 33 | + "infection/infection": "^0.29.8", |
34 | 34 | "php-coveralls/php-coveralls": "^2.7.0", |
35 | | - "phpstan/extension-installer": "^1.3.1", |
36 | | - "phpstan/phpstan": "^1.10.45", |
37 | | - "phpunit/phpunit": "^10.4.2", |
| 35 | + "phpstan/extension-installer": "^1.4.3", |
| 36 | + "phpstan/phpstan": "^2.0.3", |
| 37 | + "phpunit/phpunit": "^11.5.0", |
38 | 38 | "psr/container": "^2.0.2" |
39 | 39 | }, |
40 | 40 | "autoload": { |
|
56 | 56 | }, |
57 | 57 | "extra": { |
58 | 58 | "branch-alias": { |
59 | | - "dev-master": "1.1-dev" |
| 59 | + "dev-master": "1.2-dev" |
60 | 60 | } |
61 | 61 | }, |
62 | 62 | "scripts": { |
|
71 | 71 | ], |
72 | 72 | "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", |
73 | 73 | "test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit", |
74 | | - "test:integration": "vendor/bin/phpunit --testsuite=Integration --cache-result-file=build/phpunit/result.cache", |
| 74 | + "test:integration": "vendor/bin/phpunit --testsuite=Integration --cache-directory=build/phpunit", |
75 | 75 | "test:lint": "mkdir -p build && find src tests -name '*.php' -print0 | xargs -0 -n1 -P$(nproc) php -l | tee build/phplint.log", |
76 | 76 | "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'", |
77 | | - "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" |
| 77 | + "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-directory=build/phpunit" |
78 | 78 | } |
79 | 79 | } |
0 commit comments