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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user