Skip to content

Commit bc44477

Browse files
author
Connor Graham
committed
removed support for anything but the LTS
1 parent 45da87b commit bc44477

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Documentation for this bundle is stored under `Resources/doc` in this repository
1818

1919
[Read the documentation for the last stable (2.0)][]
2020

21-
Legacy (Symfony 2, or <=3.2)
21+
Legacy (Symfony 2, or <=3.3)
2222
------
2323

24-
Due to difficulties in CI testing, deprecation of the `Controller` class and the [deprecation coming November of this year (2019)][] support for anything older than Symfony3.3 has been dropped in this bundle.
24+
Due to difficulties in CI testing, deprecation of the `Controller` class and the [deprecation coming November of this year (2019)][] support for anything older than Symfony3.4 (LTS) has been dropped in this bundle.
2525

2626
For more info, see the pull request that ultimately made the decision for us - https://github.com/FriendsOfSymfony/FOSMessageBundle/pull/340
2727

28-
If using versions older than Symfony3.3, make sure to use version 1.3 of this bundle.
28+
If using versions older than Symfony3.4 (LTS), make sure to use version 1.3 of this bundle.
2929

3030
https://github.com/FriendsOfSymfony/FOSMessageBundle/tree/v1.3.0
3131

composer.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,18 @@
1919
"require": {
2020
"php": ">=5.5.9",
2121
"doctrine/collections": "^1.3",
22-
"symfony/form": "^3.3|^4.0",
23-
"symfony/framework-bundle": "^3.3|^4.0",
24-
"symfony/security": "^3.3|^4.0",
25-
"symfony/twig-bundle": "^3.3|^4.0",
26-
"symfony/asset": "^3.3|^4.0"
22+
"symfony/form": "^3.4|^4.0",
23+
"symfony/framework-bundle": "^3.4|^4.0",
24+
"symfony/security": "^3.4|^4.0",
25+
"symfony/twig-bundle": "^3.4|^4.0"
2726
},
2827
"require-dev": {
29-
"symfony/validator": "^3.3|^4.0",
30-
"symfony/translation": "^3.3|^4.0",
31-
"symfony/yaml": "^3.3|^4.0",
32-
"symfony/security-bundle": "^3.3|^4.0",
33-
"symfony/templating": "^3.3|^4.0",
34-
"symfony/browser-kit": "^3.3|^4.0",
28+
"symfony/validator": "^3.4|^4.0",
29+
"symfony/translation": "^3.4|^4.0",
30+
"symfony/yaml": "^3.4|^4.0",
31+
"symfony/security-bundle": "^3.4|^4.0",
32+
"symfony/templating": "^3.4|^4.0",
33+
"symfony/browser-kit": "^3.4|^4.0",
3534
"symfony/phpunit-bridge": "^4.2.8",
3635
"doctrine/orm": "^2.0"
3736
},

0 commit comments

Comments
 (0)