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

Composer: Reorder dependencies

[ci skip]
This commit is contained in:
Franz Liedke 2018-06-30 23:46:10 +02:00
parent c17af492a9
commit 00bc8fc0bc
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -21,6 +21,7 @@
},
"require": {
"php": ">=7.1",
"axy/sourcemap": "^0.1.4",
"components/font-awesome": "^5.0.6",
"dflydev/fig-cookies": "^1.0.2",
"doctrine/dbal": "^2.5",
@ -57,8 +58,7 @@
"symfony/yaml": "^3.3",
"tobscure/json-api": "^0.3.0",
"zendframework/zend-diactoros": "^1.7",
"zendframework/zend-stratigility": "^3.0",
"axy/sourcemap": "^0.1.4"
"zendframework/zend-stratigility": "^3.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",