Skip to content

Commit

Permalink
Require phpspec/prophecy#616 to actually allow PHPUnit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Feb 6, 2024
1 parent ad1b652 commit 1fb8816
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@
],
"require": {
"php": "^7.3 || ^8",
"phpspec/prophecy": "^1.18",
"phpspec/prophecy": "dev-allow-phpunit-11 as 1.19",
"phpunit/phpunit":"^9.1 || ^10.1 || ^11.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jean85/prophecy"
}
],
"autoload": {
"psr-4": {
"Prophecy\\PhpUnit\\": "src"
Expand Down

0 comments on commit 1fb8816

Please sign in to comment.