kirkbushell / eloquence

A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
MIT License
545 stars 58 forks source link

Laravel 11.x Compatibility #113

Closed laravel-shift closed 4 months ago

laravel-shift commented 7 months ago

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:

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

laravel-shift commented 7 months ago

:warning: 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 commented 7 months ago

:alembic: 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/eloquence.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "kirkbushell/eloquence": "dev-l11-compatibility",
    }
}

Finally, run: composer update

JustinElst commented 6 months ago

This would be amazing!

JustinElst commented 5 months ago

Verified that this works :)

JustinElst commented 5 months ago

I think this is in 11.0.2 so can be closed.

kirkbushell commented 4 months ago

This has now been resolved, ty @JustinElst.