Skip to content

Commit 0a4e4c1

Browse files
authored
Updated web-token/jwt-library to 4.0 and PHP to 8.2 (#187)
raised min PHP version to 8.2, as web-token/jwt-library 4.0 requires at least this version
1 parent f404cbc commit 0a4e4c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pushok
22

3-
[![PHP >= 8.1](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg?style=flat-square)](https://php.net/)
3+
[![PHP >= 8.2](https://img.shields.io/badge/php-%3E%3D%208.2-8892BF.svg?style=flat-square)](https://php.net/)
44
[![Build Status][ico-travis]][link-travis]
55
[![Latest Version on Packagist][ico-version]][link-packagist]
66
[![Total Downloads][ico-downloads]][link-downloads]
@@ -24,7 +24,7 @@ Pushok is a simple PHP library for sending push notifications to APNs.
2424

2525
## Requirements
2626

27-
* PHP >= 8.1
27+
* PHP >= 8.2
2828
* lib-curl >= 7.46.0 (with http/2 support enabled)
2929
* lib-openssl >= 1.0.2e
3030

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.1",
22+
"php": "^8.2",
2323
"ext-curl": "*",
2424
"ext-json": "*",
2525
"ext-openssl": "*",
2626
"lib-curl": ">=7.46.0",
2727
"lib-openssl": ">=1.0.2.5",
28-
"web-token/jwt-library": "^3.0"
28+
"web-token/jwt-library": "^4.0"
2929
},
3030
"require-dev": {
3131
"php-coveralls/php-coveralls": "^2.0",

0 commit comments

Comments
 (0)