laravel-last-activity icon indicating copy to clipboard operation
laravel-last-activity copied to clipboard

Support Laravel 9 [new major version required]

Open patrickomeara opened this issue 3 years ago • 1 comments

  • 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 avatar Feb 09 '22 01:02 patrickomeara

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"
        }
    ]

patrickomeara avatar Feb 10 '22 19:02 patrickomeara