Skip to content

Commit

Permalink
[#95] Fixed symfony/http-client version dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Mar 12, 2024
1 parent 2a918d2 commit e8b851a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"behat/behat": "^3.13.0",
"friends-of-behat/mink-extension": "^2.7",
"symfony/finder": "^6.4 || ^7.0",
"symfony/http-client": "^7.0"
"symfony/http-client": "^6.0 || ^7.0"
},
"require-dev": {
"behat/mink-browserkit-driver": "^2.2",
Expand Down

0 comments on commit e8b851a

Please sign in to comment.