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.
spetsresurs-google_sheets-p.../composer.json

29 lines
568 B
JSON

{
"name": "mirzaev/google_sheets-parser",
"type": "robot",
"license": "WTFPL",
"autoload": {
"psr-4": {
"mirzaev\\google_sheets\\parser\\": "mirzaev/google_sheets/parser/system/"
}
},
"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"
}
}