File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 3
3
- 7.1
4
4
- 7.2
5
5
before_script :
6
+ - pecl install -f mongodb-stable
6
7
- composer self-update
7
8
- composer install
8
9
script :
Original file line number Diff line number Diff line change 25
25
"slevomat/coding-standard" : " ^4.5.2" ,
26
26
"doctrine/common" : " ^2.7" ,
27
27
"doctrine/orm" : " ^2.5" ,
28
- "doctrine/collections" : " ^1.0"
28
+ "doctrine/collections" : " ^1.0" ,
29
+ "doctrine/mongodb-odm" : " ^1.2" ,
30
+ "alcaeus/mongo-php-adapter" : " ^1.1"
29
31
},
30
32
"conflict" : {
31
33
"doctrine/common" : " <2.7" ,
32
34
"doctrine/orm" : " <2.5" ,
33
- "doctrine/collections" : " <1.0"
35
+ "doctrine/collections" : " <1.0" ,
36
+ "doctrine/mongodb-odm" : " <1.2"
34
37
},
35
38
"autoload" : {
36
39
"psr-4" : {
39
42
},
40
43
"autoload-dev" : {
41
44
"classmap" : [" tests/" ]
45
+ },
46
+ "config" : {
47
+ "platform" : {
48
+ "ext-mongo" : " 1.6.16"
49
+ }
42
50
}
43
51
}
You can’t perform that action at this time.
0 commit comments