File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 16
16
env :
17
17
global :
18
18
- TEST_COMMAND="composer test"
19
+ matrix :
20
+ - SYMFONY_VERSION=3.0.*
21
+ - SYMFONY_VERSION=2.8.*
22
+ - SYMFONY_VERSION=2.7.*
19
23
20
24
branches :
21
25
except :
@@ -25,12 +29,16 @@ matrix:
25
29
fast_finish : true
26
30
include :
27
31
- php : 5.4
28
- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
32
+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=2.7.*
33
+ exclude :
34
+ - php : 5.4
35
+ env : SYMFONY_VERSION=3.0.*
29
36
30
37
before_install :
31
38
- travis_retry composer self-update
32
39
33
40
install :
41
+ - travis_retry composer require symfony/symfony:${SYMFONY_VERSION} --no-update
34
42
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
35
43
36
44
script :
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
4
+ ## UNRELEASED
5
+
6
+ ### Added
7
+
8
+ - Support for Symfony 3
9
+ - Tests for various Symfony versions
10
+
11
+ ### Removed
12
+
13
+ - Symfony 2.3 support
14
+
15
+
4
16
## 1.0.0 - 2016-05-05
5
17
6
18
- Initial release
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"php" : " >=5.4" ,
15
- "symfony/stopwatch" : " ^2.3 " ,
15
+ "symfony/stopwatch" : " ^2.7|^3.0 " ,
16
16
"php-http/client-common" : " ^1.1"
17
17
},
18
18
"require-dev" : {
You can’t perform that action at this time.
0 commit comments