Skip to content

Commit f78a867

Browse files
committed
remove support for Symfony 3.0
This version line is about supporting Symfony 2.8 LTS. As it may use deprecated function, 3.0 would not be a valid version.
1 parent de90121 commit f78a867

2 files changed

Lines changed: 1 addition & 20 deletions

File tree

.travis.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,13 @@ env:
1818
- COMPOSER_FLAGS="--prefer-lowest"
1919
- SYMFONY_VERSION="^2.8.2"
2020
- SYMFONY_VERSION="^2.8.2" COMPOSER_FLAGS="--prefer-lowest"
21-
- SYMFONY_VERSION="^3.0.1"
22-
- SYMFONY_VERSION="^3.0.1" COMPOSER_FLAGS="--prefer-lowest"
23-
- SYMFONY_VERSION="dev-master"
2421

2522
matrix:
2623
fast_finish: true
2724

2825
allow_failures:
2926
- php: 7.0
3027
- php: hhvm
31-
- env: SYMFONY_VERSION="dev-master"
32-
33-
exclude:
34-
# Symfony 3.x requires PHP 5.5
35-
- php: 5.3
36-
env: SYMFONY_VERSION="^3.0.1"
37-
- php: 5.4
38-
env: SYMFONY_VERSION="^3.0.1"
39-
- php: 5.3
40-
env: SYMFONY_VERSION="^3.0.1" COMPOSER_FLAGS="--prefer-lowest"
41-
- php: 5.4
42-
env: SYMFONY_VERSION="^3.0.1" COMPOSER_FLAGS="--prefer-lowest"
43-
- php: 5.3
44-
env: SYMFONY_VERSION="dev-master"
45-
- php: 5.4
46-
env: SYMFONY_VERSION="dev-master"
4728

4829
before_install:
4930
- phpenv config-rm xdebug.ini

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616

1717
"require": {
18-
"symfony/symfony": "^2.8.2|^3.0.1",
18+
"symfony/symfony": "^2.8.2",
1919
"symfony/propel1-bridge": "2.7.x-dev",
2020
"propel/propel1": "^1.6.8",
2121
"symfony/security-acl": "@stable"

0 commit comments

Comments
 (0)