File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 strategy :
1212 fail-fast : true
1313 matrix :
14- php : [7.2, 7. 3, 7.4]
14+ php : [7.3, 7.4]
1515 stability : [prefer-lowest, prefer-stable]
1616
1717 name : PHP ${{ matrix.php }} - ${{ matrix.stability }}
Original file line number Diff line number Diff line change 2323 }
2424 ],
2525 "require" : {
26- "php" : " ^7.2.5 " ,
27- "awobaz/compoships" : " ^1.1 " ,
26+ "php" : " ^7.3 " ,
27+ "awobaz/compoships" : " ^2.0.3 " ,
2828 "fico7489/laravel-pivot" : " ^3.0.1" ,
29- "laravel/framework" : " ^7 .0" ,
30- "orisintel/laravel-process-stamps" : " ^2 .0"
29+ "laravel/framework" : " ^8 .0" ,
30+ "orisintel/laravel-process-stamps" : " ^3 .0"
3131 },
3232 "require-dev" : {
3333 "doctrine/dbal" : " ^2.9" ,
3434 "larapack/dd" : " ^1.0" ,
3535 "mockery/mockery" : " ~1.0" ,
36- "orchestra/testbench" : " ^5 .0" ,
37- "phpunit/phpunit" : " ^8.0|^ 9.0"
36+ "orchestra/testbench" : " ^6 .0" ,
37+ "phpunit/phpunit" : " ^9.0"
3838 },
3939 "autoload" : {
4040 "psr-4" : {
You can’t perform that action at this time.
0 commit comments