Move all dev tools from www composer to outside master composer

This commit is contained in:
Clemens Schwaighofer
2023-02-13 16:36:51 +09:00
parent f508b607a6
commit c7cc3c2938
1141 changed files with 8540 additions and 8275 deletions

View File

@@ -1,6 +1,7 @@
{
"require": {
"require-dev": {
"phpstan/phpstan": "^1.9",
"phan/phan": "^5.4"
"phan/phan": "^5.4",
"phpunit/phpunit": "^9"
}
}