Skip to content

Commit 02d7f25

Browse files
committed
Initial commit
1 parent 333b8cb commit 02d7f25

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "bjori/phongo-crud",
3+
"description": "MongoDB CRUD interface for PHongo",
4+
"license": "BSD",
5+
"authors": [
6+
{
7+
"name": "Hannes Magnusson",
8+
"email": "[email protected]"
9+
}
10+
],
11+
"minimum-stability": "dev",
12+
"require": {
13+
"ext-phongo": ">=0.1.0"
14+
}
15+
}

0 commit comments

Comments
 (0)