We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe4977 commit 18d5accCopy full SHA for 18d5acc
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.2.0",
+ "symfony/property-access": "7.2.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.2.0",
+ "symfony/http-client": "7.2.0",
+ "symfony/mailer": "7.2.0",
40
"vimeo/psalm": "^4.13"
41
42
"config": {
0 commit comments