mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
composer.json: move require-dev next to require
This commit is contained in:
parent
41d02003c2
commit
e2871fad8e
@ -33,6 +33,10 @@
|
|||||||
"daverandom/callback-validator": "dev-master",
|
"daverandom/callback-validator": "dev-master",
|
||||||
"adhocore/json-comment": "^0.0.7"
|
"adhocore/json-comment": "^0.0.7"
|
||||||
},
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpstan/phpstan": "^0.12.8",
|
||||||
|
"irstea/phpunit-shim": "^7.5"
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"": ["src"]
|
"": ["src"]
|
||||||
@ -73,9 +77,5 @@
|
|||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "https://github.com/pmmp/Snooze"
|
"url": "https://github.com/pmmp/Snooze"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"require-dev": {
|
|
||||||
"phpstan/phpstan": "^0.12.8",
|
|
||||||
"irstea/phpunit-shim": "^7.5"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user