Skip to content

Commit d5f1053

Browse files
Updating the dependencies to work with PHP 7.4
1 parent 0558f1f commit d5f1053

2 files changed

Lines changed: 224 additions & 216 deletions

File tree

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
"ext-xml": "*",
3232
"brianium/paratest": "^6.4",
3333
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
34-
"j13k/yaml-lint": "^1.1.4",
35-
"phan/phan": "^5.3.2",
36-
"php-parallel-lint/php-parallel-lint": "^1.3.2",
37-
"phpcompatibility/php-compatibility": "^9.3.5",
38-
"phploc/phploc": "^7.0.2",
39-
"phpmd/phpmd": "^2.12.0",
40-
"phpstan/phpstan": "^1.6.8",
41-
"phpunit/phpunit": "^9.5.20",
42-
"povils/phpmnd": "^2.5.0",
34+
"j13k/yaml-lint": "^1.1",
35+
"phan/phan": "^5.3",
36+
"php-parallel-lint/php-parallel-lint": "^1.3",
37+
"phpcompatibility/php-compatibility": "^9.3",
38+
"phploc/phploc": "^7.0",
39+
"phpmd/phpmd": "^2.12",
40+
"phpstan/phpstan": "^1.7",
41+
"phpunit/phpunit": "^9.5",
42+
"povils/phpmnd": "^2.5",
4343
"psalm/phar": "^4.23",
4444
"roave/security-advisories": "dev-master",
4545
"sclable/xml-lint": "^0.5.0",
46-
"sebastian/phpcpd": "^6.0.3",
47-
"seld/jsonlint": "^1.9.0",
48-
"squizlabs/php_codesniffer": "^3.6.2",
49-
"symfony/dotenv": "^6.0.5"
46+
"sebastian/phpcpd": "^6.0",
47+
"seld/jsonlint": "^1.9",
48+
"squizlabs/php_codesniffer": "^3.6",
49+
"symfony/dotenv": "^5.4"
5050
},
5151
"suggest": {
5252
"ext-xdebug": "Needed for code coverage with phpunit"

0 commit comments

Comments
 (0)