25 lines
484 B
JSON
25 lines
484 B
JSON
{
|
|
"name": "cosmopet/price-updates",
|
|
"description": "Update price for products",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Cosmopet\\PriceUpdates\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Dmitriy",
|
|
"email": "Quali123@list.ru"
|
|
}
|
|
],
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.0"
|
|
}
|
|
},
|
|
"require": {
|
|
"shuchkin/simplexlsx": "^1.1",
|
|
"google/apiclient": "^2.18"
|
|
}
|
|
}
|