Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 441 Bytes

UPGRADING.md

File metadata and controls

7 lines (4 loc) · 441 Bytes

Upgrading

5.x to 6.x

When upgrading to 6.x it is important to know that this library now requires PHP 7.0 as a minimum version.

Because of the new minimum PHP version the old AES256Encryptor class has been removed since Mcrypt is no longer supported. If you want to keep using this library you'll need to write your own implementation of the EncryptorInterface or use the new LaravelEncryptor if you use the Laravel framework.