Skip to content

Commit 082c1c8

Browse files
authored
Merge pull request #354 from odolbeau/update-symfony-versions
Remove support of unmaintained symfony versions
2 parents f84ff2c + 0a5a511 commit 082c1c8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
],
1212
"require": {
1313
"php": "^7.1",
14-
"symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0",
15-
"symfony/validator": "^3.4 || ^4.0 || ^5.0",
16-
"symfony/translation": "^3.4 || ^4.0 || ^5.0",
17-
"symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0",
18-
"symfony/finder": "^3.4 || ^4.0 || ^5.0",
19-
"symfony/intl": "^3.4 || ^4.0 || ^5.0",
14+
"symfony/framework-bundle": "^3.4 || ^4.3 || ^5.0",
15+
"symfony/validator": "^3.4 || ^4.3 || ^5.0",
16+
"symfony/translation": "^3.4 || ^4.3 || ^5.0",
17+
"symfony/twig-bundle": "^3.4 || ^4.3 || ^5.0",
18+
"symfony/finder": "^3.4 || ^4.3 || ^5.0",
19+
"symfony/intl": "^3.4 || ^4.3 || ^5.0",
2020

2121
"php-translation/common": "^1.0",
2222
"php-translation/symfony-storage": "^1.0",
@@ -30,13 +30,13 @@
3030
"php-http/curl-client": "^1.7",
3131
"php-http/message": "^1.6",
3232
"php-http/message-factory": "^1.0.2",
33-
"symfony/console": "^3.4 || ^4.0 || ^5.0",
34-
"symfony/twig-bridge": "^3.4 || ^4.0 || ^5.0",
35-
"symfony/asset": "^3.4 || ^4.0 || ^5.0",
36-
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
37-
"symfony/web-profiler-bundle": "^3.4 || ^4.0 || ^5.0",
33+
"symfony/console": "^3.4 || ^4.3 || ^5.0",
34+
"symfony/twig-bridge": "^3.4 || ^4.3 || ^5.0",
35+
"symfony/asset": "^3.4 || ^4.3 || ^5.0",
36+
"symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0",
37+
"symfony/web-profiler-bundle": "^3.4 || ^4.3 || ^5.0",
3838
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
39-
"matthiasnoback/symfony-config-test": "^4.0",
39+
"matthiasnoback/symfony-config-test": "^4.1",
4040
"nyholm/psr7": "^1.1",
4141
"nyholm/symfony-bundle-test": "^1.6",
4242
"phpunit/phpunit": "^8.4"

0 commit comments

Comments
 (0)