Skip to content

Commit 7b8a982

Browse files
authored
minor: allow Symfony 7.0 (#130)
1 parent 835961c commit 7b8a982

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"require": {
1515
"php": ">=8.0",
1616
"behat/mink": "^1.8",
17-
"symfony/browser-kit": "^5.4|^6.0",
18-
"symfony/css-selector": "^5.4|^6.0",
19-
"symfony/dom-crawler": "^5.4|^6.0",
20-
"symfony/framework-bundle": "^5.4|^6.0",
17+
"symfony/browser-kit": "^5.4|^6.0|^7.0",
18+
"symfony/css-selector": "^5.4|^6.0|^7.0",
19+
"symfony/dom-crawler": "^5.4|^6.0|^7.0",
20+
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
2121
"zenstruck/assert": "^1.1",
2222
"zenstruck/callback": "^1.4.2"
2323
},
@@ -27,10 +27,10 @@
2727
"mtdowling/jmespath.php": "^2.6",
2828
"phpstan/phpstan": "^1.4",
2929
"phpunit/phpunit": "^9.5",
30-
"symfony/mime": "^5.4|^6.0",
30+
"symfony/mime": "^5.4|^6.0|^7.0",
3131
"symfony/panther": "^1.1|^2.0.1",
32-
"symfony/phpunit-bridge": "^6.0",
33-
"symfony/security-bundle": "^5.4|^6.0",
32+
"symfony/phpunit-bridge": "^6.0|^7.0",
33+
"symfony/security-bundle": "^5.4|^6.0|^7.0",
3434
"zenstruck/foundry": "^1.30"
3535
},
3636
"suggest": {

0 commit comments

Comments
 (0)