Skip to content

Commit 516059d

Browse files
committed
Require develop version because latest php compatibility versions are too old
1 parent f8f60d2 commit 516059d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

composer.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,22 @@
1919
"require": {
2020
"php": ">=7.0",
2121
"phpro/grumphp": "*",
22-
"phpcompatibility/php-compatibility": "^9.2",
22+
"phpcompatibility/php-compatibility": "dev-develop",
2323
"squizlabs/php_codesniffer": "^3.4"
24+
},
25+
"require-dev":{
26+
"metadrop/composer-comments": "^1.0"
27+
},
28+
"extra": {
29+
"package-comments": {
30+
"phpcompatibility/php-compatibility": "Develop version is required because latest versions are from 2019 and are not up to date."
31+
}
32+
},
33+
"config": {
34+
"allow-plugins": {
35+
"metadrop/composer-comments": true,
36+
"dealerdirect/phpcodesniffer-composer-installer": true,
37+
"phpro/grumphp": true
38+
}
2439
}
2540
}

0 commit comments

Comments
 (0)