Composer > support/require PHP 5.6+ (instead of 5.5.9+)

This commit is contained in:
Meritoo
2018-07-02 08:12:26 +02:00
parent 64499b49d3
commit 72fd87e165
3 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"name": "meritoo/common-library",
"description": "Useful classes, methods, extensions etc.",
"license": "MIT",
"version": "0.0.21",
"version": "0.1.0",
"authors": [
{
"name": "Meritoo.pl",
@@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=5.5.9",
"php": ">=5.6",
"ext-pcre": "*",
"doctrine/orm": "^2.5",
"gedmo/doctrine-extensions": "^2.4"