|
11 | 11 | ],
|
12 | 12 | "require": {
|
13 | 13 | "php": "^7.2",
|
14 |
| - "doctrine/inflector": "^1.0", |
| 14 | + "doctrine/inflector": "^1.0|^2.0", |
15 | 15 | "psr/http-message": "^1.0.1",
|
16 | 16 | "psr/link": "^1.0",
|
17 |
| - "psr/log": "^1.1" |
| 17 | + "psr/log": "^1.1.3" |
18 | 18 | },
|
19 | 19 | "require-dev": {
|
20 |
| - "chubbyphp/chubbyphp-container": "^1.0", |
| 20 | + "chubbyphp/chubbyphp-container": "^1.1", |
21 | 21 | "chubbyphp/chubbyphp-dev-helper": "dev-master",
|
22 | 22 | "chubbyphp/chubbyphp-laminas-config-factory": "^1.0",
|
23 |
| - "chubbyphp/chubbyphp-mock": "^1.4.2", |
| 23 | + "chubbyphp/chubbyphp-mock": "^1.4.5", |
24 | 24 | "doctrine/persistence": "^1.3|^2.0",
|
25 |
| - "infection/infection": "^0.15", |
| 25 | + "infection/infection": "^0.15.3|^0.16.4", |
26 | 26 | "mavimo/phpstan-junit": "^0.3",
|
27 | 27 | "php-coveralls/php-coveralls": "^2.2",
|
28 |
| - "phploc/phploc": "^5.0", |
29 |
| - "phpstan/extension-installer": "^1.0.3", |
30 |
| - "phpstan/phpstan": "^0.12.3", |
31 |
| - "phpunit/phpunit": "^8.5.1", |
32 |
| - "pimple/pimple": "^3.2.3", |
| 28 | + "phploc/phploc": "^5.0|^6.0.2", |
| 29 | + "phpstan/extension-installer": "^1.0.4", |
| 30 | + "phpstan/phpstan": "^0.12.32", |
| 31 | + "phpunit/phpunit": "^8.5.8|^9.2.5", |
| 32 | + "pimple/pimple": "^3.3", |
33 | 33 | "psr/container": "^1.0",
|
34 |
| - "symfony/config": "^2.8.50|^3.4.26|^4.2.7|^5.0", |
35 |
| - "symfony/dependency-injection": "^2.8.50|^3.4.26|^4.2.7|^5.0", |
36 |
| - "symfony/yaml": "^2.8.50|^3.4.26|^4.2.7|^5.0" |
| 34 | + "symfony/config": "^3.4.42|^4.4.10|^5.0.10", |
| 35 | + "symfony/dependency-injection": "^3.4.42|^4.4.10|^5.0.10", |
| 36 | + "symfony/yaml": "^3.4.42|^4.4.10|^5.0.10" |
37 | 37 | },
|
38 | 38 | "autoload": {
|
39 | 39 | "psr-4": { "Chubbyphp\\Serialization\\": "src/" }
|
|
46 | 46 | },
|
47 | 47 | "extra": {
|
48 | 48 | "branch-alias": {
|
49 |
| - "dev-master": "2.15-dev" |
| 49 | + "dev-master": "3.0-dev" |
50 | 50 | }
|
51 | 51 | },
|
52 | 52 | "scripts": {
|
|
63 | 63 | ],
|
64 | 64 | "test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache",
|
65 | 65 | "test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=87 --verbose --coverage=build/phpunit",
|
66 |
| - "test:insights": "mkdir -p build && bash -c 'vendor/bin/phpinsights analyse -v --no-interaction --min-quality=88 --disable-security-check | tee build/phpinsights.log; if [ ${PIPESTATUS[0]} -ne \"0\" ]; then exit 1; fi'", |
| 66 | + "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'", |
67 | 67 | "test:integration": "vendor/bin/phpunit --testsuite=Integration --cache-result-file=build/phpunit/result.cache",
|
68 | 68 | "test:lint": "mkdir -p build && find src tests -name '*.php' -print0 | xargs -0 -n1 -P$(nproc) php -l | tee build/phplint.log",
|
69 | 69 | "test:loc": "mkdir -p build && vendor/bin/phploc src --verbose | tee build/phploc.log",
|
|
0 commit comments