Use Composer package auto sort also for prefixed dependencies
[MAILPOET-2014]
This commit is contained in:
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6",
|
"php": ">=5.6",
|
||||||
"symfony/dependency-injection": "3.4.26",
|
"gregwar/captcha": "^1.1",
|
||||||
"monolog/monolog": "^1.23",
|
"monolog/monolog": "^1.23",
|
||||||
"sabberworm/php-css-parser": "^8.1",
|
"sabberworm/php-css-parser": "^8.1",
|
||||||
"twig/twig": "1.38.4",
|
"symfony/dependency-injection": "3.4.26",
|
||||||
"symfony/polyfill-php72": "^1.11",
|
|
||||||
"symfony/polyfill-mbstring": "^1.11",
|
"symfony/polyfill-mbstring": "^1.11",
|
||||||
"gregwar/captcha": "^1.1"
|
"symfony/polyfill-php72": "^1.11",
|
||||||
|
"twig/twig": "1.38.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-update-cmd": "@process",
|
"post-update-cmd": "@process",
|
||||||
@ -23,6 +23,7 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "5.6"
|
"php": "5.6"
|
||||||
}
|
},
|
||||||
|
"sort-packages": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
4
prefixer/composer.lock
generated
4
prefixer/composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "12db0ff7da561923463454e3da7f3b32",
|
"content-hash": "ad7d36b8532fdc088a8da2d688167bbb",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "gregwar/captcha",
|
"name": "gregwar/captcha",
|
||||||
@ -442,7 +442,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Gert de Pagter",
|
"name": "Gert de Pagter",
|
||||||
"email": "backendtea@gmail.com"
|
"email": "BackEndTea@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Symfony polyfill for ctype functions",
|
"description": "Symfony polyfill for ctype functions",
|
||||||
|
Reference in New Issue
Block a user