Change minimum PHP to 5.6

Calls to empty function with a method return value requires PHP 5.5+.
PHP 5.6 is the oldest version currently supported.
This commit is contained in:
Stephen Vickers 2016-09-06 10:47:35 +01:00
parent 524281912b
commit 4c93c23e2c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
}
],
"require":{
"php": ">=5.3.0"
"php": ">=5.6.0"
},
"autoload":{
"psr-4": {