Skip to content

Commit

Permalink
[WIP] Test Behat with Symfony7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Dec 9, 2023
1 parent 5fb7a81 commit bb7de4d
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 @@ -12,7 +12,7 @@
],
"require": {
"php": "^8.1",
"behat/behat": "^3.6.1",
"behat/behat": "dev-symfony_7 as 3.13.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0",
"symfony/proxy-manager-bridge": "^5.4 || ^6.4 || ^7.0"
Expand All @@ -31,6 +31,12 @@
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
"vimeo/psalm": "4.30.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dmaicher/Behat/"
}
],
"suggest": {
"behat/mink-browserkit-driver": "^2.0",
"behat/mink": "^1.9",
Expand Down

0 comments on commit bb7de4d

Please sign in to comment.