Skip to content

Commit

Permalink
Tag v 3.6.19 requires PHP >= 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflabs committed May 18, 2018
1 parent b3db86f commit c9f800a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

This is an unnoficial refactor of [JpGraph](http://jpgraph.net/) with thefollowing differences:
- the app was fully refactored adding namespaces, proper folder hierarchy, separating each class in its own file and stripping the use of `require` and `include` to the bare minimum
- dropping support for PHP < 5.4.
- dropping support for PHP < 5.6.
- it provides full composer compatibility
- it has PSR-4 autoloading
- it makes requirement checks so you can't go wrong
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amenadiel/jpgraph",
"type": "library",
"description": "jpGraph, library to make graphs and charts",
"version": "3.6.18",
"version": "3.6.19",
"keywords": [
"graph",
"chart",
Expand All @@ -19,7 +19,7 @@
},
"require":
{
"php": ">=5.4.0",
"php": ">=5.6.0",
"ext-gd": "*",
"symfony/dotenv": "~3.4"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit c9f800a

Please sign in to comment.