32 lines
716 B
JSON
32 lines
716 B
JSON
|
{
|
||
|
"name": "fleetcart/support",
|
||
|
"description": "The FleetCart Support Module.",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Envay Soft",
|
||
|
"email": "envaysoft@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": "^8.0.2",
|
||
|
"spatie/once": "^2.1",
|
||
|
"spatie/schema-org": "^3.0",
|
||
|
"spatie/laravel-honeypot": "^4.3.2",
|
||
|
"bonecms/laravel-captcha": "^2.2"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Modules\\Support\\": ""
|
||
|
}
|
||
|
},
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"config": {
|
||
|
"sort-packages": true
|
||
|
},
|
||
|
"minimum-stability": "dev"
|
||
|
}
|