From 37eddb3a79548e8922a87144b6fcce40e1d7d2a1 Mon Sep 17 00:00:00 2001 From: Cyril VERLOOP Date: Thu, 27 Jan 2022 10:10:59 +0100 Subject: [PATCH] Updating README with PHP 8.0. --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- composer.json | 2 +- composer.lock | 12 ++++++------ 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a03f20..2db3d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.0.1] - 2022-01-27 +### Fixed +- README minimum compatibility of PHP 8.0. + ## [3.0.0] - 2022-01-27 ### Added - Compatibility with PHP 8.1. diff --git a/README.md b/README.md index cd6f62d..99fe605 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # DataTables -Simple PHP classes to map DataTables Request and Reponse requiring PHP 7.4+. +Simple PHP classes to map DataTables Request and Reponse requiring PHP 8.0+. [![License](https://img.shields.io/github/license/cyrilverloop/datatables)](https://github.com/cyrilverloop/datatables/blob/trunk/LICENSE) [![Type coverage](https://shepherd.dev/github/cyrilverloop/datatables/coverage.svg)](https://shepherd.dev/github/cyrilverloop/datatables) -[![Minimum PHP version](https://img.shields.io/badge/php-%3E%3D7.4-%23777BB4?logo=php&style=flat)](https://www.php.net/) +[![Minimum PHP version](https://img.shields.io/badge/php-%3E%3D8.0-%23777BB4?logo=php&style=flat)](https://www.php.net/) ## Installation diff --git a/composer.json b/composer.json index 476ba15..8c7fcf3 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cyril-verloop/datatables", - "description": "A library to use DataTables with PHP 7.4+.", + "description": "A library to use DataTables with PHP 8.0+.", "type": "library", "license": "MIT", "autoload": { diff --git a/composer.lock b/composer.lock index 22a244b..066c6b9 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "cyril-verloop/iterator", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/cyrilverloop/iterator.git", - "reference": "38be8be717dcf21abe6a62bdd7911fce74065e50" + "reference": "845643b58fac6661d1c49f7a6a239b8b452e4298" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cyrilverloop/iterator/zipball/38be8be717dcf21abe6a62bdd7911fce74065e50", - "reference": "38be8be717dcf21abe6a62bdd7911fce74065e50", + "url": "https://api.github.com/repos/cyrilverloop/iterator/zipball/845643b58fac6661d1c49f7a6a239b8b452e4298", + "reference": "845643b58fac6661d1c49f7a6a239b8b452e4298", "shasum": "" }, "require": { @@ -42,9 +42,9 @@ "description": "An iterator utility.", "support": { "issues": "https://github.com/cyrilverloop/iterator/issues", - "source": "https://github.com/cyrilverloop/iterator/tree/3.0.0" + "source": "https://github.com/cyrilverloop/iterator/tree/3.0.1" }, - "time": "2022-01-27T08:24:08+00:00" + "time": "2022-01-27T08:56:36+00:00" } ], "packages-dev": [],