From e8091f6a7b5b5510208f35361cdf2e47e79d3487 Mon Sep 17 00:00:00 2001 From: Arthur Edamov Date: Thu, 22 Sep 2022 14:33:30 +0300 Subject: [PATCH] Update minimum php requirement --- README.md | 4 ++-- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c2bef1..c3f1406 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pushok -[![PHP >= 7.2](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg?style=flat-square)](https://php.net/) +[![PHP >= 7.2](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] @@ -21,7 +21,7 @@ Pushok is a simple PHP library for sending push notifications to APNs. ## Requirements -* PHP >= 7.2 +* PHP >= 8.0 * lib-curl >= 7.46.0 (with http/2 support enabled) * lib-openssl >= 1.0.2e diff --git a/composer.json b/composer.json index 76c511a1..43fa203 100644 --- a/composer.json +++ b/composer.json @@ -12,14 +12,14 @@ "license": "MIT", "authors": [ { - "name": "Arthur Edamov", + "name": "Artur Edamov", "email": "edamov@gmail.com", "homepage": "https://github.com/edamov", "role": "Developer" } ], "require": { - "php": "^7.2|^8.0", + "php": "^8.0", "ext-curl": "*", "lib-curl": ">=7.46.0", "ext-openssl": "*",