Use Composer package auto sort also for prefixed dependencies

[MAILPOET-2014]
This commit is contained in:
Jan Jakeš
2019-04-25 13:31:51 +02:00
committed by M. Shull
parent 8739646a6a
commit 25ec859428
2 changed files with 8 additions and 7 deletions

View File

@ -1,13 +1,13 @@
{
"require": {
"php": ">=5.6",
"symfony/dependency-injection": "3.4.26",
"gregwar/captcha": "^1.1",
"monolog/monolog": "^1.23",
"sabberworm/php-css-parser": "^8.1",
"twig/twig": "1.38.4",
"symfony/polyfill-php72": "^1.11",
"symfony/dependency-injection": "3.4.26",
"symfony/polyfill-mbstring": "^1.11",
"gregwar/captcha": "^1.1"
"symfony/polyfill-php72": "^1.11",
"twig/twig": "1.38.4"
},
"scripts": {
"post-update-cmd": "@process",
@ -23,6 +23,7 @@
"config": {
"platform": {
"php": "5.6"
}
},
"sort-packages": true
}
}

View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "12db0ff7da561923463454e3da7f3b32",
"content-hash": "ad7d36b8532fdc088a8da2d688167bbb",
"packages": [
{
"name": "gregwar/captcha",
@ -442,7 +442,7 @@
},
{
"name": "Gert de Pagter",
"email": "backendtea@gmail.com"
"email": "BackEndTea@gmail.com"
}
],
"description": "Symfony polyfill for ctype functions",