!!!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.
- Added strict types declarations for the return types of the methods inherited from
ArrayAccess
atIlluminatech\Config\PersistentRepository
. Make sure you use compatible return type declarations in case you override these methods. - Support for PHP 7.x has been dropped. Make sure you are using PHP 8.0 or higher.
- "illuminate/support" package requirements were raised to 7.26.0. Make sure to upgrade your code accordingly.
- Interface
Illuminatech\Config\StorageContact
has been renamed toIlluminatech\Config\StorageContract
. Check references to this interface in your code and fix them accordingly.
-
"illuminate/support" package requirements were raised to 6.0. Make sure to upgrade your code accordingly.
-
"illuminate/database" package is no longer required by this extension, make sure you add it to your
composer.json
in case you useStorageDb
orStorageEloquent
storage.