mirror of
https://github.com/flarum/framework.git
synced 2025-01-22 09:11:02 +08:00
Composer: Sort dependencies alphabetically
This commit is contained in:
parent
efb0e7e2b1
commit
e15653de1c
|
@ -21,6 +21,9 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.5.9",
|
"php": ">=5.5.9",
|
||||||
|
"dflydev/fig-cookies": "^1.0",
|
||||||
|
"doctrine/dbal": "^2.5",
|
||||||
|
"franzl/whoops-middleware": "^0.2.0",
|
||||||
"illuminate/bus": "5.1.*",
|
"illuminate/bus": "5.1.*",
|
||||||
"illuminate/cache": "5.1.*",
|
"illuminate/cache": "5.1.*",
|
||||||
"illuminate/config": "5.1.*",
|
"illuminate/config": "5.1.*",
|
||||||
|
@ -34,25 +37,22 @@
|
||||||
"illuminate/support": "5.1.*",
|
"illuminate/support": "5.1.*",
|
||||||
"illuminate/validation": "5.1.*",
|
"illuminate/validation": "5.1.*",
|
||||||
"illuminate/view": "5.1.*",
|
"illuminate/view": "5.1.*",
|
||||||
|
"intervention/image": "^2.3.0",
|
||||||
"league/flysystem": "^1.0.11",
|
"league/flysystem": "^1.0.11",
|
||||||
"league/oauth2-client": "~1.0",
|
"league/oauth2-client": "~1.0",
|
||||||
"tobscure/json-api": "^0.2.0",
|
"matthiasmullie/minify": "^1.3",
|
||||||
"oyejorge/less.php": "~1.5",
|
"monolog/monolog": "^1.16.0",
|
||||||
"intervention/image": "^2.3.0",
|
|
||||||
"s9e/text-formatter": "^0.4.12",
|
|
||||||
"psr/http-message": "^1.0",
|
|
||||||
"zendframework/zend-diactoros": "^1.1",
|
|
||||||
"zendframework/zend-stratigility": "^1.1",
|
|
||||||
"nikic/fast-route": "^0.6",
|
"nikic/fast-route": "^0.6",
|
||||||
"dflydev/fig-cookies": "^1.0",
|
"oyejorge/less.php": "~1.5",
|
||||||
|
"psr/http-message": "^1.0",
|
||||||
"symfony/console": "^2.7",
|
"symfony/console": "^2.7",
|
||||||
"symfony/http-foundation": "^2.7",
|
"symfony/http-foundation": "^2.7",
|
||||||
"symfony/yaml": "^2.7",
|
|
||||||
"symfony/translation": "^2.7",
|
"symfony/translation": "^2.7",
|
||||||
"doctrine/dbal": "^2.5",
|
"symfony/yaml": "^2.7",
|
||||||
"monolog/monolog": "^1.16.0",
|
"s9e/text-formatter": "^0.4.12",
|
||||||
"franzl/whoops-middleware": "^0.2.0",
|
"tobscure/json-api": "^0.2.0",
|
||||||
"matthiasmullie/minify": "^1.3"
|
"zendframework/zend-diactoros": "^1.1",
|
||||||
|
"zendframework/zend-stratigility": "^1.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mockery/mockery": "^0.9.4",
|
"mockery/mockery": "^0.9.4",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user