Commit 1bc2419
committed
fix(dependencies): get compatible Laravel 12 dependencies
Laravel 12 does not run composer update or npm install so we need to
do it manually.
That said, there is version conflict with the laravel-discourse-sso package.
It is currently not compatible with Laravel 12 and the pull to fix it
has not been merged or touched since February. There is however a fork
by Laravel Shift that has the fix.
As such, we will use that fork in the composer.json file.
Reference:
spinen/laravel-discourse-sso#521 parent 8bc4613 commit 1bc2419
3 files changed
+629
-665
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
| |||
39 | 46 | | |
40 | 47 | | |
41 | 48 | | |
42 | | - | |
| 49 | + | |
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
| |||
0 commit comments