Files
mongo-php-driver/composer.json
T
2014-12-09 16:04:05 -08:00

18 lines
336 B
JSON

{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/bjori/phongo-crud"
}
],
"require-dev": {
"fzaninotto/faker": "~1.0",
"bjori/phongo-crud": "dev-master"
},
"autoload": {
"psr-4": {
"MongoDB\\": "vendor/bjori/phongo-crud/src/"
}
}
}