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

Laravel 9.x Compatibility #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

laravel-shift
Copy link

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
Copy link
Author

⚠️ 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
Copy link
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/laravel-gravatar.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "thomaswelton/laravel-gravatar": "dev-l9-compatibility",
    }
}

Finally, run: composer update

@sebastienheyd
Copy link

Hey @thomaswelton, @AntoineAugusti

As in 2020 (Issue #35), I really need this package to be updated.

Otherwise can you add me as a maintainer ? I am quite active in my projects and I also have some ideas to improve this package ;)

@thomaswelton
Copy link
Owner

At this point I'd suggest migrating to
https://packagist.org/packages/creativeorange/gravatar
https://github.com/creativeorange/gravatar

It's getting more downloads and stars than this package, I can archive this project.
@AntoineAugusti do you have any thoughts?

@AntoineAugusti
Copy link
Collaborator

@thomaswelton Agreed

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.

4 participants