v4.0.2
Fix
- update Tinker version to fix deprecated dependency
CAUTION
If you're using a bare-metal installation of SeAT (non Docker), you will have to manually edit your composer.json
file located at root SeAT installation directory (default is /var/www/seat/composer.json
) and alter the line 19 from "laravel/tinker": "^1.0",
to "laravel/tinker": "^2.5",
in order to be able to deploy that new version.