File tree 4 files changed +17
-4146
lines changed
4 files changed +17
-4146
lines changed Original file line number Diff line number Diff line change 1
1
/vendor
2
2
/node_modules
3
+ .phpunit.result.cache
4
+ composer.lock
Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
- php :
4
- - 7.1
3
+ matrix :
4
+ include :
5
+ - php : 7.1
6
+ env : ILLUMINATE_VERSION=5.7.*
7
+ - php : 7.1
8
+ env : ILLUMINATE_VERSION=5.8.*
9
+ - php : 7.2
10
+ env : ILLUMINATE_VERSION=5.7.*
11
+ - php : 7.2
12
+ env : ILLUMINATE_VERSION=5.8.*
13
+ - php : 7.3
14
+ env : ILLUMINATE_VERSION=5.7.*
15
+ - php : 7.3
16
+ env : ILLUMINATE_VERSION=5.8.*
5
17
6
18
script :
7
19
- composer install
Original file line number Diff line number Diff line change 11
11
"require" : {
12
12
"guzzlehttp/guzzle" : " ^6.3" ,
13
13
"illuminate/support" : " ^5.4" ,
14
- "phpunit/phpunit" : " ~6.0|~7.0"
14
+ "phpunit/phpunit" : " ~6.0|~7.0|~8.0 "
15
15
},
16
16
"require-dev" : {
17
17
"squizlabs/php_codesniffer" : " ^3.0" ,
You can’t perform that action at this time.
0 commit comments