File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
matrix :
14
14
include :
15
+ - php : 5.3
16
+ env : COMPOSER_OPTIONS="--prefer-lowest"
17
+ - php : 7.0
18
+ env : COMPOSER_OPTIONS="--prefer-lowest"
15
19
- php : 7.1
16
20
env : TEST_COVERAGE=true
17
21
allow_failures :
@@ -26,7 +30,7 @@ before_install:
26
30
- composer self-update
27
31
- if [[ $TEST_COVERAGE ]]; then PHPUNIT_FLAGS="--coverage-clover clover.xml"; fi
28
32
29
- install : travis_retry composer install --no-interaction --prefer-dist
33
+ install : travis_retry composer update --no-interaction --prefer-dist --prefer-stable $COMPOSER_OPTIONS
30
34
31
35
script :
32
36
- vendor/bin/phpunit -v $PHPUNIT_FLAGS
Original file line number Diff line number Diff line change 14
14
"require" : {
15
15
"php" : " >=5.3.3" ,
16
16
"sentry/sentry" : " >=1.5.0" ,
17
- "symfony/framework-bundle" : " >=2.4.0"
17
+ "symfony/config" : " ^2.4|^3.0" ,
18
+ "symfony/console" : " ^2.4|^3.0" ,
19
+ "symfony/dependency-injection" : " ^2.4|^3.0" ,
20
+ "symfony/event-dispatcher" : " ^2.4|^3.0" ,
21
+ "symfony/http-kernel" : " ^2.4|^3.0" ,
22
+ "symfony/security-core" : " ^2.4|^3.0"
18
23
},
19
24
"require-dev" : {
20
25
"friendsofphp/php-cs-fixer" : " ^1.8.0" ,
You can’t perform that action at this time.
0 commit comments