We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05cef33 commit 43fd70eCopy full SHA for 43fd70e
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": "^7.1.0|^7.2.0|^7.3.0",
+ "php": "^7.1.0|^7.2.0|^7.3.0|^8.0.0|^8.1.0",
14
"roave/security-advisories": "dev-master",
15
"deployer/deployer": "^6.4"
16
},
@@ -41,5 +41,11 @@
41
42
"scripts": {
43
"test": "phpunit && infection && phpstan analyze --level 7 src tests && phan"
44
+ },
45
+ "config": {
46
+ "allow-plugins": {
47
+ "ocramius/package-versions": true,
48
+ "phpro/grumphp": true
49
+ }
50
51
0 commit comments