File tree Expand file tree Collapse file tree 2 files changed +10
-29
lines changed Expand file tree Collapse file tree 2 files changed +10
-29
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ addons:
14
14
- enchant
15
15
16
16
php :
17
- - 5.4
18
17
- 5.5
19
18
- 5.6
20
19
- 7.0
@@ -27,45 +26,27 @@ branches:
27
26
28
27
matrix :
29
28
include :
30
- - php : 5.4
29
+ - php : 5.5
31
30
env : COMPOSER_FLAGS="--prefer-lowest"
32
- - php : 5.6
31
+ - php : 7.1
33
32
env :
34
33
- PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
35
34
- COVERAGE=true
36
- - php : 5.6
37
- env : SYMFONY_VERSION='2.3.*'
38
- - php : 5.6
39
- env :
40
- - SYMFONY_VERSION='2.4.*'
41
- - FRAMEWORK_EXTRA_VERSION='~3.0'
42
- - php : 5.6
43
- env :
44
- - SYMFONY_VERSION='2.5.*'
45
- - FRAMEWORK_EXTRA_VERSION='~3.0'
46
- - php : 5.6
47
- env :
48
- - SYMFONY_VERSION='2.6.*'
49
- - FRAMEWORK_EXTRA_VERSION='~3.0'
50
- - php : 5.6
51
- env :
52
- - SYMFONY_VERSION='2.7.*'
53
- - FRAMEWORK_EXTRA_VERSION='~3.0'
54
- - php : 5.6
35
+ - php : 7.1
55
36
env :
56
37
- SYMFONY_VERSION='2.8.*'
57
- - FRAMEWORK_EXTRA_VERSION='~3.0'
58
- - php : 5.6
38
+ - php : 7.1
59
39
env :
60
40
- SYMFONY_VERSION='3.0.*'
61
- - FRAMEWORK_EXTRA_VERSION='~3.0'
41
+ - php : 7.1
42
+ env :
43
+ - SYMFONY_VERSION='3.1.*'
62
44
63
45
install :
64
46
- pip install -qr Resources/doc/requirements.txt --user
65
47
66
48
before_install :
67
49
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi;'
68
- - sh -c 'if [ "$FRAMEWORK_EXTRA_VERSION" != "" ]; then composer require --dev --no-update sensio/framework-extra-bundle=$FRAMEWORK_EXTRA_VERSION; fi;'
69
50
70
51
before_script :
71
52
- composer update $COMPOSER_FLAGS
Original file line number Diff line number Diff line change 21
21
}
22
22
],
23
23
"require" : {
24
- "php" : " >=5.4 .0" ,
24
+ "php" : " ^5.5.0 || ^7.0 .0" ,
25
25
"friendsofsymfony/http-cache" : " ~1.4" ,
26
- "symfony/framework-bundle" : " ^2.3 ||^3.0"
26
+ "symfony/framework-bundle" : " ^2.8 ||^3.0"
27
27
},
28
28
"require-dev" : {
29
29
"phpunit/phpunit" : " ^4.5.0 || ^5.0.0" ,
30
30
"mockery/mockery" : " 0.9.*" ,
31
31
"monolog/monolog" : " *" ,
32
- "sensio/framework-extra-bundle" : " ^2.3||^ 3.0" ,
32
+ "sensio/framework-extra-bundle" : " ^3.0" ,
33
33
"symfony/symfony" : " ^2.3||^3.0" ,
34
34
"symfony/phpunit-bridge" : " ^2.7||^3.0" ,
35
35
"symfony/expression-language" : " ^2.4||^3.0" ,
You can’t perform that action at this time.
0 commit comments