Skip to content

Commit

Permalink
Remove unnecessary phpunit versions for WordPress 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgeatches authored and GaryJones committed Apr 26, 2024
1 parent 8c72d73 commit a6f2bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dms/phpunit-arraysubset-asserts": "^0.5.0",
"php-parallel-lint/php-parallel-lint": "^1.0",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"phpunit/phpunit": "^5 || ^6 || ^7 || ^8 || ^9",
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.5",
"wp-cli/extension-command": "^2.0",
"wp-cli/wp-cli-tests": "^3",
Expand Down

0 comments on commit a6f2bb5

Please sign in to comment.