initial commit

This commit is contained in:
tracer 2022-03-30 14:07:31 +02:00
parent 364ad27157
commit fd1ef5153a
1 changed files with 21 additions and 0 deletions

21
composer.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "tracer/phpbb_updates",
"authors": [
{
"name": "Micha Espey",
"email": "tracer@24unix.net"
}
],
"require": {
"php-school/cli-menu": "^4.3",
"ext-posix": "*",
"ext-pdo": "*"
},
"autoload": {
"psr-4": {
"App\\": "Controller/"
}
}
}