File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,18 @@ cache:
15
15
- $HOME/.composer/cache/files
16
16
17
17
env :
18
- - SYMFONY_VERSION=2.8 .*
18
+ - SYMFONY_VERSION=3.0 .*
19
19
20
20
matrix :
21
21
include :
22
- - php : 5.6
22
+ - php : 7.0
23
23
env : DEPS=dev
24
- - php : 5.3
24
+ - php : 5.5
25
25
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.*
32
30
fast_finish : true
33
31
34
32
before_install :
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ * ** 2016-06-21** : [ BC BREAK] Dropped PHP <5.5 support.
5
+ * ** 2016-06-21** : [ BC BREAK] Dropped Symfony <2.8 support.
6
+
4
7
1.3.0
5
8
-----
6
9
Original file line number Diff line number Diff line change 9
9
}
10
10
],
11
11
"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" ,
14
14
"symfony/phpunit-bridge" : " ^2.8.1|^3.0" ,
15
15
"symfony/monolog-bundle" : " ^2.1|^3.0" ,
16
16
"doctrine/common" : " ^2.4" ,
You can’t perform that action at this time.
0 commit comments