blue-twilight/public/bootstrap/composer.json

26 lines
510 B
JSON

{
"name": "aheathershaw/blue-twilight-bootstrapper",
"description": "Bootstrapper component for Blue Twilight - self-hosted photo gallery software.",
"keywords": [
"blue",
"twilight",
"photo",
"photograph",
"portfolio",
"gallery",
"self-hosted"
],
"license": "MIT",
"type": "project",
"require": {
"php": ">=7.2.0",
"ext-curl": "*",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"App\\": "../../app/",
"AppBootstrap\\": "src/"
}
}
}