Skip to content

Commit

Permalink
Support symfony/browserkit v7
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Dec 8, 2023
1 parent 8e1fdcc commit c351abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"codeception/codeception": "*@dev",
"codeception/codeception": "dev-support-symfony7 as 5.1.99",
"codeception/lib-innerbrowser": "*@dev",
"guzzlehttp/guzzle": "^7.4",
"symfony/browser-kit": "^5.4 || ^6.0"
"symfony/browser-kit": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"ext-curl": "*",
Expand Down

0 comments on commit c351abc

Please sign in to comment.