Skip to content

Commit c7fd1f9

Browse files
committed
Remove extra dep
1 parent af7bb42 commit c7fd1f9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ php:
33
- 7.1
44
- 7.2
55
before_script:
6-
- pecl install -f mongodb-stable
76
- composer self-update
87
- composer install
98
script:

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"doctrine/common": "^2.7",
2727
"doctrine/orm": "^2.5",
2828
"doctrine/collections": "^1.0",
29-
"doctrine/mongodb-odm": "^1.2",
30-
"alcaeus/mongo-php-adapter": "^1.1"
29+
"doctrine/mongodb-odm": "^1.2"
3130
},
3231
"conflict": {
3332
"doctrine/common": "<2.7",

0 commit comments

Comments
 (0)