File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 99 fail-fast : true
1010 matrix :
1111 os : [ubuntu-latest, windows-latest]
12- php : [7.2 , 7.3, 7.4 ]
13- laravel : [7 .*]
12+ php : [7.4 , 7.3]
13+ laravel : [8 .*]
1414 dependency-version : [prefer-lowest, prefer-stable]
1515
1616 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 1212 {
1313 "name" : " Daniel Mason" ,
141415- "homepage" : " https://danielmason.co .uk" ,
15+ "homepage" : " https://fidum .uk" ,
1616 "role" : " Developer"
1717 }
1818 ],
1919 "require" : {
20- "php" : " >=7.2.5 " ,
21- "illuminate/database" : " ^7 .0" ,
22- "illuminate/support" : " ^7 .0"
20+ "php" : " >=7.3 " ,
21+ "illuminate/database" : " ^8 .0" ,
22+ "illuminate/support" : " ^8 .0"
2323 },
2424 "require-dev" : {
25- "phpunit/phpunit" : " ^8.0||^9.0" ,
26- "psalm/plugin-laravel" : " ^1.2" ,
25+ "phpunit/phpunit" : " ^9.0" ,
2726 "vimeo/psalm" : " ^3.11"
2827 },
2928 "autoload" : {
Original file line number Diff line number Diff line change 1818 <issueHandlers >
1919 </issueHandlers >
2020
21- <plugins >
22- <pluginClass class =" Psalm\LaravelPlugin\Plugin" />
23- </plugins >
21+ <!-- <plugins> -- >
22+ <!-- <pluginClass class="Psalm\LaravelPlugin\Plugin"/> -- >
23+ <!-- </plugins> -- >
2424</psalm >
You can’t perform that action at this time.
0 commit comments