Port the old system to a more advanced setup.
This commit is contained in:
24
composer.json
Normal file
24
composer.json
Normal 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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user