software-admin-panel/composer.json

17 lines
433 B
JSON
Raw Permalink Normal View History

{
"name": "xeonproductions/software-admin-panel",
"description": "A protected software administration front-end and API written in PHP.",
"type": "project",
"authors": [
{
"name": "Brandon Scott",
"email": "xeons@users.noreply.github.com"
}
],
"require": {
"smarty/smarty": "~3.1",
"google/recaptcha": "^1.2",
"monolog/monolog": "^1.23"
}
}