Skip to content

Commit c6c1650

Browse files
authored
minor #136 Bump dependencies to Symfony ^4.4|^5.1 (pamil)
This PR was merged into the 2.2-dev branch. Discussion ---------- Commits ------- 29e8970 Bump dependencies to Symfony ^4.4|^5.1
2 parents 85c4e20 + 29e8970 commit c6c1650

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

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

99
It allows for:
1010

Diff for: composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"require": {
1414
"php": "^7.3|^8.0",
1515
"behat/behat": "^3.6.1",
16-
"symfony/dependency-injection": "^4.4|^5.0",
17-
"symfony/http-kernel": "^4.4|^5.0",
18-
"symfony/proxy-manager-bridge": "^4.4|^5.0"
16+
"symfony/dependency-injection": "^4.4|^5.1",
17+
"symfony/http-kernel": "^4.4|^5.1",
18+
"symfony/proxy-manager-bridge": "^4.4|^5.1"
1919
},
2020
"require-dev": {
2121
"behat/mink-selenium2-driver": "^1.3",
@@ -26,10 +26,10 @@
2626
"friends-of-behat/service-container-extension": "^1.1",
2727
"vimeo/psalm": "4.1.1",
2828
"sylius-labs/coding-standard": "^3.2",
29-
"symfony/browser-kit": "^4.4|^5.0",
30-
"symfony/framework-bundle": "^4.4|^5.0",
31-
"symfony/process": "^4.4|^5.0",
32-
"symfony/yaml": "^4.4|^5.0"
29+
"symfony/browser-kit": "^4.4|^5.1",
30+
"symfony/framework-bundle": "^4.4|^5.1",
31+
"symfony/process": "^4.4|^5.1",
32+
"symfony/yaml": "^4.4|^5.1"
3333
},
3434
"suggest": {
3535
"friends-of-behat/mink": "^1.8",

0 commit comments

Comments
 (0)