File tree Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.5
5
- - 5.6
6
4
- 7.0
7
5
- hhvm
8
6
@@ -19,7 +17,7 @@ matrix:
19
17
include :
20
18
- php : 7.1
21
19
env : SYMFONY_VERSION=3.3.* DEPS=dev
22
- - php : 5.5
20
+ - php : 5.6
23
21
env : SYMFONY_VERSION=2.8.* COMPOSER_FLAGS="--prefer-lowest"
24
22
- php : 7.1
25
23
env : SYMFONY_VERSION=3.1.*
@@ -38,4 +36,3 @@ script: phpunit
38
36
39
37
notifications :
40
38
irc : " irc.freenode.org#symfony-cmf"
41
-
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 2.0.0-RC2
5
+ ---------
6
+
7
+ * ** 2017-01-25** : Added WebServerBundle support
8
+ * ** 2017-01-25** : Dropped PHP <5.6 support
9
+
4
10
2.0.0-RC1
5
11
---------
6
12
7
- * ** 2016-06-21** : [ BC BREAK] Deleted the ` sonata_admin ` bundle set.
8
- * ** 2016-06-21** : [ BC BREAK] Deleted the ` LoadBaseData ` data fixtures.
9
- * ** 2016-06-21** : [ BC BREAK] Deleted the ` Content ` document.
10
- * ** 2016-06-21** : [ BC BREAK] Dropped PHP <5.5 support.
11
- * ** 2016-06-21** : [ BC BREAK] Dropped Symfony <2.8 support.
13
+ * ** 2016-06-21** : [ BC BREAK] Deleted the ` sonata_admin ` bundle set
14
+ * ** 2016-06-21** : [ BC BREAK] Deleted the ` LoadBaseData ` data fixtures
15
+ * ** 2016-06-21** : [ BC BREAK] Deleted the ` Content ` document
16
+ * ** 2016-06-21** : [ BC BREAK] Dropped PHP <5.5 support
17
+ * ** 2016-06-21** : [ BC BREAK] Dropped Symfony <2.8 support
12
18
13
19
1.3.0
14
20
-----
Original file line number Diff line number Diff line change 9
9
}
10
10
],
11
11
"require" : {
12
- "php" : " ^5.5. 6|^7.0" ,
12
+ "php" : " ^5.6|^7.0" ,
13
13
"symfony/symfony" : " ^2.8|^3.0" ,
14
- "symfony/phpunit-bridge" : " ^2.8.1|^3.0 " ,
14
+ "symfony/phpunit-bridge" : " ^3.2 " ,
15
15
"symfony/monolog-bundle" : " ^2.1|^3.0" ,
16
16
"doctrine/common" : " ^2.4" ,
17
17
"doctrine/doctrine-bundle" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments