Port the old system to a more advanced setup.

This commit is contained in:
2019-03-03 16:16:31 +01:00
parent 04ae63035a
commit bfea8896de
14 changed files with 168 additions and 33 deletions

24
composer.json Normal file
View File

@@ -0,0 +1,24 @@
{
"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"
},
"autoload": {
"psr-4": {
"FooBar\\": "src/"
}
}
}