QueryBuilderParser icon indicating copy to clipboard operation
QueryBuilderParser copied to clipboard

Laravel 11.x Compatibility

Open laravel-shift opened this issue 1 year ago • 3 comments

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 avatar Feb 26 '24 16:02 laravel-shift

: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 avatar Feb 26 '24 16:02 laravel-shift

:information_source: Shift detected you do not have a CI workflow using GitHub Actions. If you would like, Shift can help you get started with the CI Generator. Although the Shift is paid, GitHub Actions is free and having a CI workflow will improve the stability and review process for your package.

laravel-shift avatar Feb 26 '24 16:02 laravel-shift

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

Then update your dependency constraint to reference this branch:

{
    "require": {
        "timgws/query-builder-parser": "dev-l11-compatibility",
    }
}

Finally, run: composer update

laravel-shift avatar Feb 26 '24 16:02 laravel-shift

I've been using this PR on my fork for a few months now, and it seems to be working fine. Any plans to merge this @timgws?

fsay2604 avatar Jun 09 '25 15:06 fsay2604

Yeah, there is nothing really in recent Laravel releases that would have broken anything here.

I will not merge this commit, but I will update this either later today or tomorrow.

---- On Tue, 10 Jun 2025 01:01:03 +1000 fsay.php @.***> wrote ---

fsay2604 left a comment https://github.com/timgws/QueryBuilderParser/pull/67#issuecomment-2956059240

I've been using this PR on my fork for a few months now, and it seems to be working fine. Any plans to merge this https://github.com/timgws ? — Reply to this email directly, https://github.com/timgws/QueryBuilderParser/pull/67#issuecomment-2956059240 , or https://github.com/notifications/unsubscribe-auth/AAIAM6HQONQAWHTKZTHEUDD3CWOS7AVCNFSM6AAAAAB65FE4TCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSNJWGA2TSMRUGA . You are receiving this because you were mentioned.

timgws avatar Jun 10 '25 05:06 timgws