Tags: web-push-libs/web-push-php
Toggle v10.0.1's commit message
feat: convert contentEncoding to typesafe enum (#423 )
* feat: convert contentEncoding to typesafe enum
* Fix typo in Subscription.php comments
---------
Co-authored-by: Louis Lagrange <lagrange.louis@gmail.com>
Toggle v10.0.0's commit message
chore: drop php8.1; add php8.5 (#435 )
* chore!: drop php8.1; add php8.5
* increase required `web-token/jwt-library` to "^3.4.9|^4.0.6"
* drop phpunit10; add phpunit12; show notices and deprecations
* migrate php-cs-fixer config; apply auto migrations
* update Github Actions
* chore: migrations for php8.5
* remove deprecated `curl_close`
* remove deprecated param `key_length` for `openssl_pkey_derive`
Toggle v9.0.4's commit message
fix: option for concurrency not working (#426 )
option name seems to be accidentally renamed
Toggle v9.0.3's commit message
feat: add contentType option (#433 )
* Added contentType option to Notification
* Added contentType option to WebPush
* Updated README
Toggle v9.0.2's commit message
Fix private VAPID key padding (#414 )
Toggle v9.0.1's commit message
fix: Exception type mismatch in rejected callback (#410 )
Fixes #409
Toggle v9.0.0's commit message
chore: allow jwt-library v4 (#404 )
* chore: allow jwt-library v4
* Update composer.json
---------
Co-authored-by: Louis Lagrange <lagrange.louis@gmail.com>
Toggle v9.0.0-rc2's commit message
Add test for base64 backward compatibility (#400 )
* Base64 tests
* Fix test
---------
Co-authored-by: Louis Lagrange <lagrange.louis@gmail.com>
Toggle v9.0.0-rc1's commit message
Replace `spomky-labs/base64url` with `paragonie/constant_time_encodin…
…g` (#397 )
* Replace `spomky-labs/base64url` with `paragonie/constant_time_encoding`
* Directly using the `Base64UrlSafe` class
* Add composer package `paragonie/constant_time_encoding`
Toggle v8.0.0's commit message
Drop eol php 7 (#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
You can’t perform that action at this time.