File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 6
6
- 7.2
7
7
- 7.3
8
8
- 7.4
9
- - nightly
10
9
11
10
cache :
12
11
directories :
32
31
- php : nightly
33
32
34
33
include :
34
+ - stage : Test
35
+ php : nightly
36
+ before_install :
37
+ - composer config platform.php 7.4.99
38
+
35
39
- stage : Validate against schema
36
40
addons :
37
41
apt :
46
50
- stage : Apply fixes
47
51
php : 7.4
48
52
script : make test-fix
53
+
54
+ - stage : Apply fixes
55
+ php : nightly
56
+ before_install :
57
+ - composer config platform.php 7.4.99
58
+ script : make test-fix
Original file line number Diff line number Diff line change 21
21
{
"name" :
" Steve Müller" ,
"email" :
" [email protected] " }
22
22
],
23
23
"require" : {
24
- "php" : " ^7.2" ,
24
+ "php" : " ^7.2 || ^8.0 " ,
25
25
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.6.2" ,
26
26
"slevomat/coding-standard" : " ^6.3.8" ,
27
27
"squizlabs/php_codesniffer" : " ^3.5.5"
You can’t perform that action at this time.
0 commit comments