8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae98c4 commit 60c92f4Copy full SHA for 60c92f4
composer.json
@@ -26,17 +26,17 @@
26
"ext-json": "*",
27
"behat/behat": "^3.8",
28
"friends-of-behat/symfony-extension": "^2.2",
29
- "symfony/dom-crawler": "^5.4|^6.2",
30
- "symfony/property-access": "^5.4|^6.2"
+ "symfony/dom-crawler": "7.0.0",
+ "symfony/property-access": "7.0.0"
31
},
32
"require-dev": {
33
"doctrine/orm": "^2.12",
34
"friendsofphp/php-cs-fixer": "^3.3",
35
"phpunit/phpunit": "^9.5",
36
"slope-it/clock-mock": "^0.4.0",
37
- "symfony/framework-bundle": "^5.4|^6.2",
38
- "symfony/http-client": "^5.4|^6.2",
39
- "symfony/mailer": "^5.4|^6.2",
+ "symfony/framework-bundle": "7.0.0",
+ "symfony/http-client": "7.0.0",
+ "symfony/mailer": "7.0.0",
40
"vimeo/psalm": "^4.13"
41
42
"config": {
0 commit comments