added phpunit and composer stuff

This commit is contained in:
2019-10-07 10:55:12 +02:00
parent 3ad68e4078
commit ef2e25ef19
9 changed files with 1633 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"autoload": {
"classmap": [
"dev_mvc/"
]
},
"require-dev": {
"phpunit/phpunit": "^8"
}
}