Add some semblance of testing.
This commit is contained in:
@@ -14,11 +14,17 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"phpro/grumphp": "^0.15.0",
|
||||
"friendsofphp/php-cs-fixer": "^2.14"
|
||||
"friendsofphp/php-cs-fixer": "^2.14",
|
||||
"phpunit/phpunit": "^8.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"FooBar\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"FooBar\\tests\\": "tests"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user