We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791fe2d commit 293a47dCopy full SHA for 293a47d
.gitignore
@@ -24,3 +24,4 @@ pimple.json
24
vendor/
25
phpcs.xml
26
phpcs.log
27
+/composer.lock
composer.json
@@ -17,9 +17,9 @@
17
],
18
"license": "MIT",
19
"require": {
20
- "php": "^8.0",
21
- "automattic/vipwpcs": "^2.3",
22
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
+ "php": ">=8.0",
+ "automattic/vipwpcs": "*",
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1 | ^1.0",
23
"cweagans/composer-patches": "^1.7",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"slevomat/coding-standard": "^8.0",
0 commit comments