Skip to content

Commit b85f3b2

Browse files
committed
Require concrete versions of dev dependencies
Hopefully, this will fix the dependency hell in PHP 7.3 and 7.4.
1 parent 5c71c41 commit b85f3b2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"j13k/yaml-lint": "^1.1",
3434
"phan/phan": "^2.4.6",
3535
"php-parallel-lint/php-parallel-lint": "^1.0",
36-
"phpcompatibility/php-compatibility": "*",
36+
"phpcompatibility/php-compatibility": "^9.3.5",
3737
"phploc/phploc": "^6 || ^5",
38-
"phpmd/phpmd": "@stable",
38+
"phpmd/phpmd": "^2.8.2",
3939
"phpstan/phpstan": "^0.12.7",
4040
"phpunit/phpunit": "^9 || ^8",
4141
"povils/phpmnd": "^2",
@@ -45,13 +45,12 @@
4545
"seld/jsonlint": "^1.7",
4646
"sensiolabs/security-checker": "^6.0.3",
4747
"sllh/composer-lint": "^1.0",
48-
"squizlabs/php_codesniffer": "*",
48+
"squizlabs/php_codesniffer": "^3.5.4",
4949
"symfony/dotenv": "^5.0.3"
5050
},
5151
"suggest": {
5252
"ext-xdebug": "Needed for code coverage with phpunit"
5353
},
54-
"prefer-stable" : true,
5554
"autoload": {
5655
"psr-4": {
5756
"bheisig\\idoitapi\\": "src/"

0 commit comments

Comments
 (0)