Enhancement: Keep packages sorted in composer.json (#210)

This commit is contained in:
Andreas Möller 2018-01-31 19:25:22 +01:00 committed by Arkadiusz Kondas
parent 9f0723f7d0
commit 4954f4d40e
2 changed files with 6 additions and 3 deletions

View File

@ -15,10 +15,13 @@
"php": "^7.1"
},
"require-dev": {
"phpstan/phpstan-shim": "^0.9",
"phpunit/phpunit": "^6.5",
"symplify/easy-coding-standard": "^3.1",
"symplify/coding-standard": "^3.1",
"phpstan/phpstan-shim": "^0.9"
"symplify/easy-coding-standard": "^3.1"
},
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "1efc0df70ee999e80ff6a3770fd3b6c0",
"content-hash": "7f8e0516fc20861caade713f6fe241dc",
"packages": [],
"packages-dev": [
{