Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ly allow PHPUnit 11
  • Loading branch information
Jean85 committed Feb 4, 2024
1 parent 42a0f26 commit 3263fe9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"require-dev": {
"facile-it/facile-coding-standard": "^1.0",
"jangregor/phpstan-prophecy": "^1.0.0",
"phpspec/prophecy": "dev-master as 1.18",
"phpspec/prophecy-phpunit": "dev-master as 2.2.0",
"phpspec/prophecy": "dev-allow-phpunit-11 as 1.19",
"phpspec/prophecy-phpunit": "dev-allow-phpunit-11 as 2.2.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.10.4",
"phpstan/phpstan-phpunit": "^1.1",
Expand All @@ -53,6 +53,16 @@
"symfony/phpunit-bridge": "^6.4||^7.0",
"vimeo/psalm": "^5.5.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jean85/prophecy-phpunit"
},
{
"type": "vcs",
"url": "https://github.com/jean85/prophecy"
}
],
"conflict": {
"composer/package-versions-deprecated": "<1.11.99"
},
Expand Down

0 comments on commit 3263fe9

Please sign in to comment.