Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luxifer committed Dec 21, 2017
1 parent 6a354a4 commit 7cf3fea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------

Expand All @@ -37,7 +42,7 @@ Just add the package to your `composer.json`
```json
{
"require": {
"luxifer/doctrine-functions": "dev-master"
"luxifer/doctrine-functions": "^1.5"
}
}
```
Expand Down

0 comments on commit 7cf3fea

Please sign in to comment.