mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-23 16:38:08 +02:00
18 lines
336 B
JSON
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/"
|
|
}
|
|
}
|
|
}
|