Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Laravel 11.x Compatibility #95

Closed
wants to merge 2 commits into from

Conversation

laravel-shift
Copy link

This is an automated pull request from Shift to update your package code and dependencies to be compatible with Laravel 11.x.

Before merging, you need to:

  • Checkout the l11-compatibility branch
  • Review all comments for additional changes
  • Thoroughly test your package

If you do find an issue, please report it by commenting on this PR to help improve future automation.

@laravel-shift
Copy link
Author

⚠️ Shift detected a dependency for the laravel/framework. Unless you have a special requirement for depending on the entire Laravel framework, it's recommended to add dependencies for the specific illuminate packages instead.

@laravel-shift
Copy link
Author

⚠️ Shift detected GitHub Actions which run jobs using a version matrix. Shift attempted to update your configuration for Laravel 11. However, you should review these changes to ensure the desired combination of versions are built for your package.

@laravel-shift
Copy link
Author

⚗️ Using this package? If you would like to help test these changes or believe them to be compatible, you may update your project to reference this branch.

To do so, temporarily add Shift's fork to the repositories property of your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/laravel-shift/vapor-ui.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "laravel/vapor-ui": "dev-l11-compatibility",
    }
}

Finally, run: composer update

@taylorotwell taylorotwell marked this pull request as draft February 28, 2024 02:01
@ahinkle
Copy link

ahinkle commented Mar 12, 2024

Hey @driesvints, @taylorotwell,

Any movement here? ❤️

Edit: nevermind - thanks! 7f45f64

@driesvints
Copy link
Member

No indeed.

@driesvints driesvints closed this Mar 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants