Skip to content

Commit 4d591ed

Browse files
committed
Regenerate
1 parent a363637 commit 4d591ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "bjori/phongo-crud",
33
"description": "MongoDB CRUD interface for PHongo",
4-
"license": "BSD",
4+
"require": {
5+
"ext-phongo": ">=0.1.1"
6+
},
7+
"license": "BSD-2-Clause",
58
"authors": [
69
{
710
"name": "Hannes Magnusson",
811
"email": "[email protected]"
912
}
1013
],
11-
"minimum-stability": "dev",
12-
"require": {
13-
"ext-phongo": ">=0.1.0"
14-
}
14+
"minimum-stability": "dev"
1515
}

0 commit comments

Comments
 (0)