We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f60d2 commit 516059dCopy full SHA for 516059d
composer.json
@@ -19,7 +19,22 @@
19
"require": {
20
"php": ">=7.0",
21
"phpro/grumphp": "*",
22
- "phpcompatibility/php-compatibility": "^9.2",
+ "phpcompatibility/php-compatibility": "dev-develop",
23
"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
39
}
40
0 commit comments