File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : true
1111 matrix :
12- php : [7.2, 7. 3, 7.4]
13- laravel : [5.8. *, 6 .*]
12+ php : [7.3, 7.4]
13+ laravel : [6. *, 7 .*]
1414 dependency-version : [prefer-lowest, prefer-stable]
1515
1616 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
Original file line number Diff line number Diff line change 11All notable changes to the Laravel Mail Viewer be documented in this file
22
3+ ## v6.0.0 (03-03-2020)
4+ - Added Laravel v7.x support.
5+ - Dropped PHP v7.2 support, now PHP v7.3 is the minimum requirement.
6+
37## v5.0.1 (14-01-2020)
48- Added Github Action Workflow for tests
59
Original file line number Diff line number Diff line change 1919 }
2020 },
2121 "require" : {
22- "php" : " ^7.2 " ,
23- "illuminate/routing" : " 5.8.*|6 .*" ,
24- "illuminate/support" : " 5.8.*|6 .*" ,
25- "illuminate/database" : " 5.8.*|6 .*"
22+ "php" : " ^7.3 " ,
23+ "illuminate/routing" : " 6.*|7 .*" ,
24+ "illuminate/support" : " 6.*|7 .*" ,
25+ "illuminate/database" : " 6.*|7 .*"
2626 },
2727 "require-dev" : {
2828 "mockery/mockery" : " ^1.1" ,
29- "orchestra/testbench" : " ~4.0 " ,
29+ "orchestra/testbench" : " 4.*|5.* " ,
3030 "phpunit/phpunit" : " ^8.0"
3131 },
3232 "extra" : {
You can’t perform that action at this time.
0 commit comments