Skip to content

Commit 293a47d

Browse files
authored
[3.x] Chore: update dependencies (#10)
* Ignore composer.lock * Allow PHP8.0+ support. Add support for cs installer 1.0 and any vipwpcs version
1 parent 791fe2d commit 293a47d

File tree

3 files changed

+4
-638
lines changed

3 files changed

+4
-638
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ pimple.json
2424
vendor/
2525
phpcs.xml
2626
phpcs.log
27+
/composer.lock

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
],
1818
"license": "MIT",
1919
"require": {
20-
"php": "^8.0",
21-
"automattic/vipwpcs": "^2.3",
22-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
20+
"php": ">=8.0",
21+
"automattic/vipwpcs": "*",
22+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1 | ^1.0",
2323
"cweagans/composer-patches": "^1.7",
2424
"phpcompatibility/phpcompatibility-wp": "^2.1",
2525
"slevomat/coding-standard": "^8.0",

0 commit comments

Comments
 (0)