All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning] (http://semver.org/). For change log format, use [Keep a Changelog] (http://keepachangelog.com/).
- Signature of
FlashBag::count(): int
for PHP 8.1 - Signature of
FlashBag::all(): array
- PHP 8 compatibility in
composer.json
- FlashBag::add() method accept arguments like sprintf() function
- Enabled strict types
- Declare type in methods declarations
- Add coverage options in phpunit.xml.dist
- Throw Exception instead of PHP error if sessions are disabled
- Update .travis.yml to test PHP7.4snapshot instead of nightly (PHP8)
- Remove composer.lock
First version