bitgoblin-website/composer.json

23 lines
504 B
JSON
Raw Permalink Normal View History

{
"name": "bitgoblin/bitgoblin-website",
"description": "Bit Goblin main website",
"type": "project",
"license": "BSD-2-Clause",
"autoload": {
"psr-4": {
"Bitgoblin\\BitgoblinWebsite\\": "src/"
}
},
"authors": [
{
"name": "Gregory Ballantine",
"email": "gballantine@bitgoblin.tech"
}
],
2022-07-09 12:57:35 -04:00
"require": {
"slim/slim": "^4.10",
2022-07-09 13:14:08 -04:00
"slim/twig-view": "^3.3",
"slim/psr7": "^1.5"
2022-07-09 12:57:35 -04:00
}
}