1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 11:52:16 +02:00

Convert forum app to be PSR-7 compatible.

I also installed one new dependency: a helper library that makes it
easier to read and write cookies, given that there are no helper methods
for these purposes in the PSR-7 standard.
This commit is contained in:
Franz Liedke
2015-06-03 02:04:57 +02:00
parent 7f83552cbb
commit d462eb585e
12 changed files with 165 additions and 100 deletions

View File

@@ -16,7 +16,8 @@
"oyejorge/less.php": "dev-master",
"intervention/image": "dev-master",
"psr/http-message": "^1.0@dev",
"nikic/fast-route": "dev-master"
"nikic/fast-route": "dev-master",
"dflydev/fig-cookies": "0.0.*@dev"
},
"require-dev": {
"fzaninotto/faker": "1.4.0",