Merge pull request #415 from neoxia/fix-php-version
Add support for PHP 5.4 again
Showing
| ... | @@ -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.*", | ||
| ... | ... |
Please
register
or
sign in
to comment