mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 10:14:16 +08:00
Explicitly bundle Carbon library
We have used this transitive dependency (via illuminate/support) for a while, so let's make this explicit. Incidentally, we now also explicitly require version 2.x - the previous 1.x branch will no longer be supported after the upcoming upgrade to Laravel 6. Refs #2055.
This commit is contained in:
parent
2b76b169d3
commit
9de0901293
|
@ -66,6 +66,7 @@
|
|||
"middlewares/base-path-router": "^0.2.1",
|
||||
"middlewares/request-handler": "^1.2",
|
||||
"monolog/monolog": "^1.16.0",
|
||||
"nesbot/carbon": "^2.0",
|
||||
"nikic/fast-route": "^0.6",
|
||||
"psr/http-message": "^1.0",
|
||||
"psr/http-server-handler": "^1.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user