Skip to content

Commit 9d53ad7

Browse files
authored
Merge pull request #2029 from nWidart/laravel-12
add support for Laravel 12
2 parents 6a987af + 102caa9 commit 9d53ad7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All Notable changes to `laravel-modules` will be documented in this file.
44

5+
See https://github.com/nWidart/laravel-modules/releases for the latest releases.
6+
57
## Next
68

79
- [@omerbaflah](https://github.com/omerbaflah) Fixes Invokable Controller Stub

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
| 9.0 | ^9.0 |
1919
| 10.0 | ^10.0 |
2020
| 11.0 | ^11.0 |
21+
| 12.0 | ^12.0 |
2122

2223
`nwidart/laravel-modules` is a Laravel package created to manage your large Laravel app using modules. A Module is like a Laravel package, it has some views, controllers or models. This package is supported and tested in Laravel 11.
2324

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"require-dev": {
2828
"phpunit/phpunit": "^11.0",
2929
"mockery/mockery": "^1.6",
30-
"orchestra/testbench": "^v9.0",
30+
"orchestra/testbench": "^v10.0",
3131
"friendsofphp/php-cs-fixer": "^v3.52",
32-
"laravel/framework": "^v11.33",
32+
"laravel/framework": "^v12.0",
3333
"laravel/pint": "^1.16",
3434
"spatie/phpunit-snapshot-assertions": "^5.0",
3535
"phpstan/phpstan": "^1.4"

0 commit comments

Comments
 (0)