added phpunit and composer stuff
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"dev_mvc/"
|
||||
]
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user