mashtrash/composer.json

31 lines
745 B
JSON
Executable File

{
"name": "mirzaev/mashtrash",
"type": "robot",
"require": {
"triagens/arangodb": "^3.8",
"mirzaev/arangodb": "^1.0",
"badfarm/zanzara": "^0.9.1",
"nyholm/psr7": "^1.8",
"react/filesystem": "^0.1.2"
},
"license": "WTFPL",
"autoload": {
"psr-4": {
"mirzaev\\mashtrash\\": "mirzaev/mashtrash/system/"
}
},
"authors": [
{
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy"
}
],
"minimum-stability": "stable",
"config": {
"allow-plugins": {
"php-http/discovery": true,
"wyrihaximus/composer-update-bin-autoload-path": false
}
}
}