Initial commit

This commit is contained in:
2026-05-22 12:52:45 +00:00
commit 0f11edc62e
34 changed files with 3095 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "epic-travel/expeditions",
"description": "Epic Travel & Expeditions Website",
"type": "project",
"require": {
"php": ">=7.4.0"
},
"config": {
"platform": {
"php": "8.0"
},
"optimize-autoloader": true
}
}