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 1010
1111matrix :
1212 include :
13- - php : 7.0
14- - php : 7.1
13+ - php : 7.2
14+ - php : 7.3
15+ - php : 7.4
1516 - php : nightly
1617 fast_finish : true
1718
Original file line number Diff line number Diff line change 1515 }
1616 ],
1717 "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 "
2121 },
2222 "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 "
2626 },
2727 "autoload" : {
2828 "psr-4" : {
3535 }
3636 },
3737 "scripts" : {
38- "test" : [
39- " vendor/bin/phpunit --colors=always"
40- ]
38+ "test" : " vendor/bin/phpunit --colors=always" ,
39+ "csfix" : " php-cs-fixer fix"
4140 },
4241 "config" : {
4342 "sort-packages" : true
You can’t perform that action at this time.
0 commit comments