Skip to content

Commit 18ffb0d

Browse files
dnahrebeckidkarlovi
authored andcommitted
- drop support for lower than 2.8 symfony
1 parent 307a8d1 commit 18ffb0d

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ matrix:
1919
- php: 5.3
2020
env: COMPOSER_FLAGS="--prefer-lowest"
2121
dist: precise
22-
- php: 5.6
23-
env: SYMFONY_VERSION=2.3.*
24-
- php: 5.6
25-
env: SYMFONY_VERSION=2.7.*
2622
- php: 5.6
2723
env: SYMFONY_VERSION=2.8.*
2824
- php: 5.6

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"require": {
1919
"php": "^5.3.3|^7.0",
2020
"friendsofsymfony/oauth2-php": "~1.1",
21-
"symfony/framework-bundle": "~2.2|~3.0|^4.0",
22-
"symfony/security-bundle": "~2.1|~3.0|^4.0",
23-
"symfony/dependency-injection": "^2.0.5|~3.0|^4.0"
21+
"symfony/framework-bundle": "~2.8|~3.0|^4.0",
22+
"symfony/security-bundle": "~2.8|~3.0|^4.0",
23+
"symfony/dependency-injection": "^2.8|~3.0|^4.0"
2424
},
2525
"require-dev": {
26-
"symfony/class-loader": "~2.1|~3.0|^4.0",
27-
"symfony/yaml": "~2.1|~3.0|^4.0",
28-
"symfony/form": "~2.3|~3.0|^4.0",
29-
"symfony/console": "~2.1|~3.0|^4.0",
26+
"symfony/class-loader": "~2.8|~3.0|^4.0",
27+
"symfony/yaml": "~2.8|~3.0|^4.0",
28+
"symfony/form": "~2.8|~3.0|^4.0",
29+
"symfony/console": "~2.8|~3.0|^4.0",
3030
"willdurand/propel-typehintable-behavior": "^1.0.4",
3131
"propel/propel1": "^1.6.5",
3232
"phing/phing": "~2.4",

0 commit comments

Comments
 (0)