Skip to content

Commit

Permalink
Bump dependencies to Symfony ^4.4|^5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Nov 5, 2020
1 parent 62172ef commit 826d0d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<h1 align="center">SymfonyExtension</h1>

This Behat extension provides an integration with Symfony (both `^4.4` and `^5.0`) and Mink driver for Symfony application.
This Behat extension provides an integration with Symfony (both `^4.4` and `^5.1`) and Mink driver for Symfony application.

It allows for:

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"require": {
"php": "^7.2|^8.0",
"behat/behat": "^3.6.1",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/proxy-manager-bridge": "^4.4|^5.0"
"symfony/dependency-injection": "^4.4|^5.1",
"symfony/http-kernel": "^4.4|^5.1",
"symfony/proxy-manager-bridge": "^4.4|^5.1"
},
"require-dev": {
"behat/mink-selenium2-driver": "^1.3",
Expand All @@ -26,10 +26,10 @@
"friends-of-behat/service-container-extension": "^1.0",
"vimeo/psalm": "3.10.1",
"sylius-labs/coding-standard": "^3.0",
"symfony/browser-kit": "^4.4|^5.0",
"symfony/framework-bundle": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0"
"symfony/browser-kit": "^4.4|^5.1",
"symfony/framework-bundle": "^4.4|^5.1",
"symfony/process": "^4.4|^5.1",
"symfony/yaml": "^4.4|^5.1"
},
"suggest": {
"friends-of-behat/mink": "^1.7",
Expand Down

0 comments on commit 826d0d6

Please sign in to comment.