Skip to content

Commit eb671a3

Browse files
committed
Bump minimum required Symfony version to 4.4, 5.3, 6.0
1 parent f52f86a commit eb671a3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
"require": {
1111
"php": "^7.4|^8.0",
1212

13-
"symfony/dependency-injection": "^4.3|^5.0|^6.0",
14-
"symfony/event-dispatcher": "^4.3|^5.0|^6.0",
15-
"symfony/config": "^4.3|^5.0|^6.0",
16-
"symfony/yaml": "^4.3|^5.0|^6.0",
17-
"symfony/console": "^4.3|^5.0|^6.0",
13+
"symfony/dependency-injection": "^4.4|^5.3|^6.0",
14+
"symfony/event-dispatcher": "^4.4|^5.3|^6.0",
15+
"symfony/config": "^4.4|^5.3|^6.0",
16+
"symfony/yaml": "^4.4|^5.3|^6.0",
17+
"symfony/console": "^4.4|^5.3|^6.0",
1818
"php-amqplib/php-amqplib": "^2.12.2|^3.0",
1919
"psr/log": "^1.0 || ^2.0 || ^3.0",
20-
"symfony/http-kernel": "^4.4|^5.0|^6.0",
21-
"symfony/framework-bundle": "^4.4|^5.0|^6.0"
20+
"symfony/http-kernel": "^4.4|^5.3|^6.0",
21+
"symfony/framework-bundle": "^4.4|^5.3|^6.0"
2222
},
2323
"require-dev": {
24-
"symfony/serializer": "^4.3|^5.0|^6.0",
24+
"symfony/serializer": "^4.4|^5.3|^6.0",
2525
"phpunit/phpunit": "^7.5|^8.5",
2626
"phpstan/phpstan": "^0.12.11",
2727
"phpstan/phpstan-phpunit": "^0.12.6"

0 commit comments

Comments
 (0)