Skip to content

Commit

Permalink
Merge pull request #293 from wojsmol/fix/php8.1-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera authored Dec 3, 2021
2 parents b205f43 + 8dfb003 commit af595c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
],
"require": {
"gettext/gettext": "^4.8",
"mck89/peast": "^1.13",
"mck89/peast": "^1.13.9",
"wp-cli/wp-cli": "^2.5"
},
"require-dev": {
"wp-cli/scaffold-command": "^1.2 || ^2",
"wp-cli/wp-cli-tests": "^3.0.11"
"wp-cli/wp-cli-tests": "^3.1"
},
"suggest": {
"ext-mbstring": "Used for calculating include/exclude matches in code extraction"
Expand Down

0 comments on commit af595c6

Please sign in to comment.