Skip to content
Closed
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"wp-coding-standards/wpcs": "^3.1",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"yoast/phpunit-polyfills": "^1.0.1",
"phpunit/phpunit": "^5.7.21 || ^6.5 || ^7.5"
"phpunit/phpunit": "^5.7.21 || ^6.5 || ^7.5 || ^8.5 || ^9",
"doctrine/instantiator": "^1.0"
},
"scripts": {
"e2e": "npx -y playwright test --timeout 300000"
Expand Down
Loading