Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 11 compatibility #90

Open
geofftech opened this issue Mar 13, 2024 · 1 comment
Open

Laravel 11 compatibility #90

geofftech opened this issue Mar 13, 2024 · 1 comment

Comments

@geofftech
Copy link

Two dependencies do not update:

  • mastani/laravel-google-static-map
  • ryangjchandler/blade-capture-directive

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 in composer.json

    "require": {
        ....
        "mastani/laravel-google-static-map": "dev-l11-compatibility as 2.3",
        "ryangjchandler/blade-capture-directive": "1.0 as 0.3"
    },

and also this to repositories

   "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/laravel-shift/laravel-google-static-map.git"
        }
    ]
@myregistration
Copy link

Is this still necessary or has it been resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants