first commit

This commit is contained in:
Konstantin
2026-05-30 09:27:58 +03:00
commit de0344d218
2371 changed files with 661486 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "opencart/opencart",
"type": "project",
"description": "OpenCart",
"keywords": [
"opencart",
"ecommerce",
"framework",
"opensource"
],
"homepage": "https://www.opencart.com",
"license": "GPL-3.0-or-later",
"require": {
"php": ">=8.5",
"twig/twig": "^3.0"
},
"config": {
"vendor-dir": "vendor"
}
}