Skip to content

Commit 9b3305e

Browse files
committed
Symfony versions
1 parent 7e14357 commit 9b3305e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111
"php": "~7.4|~8.0",
1212
"phake/phake": "^4.2.0",
1313
"phpunit/phpunit": "^9.4",
14-
"symfony/symfony": "^4.4|^5.4|^6.0",
1514
"vimeo/psalm": "4.15.0",
1615
"nikic/php-parser": "^4.4",
17-
"symfony/symfony": "^4.4|^5.4|^6.0",
16+
"symfony/symfony": "~4.4|~5.4|~6.0",
1817
"doctrine/coding-standard": "^8.2.1",
1918
"twig/twig": "^1.44|^2.14|^3.1"
2019
},
2120
"require": {
22-
"symfony/http-kernel": "^4.4|^5.4|^6.0",
21+
"symfony/http-kernel": "~4.4|~5.4|~6.0",
2322
"composer-runtime-api": "*"
2423
},
2524
"autoload": {

0 commit comments

Comments
 (0)