Skip to content

Commit

Permalink
remove conflict with phpunit < 10 and document what version is needed…
Browse files Browse the repository at this point in the history
… for WebServerSubscriber
  • Loading branch information
dbu committed Apr 8, 2024
1 parent f116f61 commit 24a47d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -41,12 +41,12 @@
},
"conflict": {
"toflar/psr6-symfony-http-cache-store": "<2.2.1",
"phpunit/phpunit": "<10",
"guzzlehttp/psr7": "<2"
},
"suggest": {
"friendsofsymfony/http-cache-bundle": "For integration with the Symfony framework",
"monolog/monolog": "For logging issues while invalidating"
"monolog/monolog": "For logging issues while invalidating",
"phpunit/phpunit": "To build tests with the WebServerSubscriber, ^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 24a47d5

Please sign in to comment.