File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11
11
- 7.0
12
12
- 7.1
13
13
14
+ service :
15
+ - mongodb
16
+
14
17
matrix :
15
18
fast_finish : true
16
19
include :
@@ -40,6 +43,7 @@ before_script:
40
43
- if [ "$DEPENDENCIES" = "beta" ]; then composer config minimum-stability beta; fi;
41
44
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi;
42
45
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
46
+ - echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
43
47
- composer self-update
44
48
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
45
49
- composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
Original file line number Diff line number Diff line change 32
32
"phing/phing" : " ~2.4" ,
33
33
"doctrine/mongodb-odm" : " ~1.0" ,
34
34
"doctrine/doctrine-bundle" : " ~1.0" ,
35
- "doctrine/orm" : " ~2.2"
35
+ "doctrine/orm" : " ~2.2" ,
36
+ "ext-mongodb" : " *" ,
37
+ "phpunit/phpunit" : " ~4.8|~5.0"
36
38
},
37
39
"suggest" : {
38
40
"doctrine/doctrine-bundle" : " *" ,
42
44
"symfony/form" : " Needed to be able to use the AuthorizeFormType" ,
43
45
"symfony/console" : " Needed to be able to use commands"
44
46
},
47
+ "provide" : {
48
+ "ext-mongo" : " ^1.6.14"
49
+ },
45
50
"autoload" : {
46
51
"psr-4" : { "FOS\\ OAuthServerBundle\\ " : " " },
47
52
"exclude-from-classmap" : [" /Tests/" ]
You can’t perform that action at this time.
0 commit comments