From 7cf3fea1b50031654be029897bebd5f58dc24b25 Mon Sep 17 00:00:00 2001 From: Florent Viel Date: Thu, 21 Dec 2017 15:03:45 +0100 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6db46f9..1e8b701 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ List of available functions: Edit this file in your pull request to add your functions to the list. +Requirements +------------ + +This library is expected to work with PHP >= 5.3, but you should consider to upgrade to PHP >= 7.0. To contribute to this library you must have PHP >= 7.0 to run the test suite. + Installation ------------ @@ -37,7 +42,7 @@ Just add the package to your `composer.json` ```json { "require": { - "luxifer/doctrine-functions": "dev-master" + "luxifer/doctrine-functions": "^1.5" } } ```