Skip to content

Commit c39a9aa

Browse files
committedDec 17, 2024··
fix: dep versions
1 parent 899156e commit c39a9aa

File tree

2 files changed

+129
-69
lines changed

2 files changed

+129
-69
lines changed
 

‎composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"require": {
1818
"php": ">=7.4",
1919
"ext-filter": "*",
20-
"squizlabs/php_codesniffer": "3.8.1",
21-
"phpcsstandards/phpcsutils": "1.0.8",
22-
"phpcsstandards/phpcsextra": "1.1.0",
20+
"squizlabs/php_codesniffer": "^3.8",
21+
"phpcsstandards/phpcsutils": "^1.0",
22+
"phpcsstandards/phpcsextra": "^1.1",
2323
"wp-coding-standards/wpcs": "^3",
24-
"phpcompatibility/php-compatibility": "9.3.5",
25-
"phpcompatibility/phpcompatibility-wp": "2.1.4",
24+
"phpcompatibility/php-compatibility": "^9",
25+
"phpcompatibility/phpcompatibility-wp": "^2.1",
2626
"slevomat/coding-standard": "^8.14"
2727
},
2828
"require-dev": {

‎composer.lock

+124-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.