You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has an existing update to v1.0 which can be bumped and it seems to work fine.
laravel-google-static-map
This has an existing Laravel Shift PR pending and instructions on how to work around the issue temporarily. This is more problematic as it requires the package to be updated.
Temporary solution
To use the Laravel Shift patch in the short term, add this to requires in composer.json
"require": {
....
"mastani/laravel-google-static-map": "dev-l11-compatibility as 2.3",
"ryangjchandler/blade-capture-directive": "1.0 as 0.3"
},
Two dependencies do not update:
blade-capture-directive
This has an existing update to
v1.0
which can be bumped and it seems to work fine.laravel-google-static-map
This has an existing
Laravel Shift
PR pending and instructions on how to work around the issue temporarily. This is more problematic as it requires the package to be updated.Temporary solution
To use the Laravel Shift patch in the short term, add this to
requires
incomposer.json
and also this to
repositories
The text was updated successfully, but these errors were encountered: