File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1515| 10.0 | ^4.0 |
1616| 11.0 | ^5.0 |
1717| 12.0 | ^6.0 |
18+ | 13.0 | ^7.0 |
1819
1920The ` zonneplan/laravel-module-loader ` package provides an easy to use module loader
2021which can be used to modulize your project.
Original file line number Diff line number Diff line change 1313 "authors" : [],
1414 "require" : {
1515 "php" : " ^8.2" ,
16- "illuminate/console" : " ^11.0||^12.0" ,
17- "illuminate/database" : " ^11.0||^12.0" ,
18- "illuminate/support" : " ^11.0||^12.0" ,
19- "illuminate/routing" : " ^11.0||^12.0"
16+ "illuminate/console" : " ^11.0||^12.0||^13.0 " ,
17+ "illuminate/database" : " ^11.0||^12.0||^13.0 " ,
18+ "illuminate/support" : " ^11.0||^12.0||^13.0 " ,
19+ "illuminate/routing" : " ^11.0||^12.0||^13.0 "
2020 },
2121 "require-dev" : {
2222 "phpunit/phpunit" : " ^10.0||^11.0" ,
2323 "mockery/mockery" : " ^1.4" ,
24- "orchestra/testbench" : " ^9.0||^10.0"
24+ "orchestra/testbench" : " ^9.0||^10.0||^11.0 "
2525 },
2626 "autoload" : {
2727 "psr-4" : {
You can’t perform that action at this time.
0 commit comments