31 lines
635 B
JSON
31 lines
635 B
JSON
{
|
|
"name": "bert/isdefoobaropen.nl",
|
|
"description": "Source code for isdefoobaropen.nl",
|
|
"type": "project",
|
|
"license": "GPLv3",
|
|
"authors": [
|
|
{
|
|
"name": "Bert Peters",
|
|
"email": "bert@bertptrs.nl"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpro/grumphp": "^0.15.0",
|
|
"friendsofphp/php-cs-fixer": "^2.14",
|
|
"phpunit/phpunit": "^8.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FooBar\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"FooBar\\tests\\": "tests"
|
|
}
|
|
}
|
|
}
|