File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 10
10
11
11
matrix :
12
12
include :
13
- - php : 7.0
14
- - php : 7.1
13
+ - php : 7.2
14
+ - php : 7.3
15
+ - php : 7.4
15
16
- php : nightly
16
17
fast_finish : true
17
18
Original file line number Diff line number Diff line change 15
15
}
16
16
],
17
17
"require" : {
18
- "php" : " >=7.1 " ,
19
- "illuminate/database" : " ^5.6 " ,
20
- "illuminate/support" : " ~5.6 "
18
+ "php" : " >=7.2 " ,
19
+ "illuminate/database" : " ^6.8 " ,
20
+ "illuminate/support" : " ^6.8 "
21
21
},
22
22
"require-dev" : {
23
- "phpunit/phpunit" : " ~7.0 " ,
24
- "squizlabs/php_codesniffer " : " ^3 .0" ,
25
- "mockery/mockery" : " ~1.0 "
23
+ "phpunit/phpunit" : " ^8.5 " ,
24
+ "matt-allan/laravel-code-style " : " ^0.5 .0" ,
25
+ "mockery/mockery" : " ^1.3 "
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
35
35
}
36
36
},
37
37
"scripts" : {
38
- "test" : [
39
- " vendor/bin/phpunit --colors=always"
40
- ]
38
+ "test" : " vendor/bin/phpunit --colors=always" ,
39
+ "csfix" : " php-cs-fixer fix"
41
40
},
42
41
"config" : {
43
42
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments