|
11 | 11 | ],
|
12 | 12 | "require": {
|
13 | 13 | "php": "^7.2",
|
14 |
| - "chubbyphp/chubbyphp-deserialization": "^2.15", |
15 |
| - "chubbyphp/chubbyphp-negotiation": "^1.5", |
16 |
| - "chubbyphp/chubbyphp-serialization": "^2.12", |
| 14 | + "chubbyphp/chubbyphp-deserialization": "^2.15.2", |
| 15 | + "chubbyphp/chubbyphp-negotiation": "^1.5.1", |
| 16 | + "chubbyphp/chubbyphp-serialization": "^2.12.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"
|
|
22 | 22 | "chubbyphp/chubbyphp-container": "^1.0",
|
23 | 23 | "chubbyphp/chubbyphp-mock": "^1.4.2",
|
24 | 24 | "friendsofphp/php-cs-fixer": "^2.16.1",
|
25 |
| - "infection/infection": "^0.14.3", |
26 |
| - "mavimo/phpstan-junit": "^0.2.3", |
27 |
| - "nunomaduro/phpinsights": "^1.11", |
| 25 | + "infection/infection": "^0.15", |
| 26 | + "mavimo/phpstan-junit": "^0.3", |
| 27 | + "nunomaduro/phpinsights": "^1.11.1", |
28 | 28 | "php-coveralls/php-coveralls": "^2.2",
|
29 | 29 | "phploc/phploc": "^5.0",
|
30 | 30 | "phpstan/extension-installer": "^1.0.3",
|
31 |
| - "phpstan/phpstan": "^0.11.19", |
32 |
| - "phpunit/phpunit": "^8.4.3", |
| 31 | + "phpstan/phpstan": "^0.12.3", |
| 32 | + "phpunit/phpunit": "^8.5.1", |
33 | 33 | "pimple/pimple": "^3.2.3"
|
34 | 34 | },
|
35 | 35 | "autoload": {
|
|
61 | 61 | "test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache",
|
62 | 62 | "test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit",
|
63 | 63 | "test:insights": "mkdir -p build && bash -c 'vendor/bin/phpinsights analyse -v --no-interaction --min-quality=94 --disable-security-check | tee build/phpinsights.log; if [ ${PIPESTATUS[0]} -ne \"0\" ]; then exit 1; fi'",
|
64 |
| - "test:integration": "vendor/bin/phpunit --testsuite=Integration --cache-result-file=build/phpunit/phpunit.result.cache", |
| 64 | + "test:integration": "vendor/bin/phpunit --testsuite=Integration --cache-result-file=build/phpunit/result.cache", |
65 | 65 | "test:lint": "mkdir -p build && find src tests -name '*.php' -print0 | xargs -0 -n1 -P$(nproc) php -l | tee build/phplint.log",
|
66 | 66 | "test:loc": "mkdir -p build && vendor/bin/phploc src --verbose | tee build/phploc.log",
|
67 | 67 | "test:static-analysis": "mkdir -p build && bash -c 'vendor/bin/phpstan analyse src --no-progress --level=7 --error-format=junit | tee build/phpstan.junit.xml; if [ ${PIPESTATUS[0]} -ne \"0\" ]; then exit 1; fi'",
|
68 |
| - "test:unit": "phpdbg -qrr vendor/bin/phpunit --testsuite=Unit --coverage-text --coverage-clover=build/phpunit/phpunit.clover.xml --coverage-html=build/phpunit/coverage-html --coverage-xml=build/phpunit/coverage-xml --log-junit=build/phpunit/phpunit.junit.xml --cache-result-file=build/phpunit/phpunit.result.cache" |
| 68 | + "test:unit": "phpdbg -qrr 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" |
69 | 69 | }
|
70 | 70 | }
|
0 commit comments