Skip to content

Commit 35a7174

Browse files
committed
Drop Sf <2.8 and PHP <5.5 support
1 parent 89af5df commit 35a7174

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.travis.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,18 @@ cache:
1515
- $HOME/.composer/cache/files
1616

1717
env:
18-
- SYMFONY_VERSION=2.8.*
18+
- SYMFONY_VERSION=3.0.*
1919

2020
matrix:
2121
include:
22-
- php: 5.6
22+
- php: 7.0
2323
env: DEPS=dev
24-
- php: 5.3
24+
- php: 5.5
2525
env: COMPOSER_FLAGS="--prefer-lowest"
26-
- php: 5.6
27-
env: SYMFONY_VERSION=2.3.*
28-
- php: 5.6
29-
env: SYMFONY_VERSION=2.7.*
30-
- php: 5.6
31-
env: SYMFONY_VERSION=3.0.*
26+
- php: 7.0
27+
env: SYMFONY_VERSION=2.8.*
28+
- php: 7.0
29+
env: SYMFONY_VERSION=3.1.*
3230
fast_finish: true
3331

3432
before_install:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
* **2016-06-21**: [BC BREAK] Dropped PHP <5.5 support.
5+
* **2016-06-21**: [BC BREAK] Dropped Symfony <2.8 support.
6+
47
1.3.0
58
-----
69

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"php": "^5.3.9|^7.0",
13-
"symfony/symfony": "^2.3|^3.0",
12+
"php": "^5.5.6|^7.0",
13+
"symfony/symfony": "^2.8|^3.0",
1414
"symfony/phpunit-bridge": "^2.8.1|^3.0",
1515
"symfony/monolog-bundle": "^2.1|^3.0",
1616
"doctrine/common": "^2.4",

0 commit comments

Comments
 (0)