Skip to content

Commit e9eef8a

Browse files
authored
Merge pull request #293 from wojsmol/fix/php8.1-compat
2 parents bb0d1ee + f0fbd30 commit e9eef8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313
"require": {
1414
"gettext/gettext": "^4.8",
15-
"mck89/peast": "^1.13",
15+
"mck89/peast": "^1.13.9",
1616
"wp-cli/wp-cli": "^2.5"
1717
},
1818
"require-dev": {
1919
"wp-cli/scaffold-command": "^1.2 || ^2",
20-
"wp-cli/wp-cli-tests": "^3.0.11"
20+
"wp-cli/wp-cli-tests": "^3.1"
2121
},
2222
"suggest": {
2323
"ext-mbstring": "Used for calculating include/exclude matches in code extraction"

0 commit comments

Comments
 (0)