File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 strategy :
1212 matrix :
1313 php : ['8.0', '8.1', '8.2']
14- laravel : ['8', '9', '10']
14+ laravel : ['8', '9', '10', '11' ]
1515 exclude :
1616 - php : ' 8.2'
1717 laravel : ' 8'
Original file line number Diff line number Diff line change 2424 ],
2525 "require" : {
2626 "php" : " ^7.2.5|^8.0" ,
27- "illuminate/auth" : " ^6.0|^7.0|^8.0|^9.0|^10.0" ,
28- "illuminate/config" : " ^6.0|^7.0|^8.0|^9.0|^10.0" ,
29- "illuminate/contracts" : " ^6.0|^7.0|^8.0|^9.0|^10.0" ,
30- "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0|^10.0" ,
27+ "illuminate/auth" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 " ,
28+ "illuminate/config" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 " ,
29+ "illuminate/contracts" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 " ,
30+ "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 " ,
3131 "laravel-doctrine/orm" : " ^1|^2.0" ,
3232 "doctrine/annotations" : " ^1.10|^2.0"
3333 },
You can’t perform that action at this time.
0 commit comments