Skip to content

Tags: JacobBennett/laravel-HTTP2ServerPush

Tags

v5.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow PHP 8 support in composer (#50)

* Allow PHP 8 support in composer

Helps avoid this issue with the composer when running on PHP 8 environments. Pulled the commit off the suggestions from this issue #48

* Run the test suite against PHP 8

v5.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json (#47)

Allow for Laravel 8.x Application Usage.

v5.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use "as=fetch" in case no extension is matched (#46)

v5.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update dependencies for Laravel 7 (#42)

v5.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json

v4.0.2

Improved URL detection for protocol-relative URLs (#39)

Fixed #38

v4.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json

v4.0.0

Adds a requirements section to the README (#35)

v3.0.0

Config file for : Size limit, exceptions, base path (#28)

* #25 deduplicate header links

* - Add config file
- Add size limit
- Add base path configuration
- Add exceptions filters
- Update test
- Updates doc

solves #23, #27

* update travis :
- remove PHP5.6,
- add PHP7.2 and 7.3

v2.0.6

#25 deduplicate header links (#26)