first upload all files
This commit is contained in:
31
Modules/Support/composer.json
Normal file
31
Modules/Support/composer.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user