initial commit
This commit is contained in:
parent
364ad27157
commit
fd1ef5153a
|
@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue