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 af7bb42 commit c7fd1f9Copy full SHA for c7fd1f9
.travis.yml
@@ -3,7 +3,6 @@ php:
3
- 7.1
4
- 7.2
5
before_script:
6
- - pecl install -f mongodb-stable
7
- composer self-update
8
- composer install
9
script:
composer.json
@@ -26,8 +26,7 @@
26
"doctrine/common": "^2.7",
27
"doctrine/orm": "^2.5",
28
"doctrine/collections": "^1.0",
29
- "doctrine/mongodb-odm": "^1.2",
30
- "alcaeus/mongo-php-adapter": "^1.1"
+ "doctrine/mongodb-odm": "^1.2"
31
},
32
"conflict": {
33
"doctrine/common": "<2.7",
0 commit comments