first upload all files
This commit is contained in:
31
Modules/Currency/composer.json
Normal file
31
Modules/Currency/composer.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "fleetcart/currency",
|
||||
"description": "The FleetCart Currency Module.",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Envay Soft",
|
||||
"email": "envaysoft@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.0.2",
|
||||
"florianv/swap": "^4.0",
|
||||
"nyholm/psr7": "^1.2",
|
||||
"php-http/curl-client": "^2.1",
|
||||
"php-http/message": "^1.8"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Modules\\Currency\\": ""
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
Reference in New Issue
Block a user