Skip to content

Commit

Permalink
Updating README with PHP 8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilverloop committed Jan 27, 2022
1 parent ae6e90d commit 37eddb3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37eddb3

Please sign in to comment.