This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
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
@@ -11,6 +9,7 @@ sudo: false
11
9
cache :
12
10
directories :
13
11
- $HOME/.composer/cache/files
12
+ - .phpunit
14
13
15
14
env :
16
15
matrix : SYMFONY_VERSION=3.2.*
@@ -20,7 +19,7 @@ matrix:
20
19
include :
21
20
- php : 7.1
22
21
env : DEPS=dev SYMFONY_VERSION=3.3.*
23
- - php : 5.5
22
+ - php : 5.6
24
23
env : SYMFONY_VERSION=2.8.* COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
25
24
- php : 7.1
26
25
env : SYMFONY_VERSION=3.1.*
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 2.0.0-RC1
5
+ ---------
6
+
4
7
* Added Symfony 3 support
5
- * [ BC BREAK] Removed all ` *.class ` parameters
8
+ * [ BC BREAK] Removed all ` *.class ` parameters.
6
9
* Convert non-managed intermediate nodes into AutoRoute documents #165
7
- * Support for multiple routes per document was added
10
+ * Added support for multiple routes on the same document
11
+
12
+ 1.1.0
13
+ -----
14
+
15
+ Released.
8
16
9
17
1.0.0
10
18
-----
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ^5.5. 6|^7.0" ,
13
+ "php" : " ^5.6|^7.0" ,
14
14
"symfony/framework-bundle" : " ^2.8|^3.0" ,
15
15
"symfony/config" : " ^2.8|^3.0" ,
16
16
"symfony-cmf/routing-auto" : " ^2.0@dev" ,
27
27
"matthiasnoback/symfony-config-test" : " ^1.3.1" ,
28
28
"doctrine/phpcr-odm" : " ^1.3|^2.0"
29
29
},
30
- "minimum-stability" : " dev " ,
30
+ "minimum-stability" : " RC " ,
31
31
"prefer-stable" : true ,
32
32
"suggest" : {
33
33
"doctrine/phpcr-odm" : " To enable support for the PHPCR ODM documents" ,
You can’t perform that action at this time.
0 commit comments