Skip to content

Commit

Permalink
Composer: update PHPUnit Polyfills
Browse files Browse the repository at this point in the history
This upgrade will get us continued support for running the tests via a PHAR file after the latest PHPUnit releases, as well as preliminary PHP 8.4 support.
  • Loading branch information
jrfnl committed Apr 5, 2024
1 parent 7f8b706 commit c0cff01
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 @@ -30,7 +30,7 @@
"require": {
"php": ">=5.6",
"brain/monkey": "^2.6.1",
"yoast/phpunit-polyfills": "^1.1.0"
"yoast/phpunit-polyfills": "^1.1.1"
},
"require-dev": {
"php-parallel-lint/php-console-highlighter": "^1.0.0",
Expand Down

0 comments on commit c0cff01

Please sign in to comment.