!!!IMPORTANT!!!
The following upgrading instructions are cumulative. That is, if you want to upgrade from version A to version C and there is version B between A and C, you need to following the instructions for both A and B.
- Minimal required PHP version has been raised to 8.0. Make sure to update your environment accordingly.
-
Virtual property
Yii2tech\Illuminate\Yii\Db\Connection::$laravelConnection
renamed toYii2tech\Illuminate\Yii\Db\Connection::$illuminateConnection
. Check references to this property and methods defining it in your code and fix them accordingly. -
Method
Yii2tech\Illuminate\Yii\Web\User::convertLaravelIdentity()
renamed toYii2tech\Illuminate\Yii\Web\User::convertIlluminateIdentity()
. Check references to this method in your code and fix them accordingly.
- "illuminate/*" package requirements were raised to 6.0. Make sure to upgrade your code accordingly.