1
0
mirror of https://github.com/flarum/core.git synced 2025-01-29 12:42:32 +01:00

version constraint must match laravel dependancies at least

This commit is contained in:
Daniel Klabbers 2015-09-16 09:56:19 +02:00
parent 66510d6887
commit a2b43f6f78

View File

@ -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.*",