|
27 | 27 | "ext-zlib": "*" |
28 | 28 | }, |
29 | 29 | "require-dev": { |
30 | | - "brianium/paratest": "^6.2", |
31 | | - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", |
| 30 | + "brianium/paratest": "^6.4", |
| 31 | + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", |
32 | 32 | "j13k/yaml-lint": "^1.1", |
33 | | - "phan/phan": "^3.2.2", |
34 | | - "php-parallel-lint/php-parallel-lint": "^1.0", |
35 | | - "phpcompatibility/php-compatibility": "^9.3.5", |
| 33 | + "phan/phan": "^5.3", |
| 34 | + "php-parallel-lint/php-parallel-lint": "^1.3", |
| 35 | + "phpcompatibility/php-compatibility": "^9.3", |
36 | 36 | "phploc/phploc": "^7.0", |
37 | | - "phpmd/phpmd": "^2.8.2", |
38 | | - "phpstan/phpstan": "^0.12.46", |
39 | | - "phpunit/phpunit": "^9 || ^8", |
40 | | - "povils/phpmnd": "^2", |
| 37 | + "phpmd/phpmd": "^2.12", |
| 38 | + "phpstan/phpstan": "^1.6", |
| 39 | + "phpunit/phpunit": "^9.5", |
| 40 | + "povils/phpmnd": "^2.5", |
41 | 41 | "psalm/phar": "^4.23", |
42 | 42 | "roave/security-advisories": "dev-latest", |
43 | | - "sclable/xml-lint": "^0.4.0", |
| 43 | + "sclable/xml-lint": "^0.5.0", |
44 | 44 | "sebastian/phpcpd": "^6.0", |
45 | | - "seld/jsonlint": "^1.8", |
46 | | - "squizlabs/php_codesniffer": "^3.5.4", |
47 | | - "symfony/dotenv": "^5.0.3" |
| 45 | + "seld/jsonlint": "^1.9", |
| 46 | + "squizlabs/php_codesniffer": "^3.6", |
| 47 | + "symfony/dotenv": "^5.4" |
48 | 48 | }, |
49 | 49 | "suggest": { |
50 | 50 | "ext-xdebug": "Needed for code coverage with phpunit" |
|
97 | 97 | "lint-yaml": "./vendor/bin/yaml-lint .travis.yml", |
98 | 98 | "outdated-packages": "@composer outdated --strict --direct", |
99 | 99 | "phan": "./vendor/bin/phan", |
100 | | - "phpcompatibility": "./vendor/bin/phpcs -p --colors --extensions=php --standard=PHPCompatibility --runtime-set testVersion 7.2 src/ tests/", |
| 100 | + "phpcompatibility": "./vendor/bin/phpcs -p --colors --extensions=php --standard=PHPCompatibility --runtime-set testVersion 7.2- src/ tests/", |
101 | 101 | "phpcpd": "./vendor/bin/phpcpd src/", |
102 | 102 | "phpcs": "./vendor/bin/phpcs --extensions=php --standard=PSR1,PSR2 --exclude=PSR2.Classes.ClassDeclaration,Squiz.Functions.MultiLineFunctionDeclaration src/ tests/", |
103 | 103 | "phploc": "./vendor/bin/phploc --exclude=vendor --exclude=docs --exclude=build .", |
|
146 | 146 | "phpunit-addon": "Perform unit tests for add-on related API requests", |
147 | 147 | "phpunit-parallel": "Perform unit tests in parallel", |
148 | 148 | "phpunit-unreleased": "Perform unit tests for unreleased features", |
149 | | - "security-checker": "Look for dependencies with known security vulnerabilities", |
150 | 149 | "system-check": "Run some system checks" |
151 | 150 | }, |
152 | 151 | "extra": { |
|
0 commit comments