Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Laravel 9 [new major version required] #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

patrickomeara
Copy link
Contributor

  • Laravel 9 requires PHP 8 or above so it's time for a major version bump for this package
  • I have added info on using anything less than Laravel 8 or PHP 8 in the README

* Laravel 9 requires PHP 8 or above so it's time for a major version bump for this package
* I have added info on using anything less than Laravel 8 or PHP 8 in the README
@patrickomeara
Copy link
Contributor Author

For anyone wanting to use this before it's merged, add this to your composer.json


    "require": {
        "divineomega/laravel-last-activity": "dev-master"
    },    
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/patrickomeara/laravel-last-activity"
        }
    ]

* allow laravel 8 and above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant