Dmitriy | Инициализация.

This commit is contained in:
27 changed files with 1464 additions and 0 deletions

24
composer.json Normal file
View File

@@ -0,0 +1,24 @@
{
"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"
}
}