1
0
mirror of https://github.com/flarum/core.git synced 2025-09-03 13:12:50 +02:00

Update to Laravel 5.1

Eloquent `lists()` now returns a collection
This commit is contained in:
Toby Zerner
2015-08-12 13:24:11 +09:30
parent 25c5fb075f
commit 9f0358bb39
3 changed files with 21 additions and 22 deletions

View File

@@ -9,11 +9,11 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.0.*",
"illuminate/support": "5.1.*",
"tobscure/json-api": "^0.1.1",
"oyejorge/less.php": "~1.5",
"intervention/image": "^2.3.0",
"s9e/text-formatter": "dev-release/php5.3",
"s9e/text-formatter": "dev-release/php5.3@dev",
"psr/http-message": "^1.0",
"zendframework/zend-diactoros": "^1.1",
"nikic/fast-route": "^0.6",
@@ -28,6 +28,5 @@
"psr-4": {
"Flarum\\": "src/"
}
},
"minimum-stability": "stable"
}
}