This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
2023-06-04 15:18:29 +07:00
|
|
|
{
|
2023-06-12 06:10:14 +07:00
|
|
|
"name": "mirzaev/spetsresurs-google_sheets-parser",
|
2023-06-12 05:53:39 +07:00
|
|
|
"type": "robot",
|
|
|
|
"license": "WTFPL",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2023-06-12 06:10:14 +07:00
|
|
|
"mirzaev\\spetsresurs\\google_sheets\\parser\\": "mirzaev/spetsresurs/google_sheets/parser/system/"
|
2023-06-12 05:53:39 +07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
|
|
|
"email": "arsen@mirzaev.sexy"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"php-http/discovery": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"flow-php/etl-adapter-google-sheet": "1.x@dev",
|
|
|
|
"webmozart/assert": "^1.11",
|
|
|
|
"triagens/arangodb": "^3.8",
|
|
|
|
"mirzaev/arangodb": "^1.0.0"
|
|
|
|
}
|
2023-06-04 15:18:29 +07:00
|
|
|
}
|