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