bitgoblin-website/composer.json

22 lines
475 B
JSON
Raw 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",
"slim/twig-view": "^3.3"
}
}