This commit is contained in:
Francesco Picone
2025-12-06 18:50:57 +01:00
parent 86f4774df2
commit ca86649914
8 changed files with 219 additions and 2 deletions

14
composer.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "pilates-platform",
"description": "Piattaforma Pilates per vendita videolezioni",
"type": "project",
"require": {
"php": ">=7.4",
"james-heinrich/getid3": "^1.9"
},
"autoload": {
"files": [
"includes/functions.php"
]
}
}