Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Update PHPUnit constraint and version
Browse files Browse the repository at this point in the history
This has made the CI failure locally reproducible.
  • Loading branch information
XedinUnknown committed Aug 13, 2023
1 parent 45b4c2c commit cb2afe3
Show file tree
Hide file tree
Showing 2 changed files with 1,171 additions and 621 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"rebelcode/psr7": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
"phpunit/phpunit": "^8.0 | ^9.0 | ^10.0",
"10up/wp_mock": "^0.4",
"vimeo/psalm": "^4.0",
"webmozart/path-util": "^2.3",
Expand All @@ -45,5 +45,10 @@
"branch-alias": {
"dev-develop": "0.1.x-dev"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit cb2afe3

Please sign in to comment.