laravel-er-diagram-generator icon indicating copy to clipboard operation
laravel-er-diagram-generator copied to clipboard

Laravel 9.x Compatibility

Open laravel-shift opened this issue 2 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 05 '22 16:02 laravel-shift

:warning: The latest version of Laravel has a dependency for phpunit/phpunit of ^9.3. If you would like to also upgrade your tests, you may run the PHPUnit 9 Shift for free.

laravel-shift avatar Feb 05 '22 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/laravel-er-diagram-generator.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "beyondcode/laravel-er-diagram-generator": "dev-l9-compatibility",
    }
}

Finally, run: composer update

laravel-shift avatar Feb 05 '22 16:02 laravel-shift

tested working as expected :100:

lloricode avatar Apr 11 '22 06:04 lloricode

This works

akulmehta avatar Jun 23 '22 15:06 akulmehta

Is this repository still being maintained? Composer is blocking me to install this package because my PHP version is 8.

This PR seems to solve my problem. If it works, why not merge it?

daviddaytw avatar Jul 13 '22 16:07 daviddaytw

@mpociot @sschlein Can we make this happen so I don't have to fork it? Let me know if any additional changes need be made to help this along. :)

aejnsn avatar Jan 20 '23 07:01 aejnsn

@mpociot @sschlein This is a really nice tool, but it's languishing because of dependency versions. Can we please get some eyes on this PR?

The other alternative is to sideload the Laravel Shift repository as detailed here: https://github.com/beyondcode/laravel-er-diagram-generator/pull/101#issuecomment-1030634003

If this is abandonware, let's offload responsibility to someone who will maintain it--1700 stars at the time of this writing, and we're not maintaining simple dependency details. :(

aejnsn avatar Feb 10 '23 04:02 aejnsn

@mechelon Thank you! 💯

aejnsn avatar Feb 10 '23 21:02 aejnsn