Files
2026-04-28 15:13:50 +02:00

18 lines
337 B
JSON

{
"type": "library",
"license": "proprietary",
"minimum-stability": "dev",
"prefer-stable": true,
"name": "ceneo/ceneo-integration",
"description": "Ceneo Integration Plugin for Woocommerce",
"require": {
"php": ">=7.2.5",
"twig/twig": "^3.3"
},
"autoload": {
"psr-4": {
"Ceneo\\": "src/"
}
}
}