29 lines
604 B
JSON
29 lines
604 B
JSON
{
|
|
"name": "fleetcart/storefront",
|
|
"description": "The FleetCart Storefront Theme.",
|
|
"authors": [
|
|
{
|
|
"name": "Envay Soft",
|
|
"email": "envaysoft@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.3.0",
|
|
"mexitek/phpcolors": "^0.4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Themes\\Storefront\\": ""
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|