mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2025-01-10 00:37:55 +00:00
Enhancement: Keep packages sorted in composer.json (#210)
This commit is contained in:
parent
9f0723f7d0
commit
4954f4d40e
@ -15,10 +15,13 @@
|
|||||||
"php": "^7.1"
|
"php": "^7.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
"phpstan/phpstan-shim": "^0.9",
|
||||||
"phpunit/phpunit": "^6.5",
|
"phpunit/phpunit": "^6.5",
|
||||||
"symplify/easy-coding-standard": "^3.1",
|
|
||||||
"symplify/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": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
2
composer.lock
generated
2
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "1efc0df70ee999e80ff6a3770fd3b6c0",
|
"content-hash": "7f8e0516fc20861caade713f6fe241dc",
|
||||||
"packages": [],
|
"packages": [],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user