Skip to content

Commit

Permalink
Downgrade nwidart/laravel-modules
Browse files Browse the repository at this point in the history
It seems to have stopped working on Commlink with 11.1.0 with a
ModuleNotFoundException. I've created a stuf project to try to reproduce
it but everything seems to work okay. I'm wondering if the way I
upgraded from Laravel 10 to 11 broke some convention. I'll try and
revisit this after fixing some of the things that Laravel Shift brought
up.
  • Loading branch information
omnicolor committed Oct 30, 2024
1 parent 5db0808 commit 249fe8f
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 11 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"laravel/socialite": "^5.6",
"markrogoyski/math-php": "^2.8",
"mongodb/laravel-mongodb": "^4.3",
"nwidart/laravel-modules": "^11.0",
"nwidart/laravel-modules": "11.0.11",
"php-jsonpatch/php-jsonpatch": "^4.1",
"pusher/pusher-php-server": "^7.0",
"sentry/sentry-laravel": "^4.7",
Expand Down
84 changes: 74 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 249fe8f

Please sign in to comment.