We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d8b83 commit 374f79cCopy full SHA for 374f79c
composer.json
@@ -1,23 +1,17 @@
1
{
2
"name": "10gen-labs/mongo-php-library-prototype",
3
"description": "phongo libraries for MongoDB",
4
+ "license": "BSD-2-Clause",
5
+ "authors": [
6
+ { "name": "Hannes Magnusson", "email": "bjori@mongodb.com"}
7
+ ],
8
"require": {
9
"ext-phongo": ">=0.1.2"
10
},
11
"require-dev": {
12
"fzaninotto/faker": "~1.0"
13
- "license": "BSD-2-Clause",
- "authors": [
- {
- "name": "Hannes Magnusson",
14
- "email": "bjori@mongodb.com"
15
- }
16
- ],
17
- "minimum-stability": "dev",
18
"autoload": {
19
- "psr-4": {
20
- "MongoDB\\": "src/"
21
+ "psr-4": { "MongoDB\\": "src/" }
22
}
23
0 commit comments