Sort packages
It makes diffs easier to read and avoids conflicts.
Showing
... | @@ -17,16 +17,19 @@ | ... | @@ -17,16 +17,19 @@ |
"doctrine/common": "^2.7.1" | "doctrine/common": "^2.7.1" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"doctrine/coding-standard": "^1.0", | |||
"phpunit/phpunit": "^6.3", | "phpunit/phpunit": "^6.3", | ||
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", | "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", | ||
"symfony/console": "2.*||^3.0", | "squizlabs/php_codesniffer": "^3.0", | ||
"doctrine/coding-standard": "^1.0", | "symfony/console": "2.*||^3.0" | ||
"squizlabs/php_codesniffer": "^3.0" | |||
}, | }, | ||
"suggest": { | "suggest": { | ||
"symfony/console": "For helpful console commands such as SQL execution and import of files." | "symfony/console": "For helpful console commands such as SQL execution and import of files." | ||
}, | }, | ||
"bin": ["bin/doctrine-dbal"], | "bin": ["bin/doctrine-dbal"], | ||
"config": { | |||
"sort-packages": true | |||
}, | |||
"autoload": { | "autoload": { | ||
"psr-0": { "Doctrine\\DBAL\\": "lib/" } | "psr-0": { "Doctrine\\DBAL\\": "lib/" } | ||
}, | }, | ||
... | ... |
Please register or sign in to comment