Skip to content

Releases: padosoft/laravel-request

2.3.0

05 Apr 10:52
Compare
Choose a tag to compare
- Add support to Laravel 6/7/8/9

- Update composer.json

1.2.2

07 Jan 11:44
Compare
Choose a tag to compare

update swiftmailer/swiftmailer to fix Remote Code Execution vulnerability in v5.4.1
exclude composer.lock from .gitignore

1.2.1

12 Sep 18:38
Compare
Choose a tag to compare

1.2.1 - 2016-09-12

CHANGES

  • Update doc bloc and remove unused namespace in RequestTestable.php

1.2.0

12 Sep 18:14
Compare
Choose a tag to compare

1.2.0 - 2016-09-12

ADD

  • Add new RequestTestable trait for easy testing request and upload.

CHANGES

  • Update laravel/framework v5.3.9.

1.1.3

11 Sep 11:48
Compare
Choose a tag to compare

1.1.3 - 2016-09-11

CHANGE

  • update padosoft/io to 1.6.0, padosoft/test 0.2.2, laravel/framework v5.3.8 and other dependencies.

1.1.2

10 Sep 21:17
Compare
Choose a tag to compare

1.1.2 - 2016-09-10

CHANGE

  • Small refactor of RequestHelper::getFileSafe to reduce Cyclomatyc Complexity.

1.1.1

10 Sep 21:15
Compare
Choose a tag to compare

1.1.1 - 2016-09-10

CHANGE

  • Add a PHPUnit abstract method in UploadedFileTestable trait.

1.1.0

10 Sep 21:15
Compare
Choose a tag to compare

1.1.0 - 2016-09-10

CHANGE

  • Change namespace of UploadedFileTestable trait to easy use in other package unit test.

1.0.0

28 Aug 17:54
Compare
Choose a tag to compare

Initial Release.