|
28 | 28 | },
|
29 | 29 | "require-dev": {
|
30 | 30 | "chubbyphp/chubbyphp-dev-helper": "dev-master",
|
31 |
| - "chubbyphp/chubbyphp-mock": "^1.6", |
32 |
| - "infection/infection": "^0.25.2", |
33 |
| - "php-coveralls/php-coveralls": "^2.4.3", |
| 31 | + "chubbyphp/chubbyphp-mock": "^1.6.1", |
| 32 | + "infection/infection": "^0.25.3", |
| 33 | + "php-coveralls/php-coveralls": "^2.5.1", |
34 | 34 | "phploc/phploc": "^7.0.2",
|
35 | 35 | "phpstan/extension-installer": "^1.1",
|
36 |
| - "phpstan/phpstan": "^0.12.99", |
| 36 | + "phpstan/phpstan": "^1.1.2", |
37 | 37 | "phpunit/phpunit": "^9.5.10"
|
38 | 38 | },
|
39 | 39 | "autoload": {
|
|
47 | 47 | },
|
48 | 48 | "scripts": {
|
49 | 49 | "clean-directories": "bin/console clean-directories cache log",
|
50 |
| - "fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
| 50 | + "fix:cs": "mkdir -p build && PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
51 | 51 | "setup-dev": [
|
52 | 52 | "@clean-directories"
|
53 | 53 | ],
|
|
60 | 60 | "@test:loc",
|
61 | 61 | "@test:cs"
|
62 | 62 | ],
|
63 |
| - "test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache", |
| 63 | + "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", |
64 | 64 | "test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit",
|
65 | 65 | "test:integration": "vendor/bin/phpunit --testsuite=Integration --cache-result-file=build/phpunit/result.cache",
|
66 | 66 | "test:lint": "mkdir -p build && find src tests -name '*.php' -print0 | xargs -0 -n1 -P$(nproc) php -l | tee build/phplint.log",
|
|
0 commit comments