mirror of
https://github.com/flarum/framework.git
synced 2024-12-05 09:03:36 +08:00
Merge pull request #499 from Luceos/php_version_fix
version constraint must match laravel dependancies at least
This commit is contained in:
commit
774d896b96
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"php": ">=5.5.9",
|
||||
"illuminate/bus": "5.1.*",
|
||||
"illuminate/cache": "5.1.*",
|
||||
"illuminate/config": "5.1.*",
|
||||
|
|
Loading…
Reference in New Issue
Block a user