Commit 2134300b authored by duxet's avatar duxet

Remove support for PHP 5.4

parent ec3d41f3
language: php language: php
php: php:
- 5.4
- 5.5 - 5.5
- 5.6 - 5.6
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
], ],
"license" : "MIT", "license" : "MIT",
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.5.0",
"ext-mongo": "*", "ext-mongo": "*",
"illuminate/support": "5.0.*", "illuminate/support": "5.0.*",
"illuminate/container": "5.0.*", "illuminate/container": "5.0.*",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment