All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support Laravel 9.
- BREAKING: Upgrade bschmitt/laravel-amqp to ^2.0 and remove Lumen support
- Use fork wecc/php-amqplib instead of php-amqplib/php-amqplib to better handle PHP 8
- Support for PHP 8.
- BKREAKING: Requires PHP 7.4 and Laravel 7.
- Support for Laravel 8.
- Require PHP 7.2.5.
- Support Laravel 7.
- Use travis to test with different PHP, Laravel and PHPUnit versions.
- "squizlabs/php_codesniffer" 3.5.2 to detect violations of PSR12.
- All tests in
EventRouterTest.php
now passes.
- Laravel package auto-discovery
- BREAKING: Moved config file
guru.php
tobutler.php
- Support for Laravel 6
- Add support for laravel
- Initial release