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

28 lines
574 B
JSON
Raw Normal View History

2023-06-04 15:18:29 +07:00
{
2023-06-12 06:10:14 +07:00
"name": "mirzaev/spetsresurs-google_sheets-parser",
"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/"
}
},
"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",
"triagens/arangodb": "^3.8",
"mirzaev/arangodb": "^1.0.0"
}
2023-06-04 15:18:29 +07:00
}