Skip to content

Commit 61a7435

Browse files
Updating all updatable dependencies, adding composer.lock file
1 parent cacbea3 commit 61a7435

2 files changed

Lines changed: 5644 additions & 15 deletions

File tree

composer.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@
2727
"ext-zlib": "*"
2828
},
2929
"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",
3232
"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",
3636
"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",
4141
"psalm/phar": "^4.23",
4242
"roave/security-advisories": "dev-latest",
43-
"sclable/xml-lint": "^0.4.0",
43+
"sclable/xml-lint": "^0.5.0",
4444
"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"
4848
},
4949
"suggest": {
5050
"ext-xdebug": "Needed for code coverage with phpunit"
@@ -97,7 +97,7 @@
9797
"lint-yaml": "./vendor/bin/yaml-lint .travis.yml",
9898
"outdated-packages": "@composer outdated --strict --direct",
9999
"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/",
101101
"phpcpd": "./vendor/bin/phpcpd src/",
102102
"phpcs": "./vendor/bin/phpcs --extensions=php --standard=PSR1,PSR2 --exclude=PSR2.Classes.ClassDeclaration,Squiz.Functions.MultiLineFunctionDeclaration src/ tests/",
103103
"phploc": "./vendor/bin/phploc --exclude=vendor --exclude=docs --exclude=build .",
@@ -146,7 +146,6 @@
146146
"phpunit-addon": "Perform unit tests for add-on related API requests",
147147
"phpunit-parallel": "Perform unit tests in parallel",
148148
"phpunit-unreleased": "Perform unit tests for unreleased features",
149-
"security-checker": "Look for dependencies with known security vulnerabilities",
150149
"system-check": "Run some system checks"
151150
},
152151
"extra": {

0 commit comments

Comments
 (0)