Skip to content

Commit

Permalink
PHP 8.4 support declared
Browse files Browse the repository at this point in the history
  • Loading branch information
f1mishutka committed Nov 11, 2024
1 parent 1abee6d commit 740f1bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JpGraph library composer package with PHP 8.3 support
# JpGraph library composer package with PHP 8.4 support

[![Packagist Version](https://img.shields.io/packagist/v/mitoteam/jpgraph?include_prereleases&style=flat-square&logo=packagist)](https://packagist.org/packages/mitoteam/jpgraph)
[![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/mitoteam/jpgraph?style=flat-square&logo=php)](https://github.com/mitoteam/jpgraph)
Expand All @@ -13,7 +13,7 @@

Current JpGraph library version: **4.4.2**

PHP versions support: from 5.5 to **8.3**. [Original notes](https://jpgraph.net/download/manuals/chunkhtml/ch01s05.html) about PHP versions.
PHP versions support: from 5.5 to **8.4**. [Original notes](https://jpgraph.net/download/manuals/chunkhtml/ch01s05.html) about PHP versions.


## Usage with composer
Expand Down Expand Up @@ -55,7 +55,7 @@ At 2022-02-25 we decided to switch to version number **10.0.0** to leave some ma

Current version numbers:

* **Version 10.4.x** of this package is latest version of JpGraph library with php **8.2-8.3** compatibility patches (latest code in "main" branch). Can be loaded in Extended Mode (see below).
* **Version 10.4.x** of this package is latest version of JpGraph library with php **8.2-8.4** compatibility patches (latest code in "main" branch). Can be loaded in Extended Mode (see below).
* **Version 4.4.x** of this package provides latest version of original JpGraph library as-is without any compatibility patches (latest code in "original" branch).

All changes to the original library can be examined as [difference between **main** and **original** branches](https://github.com/mitoteam/jpgraph/compare/original..main#files_bucket).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mitoteam/jpgraph",
"type": "library",
"description": "JpGraph library composer package with PHP 8.3 support",
"description": "JpGraph library composer package with PHP 8.4 support",
"keywords": ["jpgraph"],
"homepage": "https://github.com/mitoteam/jpgraph",
"license": "QPL-1.0",
Expand Down

0 comments on commit 740f1bc

Please sign in to comment.