Skip to content

Commit b29867f

Browse files
author
Connor Graham
committed
updated composer dependencies for symfony 3.3 plus docs
1 parent b0d14b0 commit b29867f

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matrix:
1515
fast_finish: true
1616
include:
1717
- php: 5.5
18-
env: SYMFONY_LTS='^3' SYMFONY_DEPRECATIONS_HELPER=weak
18+
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
1919
- php: 7.2
2020
env: SYMFONY_LTS='^3' SYMFONY_DEPRECATIONS_HELPER=weak
2121
- php: 7.2

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)
21+
Legacy (Symfony 2, or <=3.2)
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 Symfony2 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.3 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 Symfony 2, make sure to use version 1.3.
28+
If using versions older than Symfony3.3, 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 & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
"require": {
2020
"php": ">=5.5.9",
2121
"doctrine/collections": "^1.3",
22-
"symfony/form": "^3.0|^4.0",
23-
"symfony/framework-bundle": "^3.0|^4.0",
24-
"symfony/security": "^3.0|^4.0",
25-
"symfony/twig-bundle": "^3.0|^4.0"
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"
2626
},
2727
"require-dev": {
28-
"symfony/validator": "^3.0|^4.0",
29-
"symfony/translation": "^3.0|^4.0",
30-
"symfony/yaml": "^3.0|^4.0",
31-
"symfony/security-bundle": "^3.0|^4.0",
32-
"symfony/templating": "^3.0|^4.0",
33-
"symfony/browser-kit": "^3.0|^4.0",
28+
"symfony/validator": "^3.3|^4.0",
29+
"symfony/translation": "^3.3|^4.0",
30+
"symfony/yaml": "^3.3|^4.0",
31+
"symfony/security-bundle": "^3.3|^4.0",
32+
"symfony/templating": "^3.3|^4.0",
33+
"symfony/browser-kit": "^3.3|^4.0",
3434
"symfony/phpunit-bridge": "^4.0",
3535
"doctrine/orm": "^2.0"
3636
},

0 commit comments

Comments
 (0)