Install composer phpunit v9 for development testing

This commit is contained in:
2022-06-08 06:34:47 +09:00
parent 5b99da616b
commit b1079e1d24
1336 changed files with 139550 additions and 1 deletions

View File

@@ -23,5 +23,8 @@
},
"archive": {
"exclude": ["/test/", "/test/*", "/phpstan.neon", "/psalm.xml", "/.phan/", "/.vscode/"]
},
"require-dev": {
"phpunit/phpunit": "^9"
}
}