Skip to content

Commit ad52a74

Browse files
committed
Lowered Mongodb minimum version that fails with Travis
1 parent 302aa8e commit ad52a74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/ci/scripts/install_dependencies.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
composer self-update
44
composer validate
55
composer install
6-
composer require -W doctrine/couchdb:dev-master phpfastcache/phpssdb:~1.1 predis/predis:~1.1 mongodb/mongodb:~1.10 triagens/arangodb:~3.8 aws/aws-sdk-php:~3.2 google/cloud-firestore:~1.20 solarium/solarium:~6.1
6+
#####
7+
# Travis CI have php mongodb extension locked to 1.10, so we must set the mongodb/mongodb minimum version to 1.9 :(
8+
#####
9+
composer require -W doctrine/couchdb:dev-master phpfastcache/phpssdb:~1.1 predis/predis:~1.1 mongodb/mongodb:~1.9 triagens/arangodb:~3.8 aws/aws-sdk-php:~3.2 google/cloud-firestore:~1.20 solarium/solarium:~6.1

0 commit comments

Comments
 (0)