Dmitriy | Инициализация.
This commit is contained in:
24
composer.json
Normal file
24
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user