Initial commit
This commit is contained in:
12
composer.json
Normal file
12
composer.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"filp/whoops": "^2.9",
|
||||
"wohali/oauth2-discord-new": "^1.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user