Skip to content

Commit 4bbce9b

Browse files
authored
Merge pull request #16 from zonneplan/feature/add-laravel-13-support
feat: add Laravel 13 support
2 parents e1bcb59 + 47ae9fa commit 4bbce9b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
| 10.0 | ^4.0 |
1616
| 11.0 | ^5.0 |
1717
| 12.0 | ^6.0 |
18+
| 13.0 | ^7.0 |
1819

1920
The `zonneplan/laravel-module-loader` package provides an easy to use module loader
2021
which can be used to modulize your project.

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
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": {

0 commit comments

Comments
 (0)