Skip to content

Commit 2bd24a5

Browse files
committed
Add composer directory
1 parent 65ecef2 commit 2bd24a5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

composer/composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "mongodb/docs-php-library",
3+
"description": "MongoDB PHP Library Documentation",
4+
"require": {
5+
"ext-mongodb": "^1.19",
6+
"mongodb/mongodb": "^1.19"
7+
},
8+
"require-dev": {
9+
"doctrine/coding-standard": "^12.0",
10+
"squizlabs/php_codesniffer": "^3.7",
11+
"vimeo/psalm": "^5.13"
12+
},
13+
"config": {
14+
"allow-plugins": {
15+
"dealerdirect/phpcodesniffer-composer-installer": true
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)