All Notable changes to laravel-request
will be documented in this file
- Add support to Laravel 6/7/8/9
- Update composer.json
- Add support to Laravel 5.8
- Update composer.json
- Add support to phpunit 7.x and Laravel 5.7
- Update composer.json
- Update doc bloc and remove unused namespace in RequestTestable.php
- Add new RequestTestable trait for easy testing request and upload.
- Update laravel/framework v5.3.9.
- update padosoft/io to 1.6.0, padosoft/test 0.2.2, laravel/framework v5.3.8 and other dependencies.
- Small refactor of RequestHelper::getFileSafe to reduce Cyclomatyc Complexity.
- Add a PHPUnit abstract method in UploadedFileTestable trait.
- Change namespace of UploadedFileTestable trait to easy use in other package unit test.
- Initial release