Commit c44cce60 authored by Jens Segers's avatar Jens Segers

Merge pull request #415 from neoxia/fix-php-version

Add support for PHP 5.4 again
parents 8448aa98 a229d272
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.5.0", "php": ">=5.4.0",
"illuminate/support": "5.0.*", "illuminate/support": "5.0.*",
"illuminate/container": "5.0.*", "illuminate/container": "5.0.*",
"illuminate/database": "5.0.*", "illuminate/database": "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