Skip to content

Tags: summerKK/web-push-php

Tags

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop eol php 7 (web-push-libs#361)

* Drop eol php 7.3 7.4

* Add php 8.2 to Github tests

* test with disabled `gmp` extension

* Add extension suggestion to composer

* Remove outdated php 7.x code

v7.0.0

Toggle v7.0.0's commit message

Verified

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

v6.0.7

Toggle v6.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
More precise typing on PHP 8.1 (web-push-libs#340)

* Add #[\ReturnTypeWillChange] attribute for PHP 8.1 compatibility.

* Update tab to space.

* A different approach that works across all version.

v6.0.6

Toggle v6.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add #[\ReturnTypeWillChange] attribute for PHP 8.x compatibility. (we…

…b-push-libs#339)

* Add #[\ReturnTypeWillChange] attribute for PHP 8.1 compatibility.

* Update tab to space.

v6.0.5

Toggle v6.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handling ConnectException (web-push-libs#299)

* Handling ConnectException

* Syntax changes

Co-authored-by: Louis Lagrange <lagrange.louis@gmail.com>

v6.0.4

Toggle v6.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use protected properties and methods in WebPush class (web-push-libs#324

)

This allows other projects to extend the WebPush class and alter the way
it works. An example use-case is to replace Guzzle with a ReactPHP based
HTTP client for better integration in long-running asynchronous
processes.

v6.0.3

Toggle v6.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes the signed bytes conversion (web-push-libs#304)

v6.0.2

Toggle v6.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix undefined method Brick\Math\BigInteger::getX() (web-push-libs#297)

* Fix web-push-libs#292

* Fix inconsistent local key generation

* Fix GMP support of key creation

* Fix duplicated import and hex size

* Fix duplicated import and hex size

* Typo…

* Fix invalid hex value length

* Fix invalid hex value length

* self:: call removed

* Ignore irrelevant PHPStan error

v6.0.1

Toggle v6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support Guzzle 7 (web-push-libs#294)

* Support Guzzle 7

Upgrade Guzzle version (needed for usage in Laravel 8)

* Update composer.json

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip unit tests temporarily (web-push-libs#285)