sqits / laravel-userstamps

Package to maintain the users who created, updated and deleted eloquent models
MIT License
18 stars 7 forks source link

Laravel 8 Problem in Updating #10

Closed Dwingloo closed 4 years ago

Dwingloo commented 4 years ago

Wasn't able to update to Laravel 8, what seems to be the problem?

Problem 1

Dwingloo commented 4 years ago

I had to update the version in composer.json to "sqits/laravel-userstamps": "^0.0.8", instead of "sqits/laravel-userstamps": "^0.0.7", then update worked, just pointing it out for any future references