File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 5
5
- 7.0
6
6
- 7.1
7
7
- 7.2
8
+ - 7.3
8
9
9
10
env :
10
11
- PACKAGE_VERSION=high
@@ -15,9 +16,14 @@ matrix:
15
16
include :
16
17
- php : 5.6
17
18
env : PACKAGE_VERSION=low
19
+ - php : 7.3
20
+ env :
21
+ - PACKAGE_VERSION=high
22
+ - MINIMUM_STABILITY=dev
18
23
19
24
before_script :
20
25
- composer selfupdate
26
+ - if [[ "$MINIMUM_STABILITY" ]]; then composer config minimum-stability $MINIMUM_STABILITY ; fi
21
27
- if [[ "$PACKAGE_VERSION" == "high" ]]; then composer update --prefer-source; fi
22
28
- if [[ "$PACKAGE_VERSION" == "low" ]]; then composer update --prefer-lowest --prefer-source; fi
23
29
Original file line number Diff line number Diff line change 29
29
"require" : {
30
30
"php" : " ^5.6|^7.0" ,
31
31
"phpcr/phpcr" : " ~2.1.0" ,
32
- "symfony/console" : " ~2.3|~3.0|^4.0"
32
+ "symfony/console" : " ~2.3|~3.0|^4.0|^5.0 "
33
33
},
34
34
"require-dev" : {
35
35
"ramsey/uuid" : " ^3.5" ,
You can’t perform that action at this time.
0 commit comments