From 1a72dced6c4fccfe67d2cee4c249bf1d610e28ad Mon Sep 17 00:00:00 2001 From: Thomas Durand Date: Thu, 13 Apr 2023 19:27:31 +0200 Subject: [PATCH 1/2] Even dought it wasn't mensionned, 0.15.x is PHP 8.1+ only Because of transient dependencies, see #166 --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1251d62..293d953 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pushok -[![PHP >= 7.2](https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg?style=flat-square)](https://php.net/) +[![PHP >= 8.1](https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg?style=flat-square)](https://php.net/) [![Build Status][ico-travis]][link-travis] [![Latest Version on Packagist][ico-version]][link-packagist] [![Total Downloads][ico-downloads]][link-downloads] @@ -24,7 +24,7 @@ Pushok is a simple PHP library for sending push notifications to APNs. ## Requirements -* PHP >= 8.0 +* PHP >= 8.1 * lib-curl >= 7.46.0 (with http/2 support enabled) * lib-openssl >= 1.0.2e diff --git a/composer.json b/composer.json index 9337958..6337c56 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.1", "ext-curl": "*", "lib-curl": ">=7.46.0", "ext-openssl": "*", From da7fda45de6ce2d19a24b67608f85d6e7802e4b4 Mon Sep 17 00:00:00 2001 From: Thomas Durand Date: Thu, 13 Apr 2023 19:30:01 +0200 Subject: [PATCH 2/2] Fixed PHP badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 293d953..3d3a186 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pushok -[![PHP >= 8.1](https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg?style=flat-square)](https://php.net/) +[![PHP >= 8.1](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg?style=flat-square)](https://php.net/) [![Build Status][ico-travis]][link-travis] [![Latest Version on Packagist][ico-version]][link-packagist] [![Total Downloads][ico-downloads]][link-downloads]