File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ before_install:
3636 - ./bin/ci/scripts/install_couchdb.sh;
3737 - ./bin/ci/scripts/install_couchbase.sh;
3838 - ./bin/ci/scripts/setup_mongodb.sh
39+ - ./bin/ci/scripts/setup_gcp.sh;
3940 - pecl channel-update pecl.php.net;
41+ - yes | pecl install -f grpc-stable;
4042 - yes | pecl install -f mongodb-stable;
4143 - yes | pecl install -f apcu-stable || true;
4244 - yes | pecl install -f memcache;
Original file line number Diff line number Diff line change 33composer self-update
44composer validate
55composer install
6- composer require doctrine/couchdb:dev-master phpfastcache/phpssdb:~ 1.1.0 predis/predis:~ 1.1.0 mongodb/mongodb:^1.9 triagens/arangodb:^3.8 aws/aws-sdk-php:~ 3.0
6+ composer require doctrine/couchdb:dev-master phpfastcache/phpssdb:~ 1.1.0 predis/predis:~ 1.1.0 mongodb/mongodb:^1.9 triagens/arangodb:^3.8 aws/aws-sdk-php:~ 3.0 google/cloud-firestore:^1.20
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ printenv BASE64_GOOGLE_APPLICATION_CREDENTIALS | base64 --decode > /tmp/phpfastcache-gac.json
Original file line number Diff line number Diff line change 5151 "phpfastcache/phpssdb" : " ~1.1.0" ,
5252 "doctrine/couchdb" : " ^dev-master#9eeb9e5" ,
5353 "triagens/arangodb" : " ^3.8" ,
54+ "google/cloud-firestore" : " ^1.20" ,
5455 "aws/aws-sdk-php" : " ~3.0"
5556 },
5657 "conflict" : {
You can’t perform that action at this time.
0 commit comments