tinker icon indicating copy to clipboard operation
tinker copied to clipboard

Laravel 9.x Compatibility

Open laravel-shift opened this issue 3 years ago • 5 comments

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

Before merging, you need to:

  • Checkout the l9-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 06 '22 13: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/tinker.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "botman/tinker": "dev-l9-compatibility",
    }
}

Finally, run: composer update

laravel-shift avatar Feb 06 '22 13:02 laravel-shift

any news on this?

ixdf-bot avatar May 14 '22 10:05 ixdf-bot

im waiting on this

jovelluna12 avatar Jun 25 '22 05:06 jovelluna12

@mpociot any update?

aneesdev avatar Jul 07 '22 13:07 aneesdev

Anybody is home?

indigoram89 avatar Jan 29 '23 13:01 indigoram89