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 6db2a94 commit 8360392Copy full SHA for 8360392
.gitignore
@@ -1,2 +1,3 @@
1
/vendor
2
/.idea
3
+.composer.lock
composer.json
@@ -21,7 +21,7 @@
21
"type": "library",
22
"require": {
23
"php": "^7.2|^7.3|^7.4|^8.0",
24
- "symplify/easy-coding-standard": "^7.0|^8.0"
+ "symplify/easy-coding-standard": "^7.0|^8.0|^9.0"
25
},
26
"minimum-stability": "stable",
27
"prefer-stable": true
0 commit comments