session-encode-decode
session-encode-decode copied to clipboard
Add php-7.2 test
Changed log
- Add
php-7.2
test in Travis CI build. - Change into
>=7.1
insiderequire
block incomposer.json
. - Upgrade the PHPUnit version to be
^6.5
. - Using the class-based PHPUnit namespace to be compatible with the latest PHPUnit version.
Hi @Ocramius, I've changed ^6.5
to ^7
for PHPUnit
version.
If having any problems, please write the comments to let me know :).