Initial commit
Showing
composer.json
0 → 100644
{ | |||
"name": "bjori/phongo-crud", | |||
"description": "MongoDB CRUD interface for PHongo", | |||
"license": "BSD", | |||
"authors": [ | |||
{ | |||
"name": "Hannes Magnusson", | |||
"email": "bjori@mongodb.com" | |||
} | |||
], | |||
"minimum-stability": "dev", | |||
"require": { | |||
"ext-phongo": ">=0.1.0" | |||
} | |||
} |
Please
register
or
sign in
to comment