You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
663 B

{
"name": "darksparrow/folktunes",
"description": "Folk Tune Search Engine",
"type": "project",
"license": "proprietary",
"authors": [
{
"name": "Cerys Lewis",
"email": "cerys@darksparrow.uk",
"role": "Lead Developer"
}
],
"support": {
"email": "systems@darksparrow.uk"
},
"autoload": {
"psr-4": {
"App\\": "App/"
}
},
"require": {
"php": ">=8.2",
"zircote/swagger-php": "~4.7.9",
"twig/twig": "3.14.1.0",
"algolia/algoliasearch-client-php": "*",
"ext-pdo": "*",
"aura/sqlquery": "2.8.1",
"google/cloud-recaptcha-enterprise": "v1.7.0",
"ramsey/uuid": "*"
}
}