FleetCart/Modules/Variation/composer.json

28 lines
562 B
JSON
Raw Permalink Normal View History

2023-12-03 14:07:47 +00:00
{
"name": "fleetcart/variation",
"description": "The FleetCart Variation Module.",
"authors": [
{
"name": "Envay Soft",
"email": "envaysoft@gmail.com"
}
],
"require": {
"php": "^8.0.2"
},
"autoload": {
"psr-4": {
"Modules\\Variation\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
}