File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: php
2
2
3
3
php :
4
4
- 5.6
5
- - 7.1
5
+ - 7.3
6
6
7
7
env :
8
8
- PACKAGE_VERSION=high
@@ -13,9 +13,12 @@ matrix:
13
13
include :
14
14
- php : 5.6
15
15
env : PACKAGE_VERSION=low
16
+ - php : 7.3
17
+ env : MINIMUM_STABILITY=dev
16
18
17
19
before_script :
18
20
- composer selfupdate
21
+ - if [[ "$MINIMUM_STABILITY" ]]; then composer config minimum-stability $MINIMUM_STABILITY ; fi
19
22
- if [[ "$PACKAGE_VERSION" == "high" ]]; then composer update --prefer-dist; fi
20
23
- if [[ "$PACKAGE_VERSION" == "low" ]]; then composer update --prefer-lowest --prefer-dist; fi
21
24
Original file line number Diff line number Diff line change 10
10
],
11
11
"require" : {
12
12
"phpcr/phpcr" : " ~2.1" ,
13
- "symfony/finder" : " ~2.8 || ~3.4 || ~4.0" ,
14
- "symfony/console" : " ~2.8 || ~3.4 || ~4.0"
13
+ "symfony/finder" : " ~2.8 || ~3.4 || ~4.0 || ~5.0 " ,
14
+ "symfony/console" : " ~2.8 || ~3.4 || ~4.0 || ~5.0 "
15
15
},
16
16
"require-dev" : {
17
17
"phpunit/phpunit" : " ~5.7" ,
You can’t perform that action at this time.
0 commit comments