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

Laravel 11.x Compatibility #42

Merged
merged 10 commits into from
Mar 12, 2024

Conversation

laravel-shift
Copy link
Contributor

@laravel-shift laravel-shift commented Mar 1, 2024

What's changed

  • Add support for laravel 11
  • Dropped support for laravel versions older than 8. Supports only L8, L9, L10 and L11 after this PR is merged
  • Dropped support for old php versions and now required php ^8.1

@laravel-shift
Copy link
Contributor Author

⚠️ The latest version of Laravel has a dependency for phpunit/phpunit of ^10.5. If you would like to also upgrade your tests, you may run the PHPUnit 10 Shift for free.

@laravel-shift
Copy link
Contributor 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
Contributor 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/quicksand.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "tightenco/quicksand": "dev-l11-compatibility",
    }
}

Finally, run: composer update

@mateusjunges mateusjunges self-assigned this Mar 11, 2024
@mateusjunges mateusjunges merged commit e66a18f into tighten:main Mar 12, 2024
12 checks passed
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.

None yet

2 participants