mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Update to Google API v2
This commit is contained in:
parent
a62fedb5a2
commit
e8b1583ed8
@ -45,7 +45,7 @@
|
||||
"fruitcakestudio/omnipay-sisow": "~2.0",
|
||||
"fzaninotto/faker": "^1.5",
|
||||
"gatepay/FedACHdir": "dev-master@dev",
|
||||
"google/apiclient": "^1.0",
|
||||
"google/apiclient": "^2.0",
|
||||
"guzzlehttp/guzzle": "~6.0",
|
||||
"incube8/omnipay-multicards": "dev-master",
|
||||
"intervention/image": "dev-master",
|
||||
@ -82,7 +82,7 @@
|
||||
"turbo124/laravel-push-notification": "2.*",
|
||||
"vink/omnipay-komoju": "~1.0",
|
||||
"webpatser/laravel-countries": "dev-master",
|
||||
"websight/l5-google-cloud-storage": "^1.0",
|
||||
"websight/l5-google-cloud-storage": "dev-master",
|
||||
"wepay/php-sdk": "^0.2",
|
||||
"wildbit/laravel-postmark-provider": "3.0"
|
||||
},
|
||||
@ -156,6 +156,10 @@
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/hillelcoren/omnipay-wepay"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/hillelcoren/l5-google-cloud-storage"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
713
composer.lock
generated
713
composer.lock
generated
@ -4,8 +4,8 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "dae642bcc91fc325a1ce5db32ce63589",
|
||||
"content-hash": "d7f7b09d13995787e6c4d63460e7ec72",
|
||||
"hash": "3a5a81cd6f93b6dbfc3ae6a4afc09b44",
|
||||
"content-hash": "074f1ae60d97a90b9e2a9ed919ff4bd3",
|
||||
"packages": [
|
||||
{
|
||||
"name": "agmscode/omnipay-agms",
|
||||
@ -330,16 +330,16 @@
|
||||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "3.31.1",
|
||||
"version": "3.31.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "551865464a2779b9038aa871094a24bb9e254e24"
|
||||
"reference": "0b3b64ce80d3381aa25c7bab69411a4a8297b6cb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/551865464a2779b9038aa871094a24bb9e254e24",
|
||||
"reference": "551865464a2779b9038aa871094a24bb9e254e24",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0b3b64ce80d3381aa25c7bab69411a4a8297b6cb",
|
||||
"reference": "0b3b64ce80d3381aa25c7bab69411a4a8297b6cb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -406,7 +406,7 @@
|
||||
"s3",
|
||||
"sdk"
|
||||
],
|
||||
"time": "2017-07-05 17:26:26"
|
||||
"time": "2017-07-12 18:22:23"
|
||||
},
|
||||
{
|
||||
"name": "barracudanetworks/archivestream-php",
|
||||
@ -793,6 +793,54 @@
|
||||
],
|
||||
"time": "2015-06-05 14:50:44"
|
||||
},
|
||||
{
|
||||
"name": "cedricziel/flysystem-gcs",
|
||||
"version": "v1.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cedricziel/flysystem-gcs.git",
|
||||
"reference": "d0fa543a85af2016997e3aa0dee4eb5f1ccd2ba8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/cedricziel/flysystem-gcs/zipball/d0fa543a85af2016997e3aa0dee4eb5f1ccd2ba8",
|
||||
"reference": "d0fa543a85af2016997e3aa0dee4eb5f1ccd2ba8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"google/cloud": "~0.8",
|
||||
"league/flysystem": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8|^5.5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"CedricZiel\\FlysystemGcs\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Cedric Ziel",
|
||||
"email": "cedric@cedric-ziel.com"
|
||||
}
|
||||
],
|
||||
"description": "Flysystem adapter for Google Cloud Storage (GCS) that uses gcloud-php",
|
||||
"keywords": [
|
||||
"Flysystem",
|
||||
"cloud",
|
||||
"filesystem",
|
||||
"gcs",
|
||||
"google",
|
||||
"google cloud storage"
|
||||
],
|
||||
"time": "2017-01-04 10:17:20"
|
||||
},
|
||||
{
|
||||
"name": "cerdic/css-tidy",
|
||||
"version": "v1.5.5",
|
||||
@ -2097,6 +2145,49 @@
|
||||
],
|
||||
"time": "2017-06-03 02:28:16"
|
||||
},
|
||||
{
|
||||
"name": "firebase/php-jwt",
|
||||
"version": "v4.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/firebase/php-jwt.git",
|
||||
"reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
|
||||
"reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Firebase\\JWT\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Neuman Vong",
|
||||
"email": "neuman+pear@twilio.com",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "Anant Narayanan",
|
||||
"email": "anant@php.net",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
|
||||
"homepage": "https://github.com/firebase/php-jwt",
|
||||
"time": "2016-07-18 04:51:16"
|
||||
},
|
||||
{
|
||||
"name": "fotografde/omnipay-checkoutcom",
|
||||
"version": "2.0",
|
||||
@ -2152,16 +2243,16 @@
|
||||
},
|
||||
{
|
||||
"name": "fruitcakestudio/omnipay-sisow",
|
||||
"version": "v2.0.1",
|
||||
"version": "v2.0.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fruitcakestudio/omnipay-sisow.git",
|
||||
"reference": "0ae3ae13da86c087e22717f051bc86d2057a0309"
|
||||
"url": "https://github.com/fruitcake/omnipay-sisow.git",
|
||||
"reference": "adbe7e9f0887a7d807917a7d6b61d6d8b6d98b88"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fruitcakestudio/omnipay-sisow/zipball/0ae3ae13da86c087e22717f051bc86d2057a0309",
|
||||
"reference": "0ae3ae13da86c087e22717f051bc86d2057a0309",
|
||||
"url": "https://api.github.com/repos/fruitcake/omnipay-sisow/zipball/adbe7e9f0887a7d807917a7d6b61d6d8b6d98b88",
|
||||
"reference": "adbe7e9f0887a7d807917a7d6b61d6d8b6d98b88",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2204,7 +2295,7 @@
|
||||
"payment",
|
||||
"sisow"
|
||||
],
|
||||
"time": "2015-01-16 08:41:13"
|
||||
"time": "2017-07-12 13:28:11"
|
||||
},
|
||||
{
|
||||
"name": "fzaninotto/faker",
|
||||
@ -2273,34 +2364,50 @@
|
||||
},
|
||||
{
|
||||
"name": "google/apiclient",
|
||||
"version": "v1.1.8",
|
||||
"version": "v2.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/google/google-api-php-client.git",
|
||||
"reference": "85309a3520bb5f53368d43e35fd24f43c9556323"
|
||||
"reference": "f3fadd538315d62ebd1191d89ac791468c617260"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/google/google-api-php-client/zipball/85309a3520bb5f53368d43e35fd24f43c9556323",
|
||||
"reference": "85309a3520bb5f53368d43e35fd24f43c9556323",
|
||||
"url": "https://api.github.com/repos/google/google-api-php-client/zipball/f3fadd538315d62ebd1191d89ac791468c617260",
|
||||
"reference": "f3fadd538315d62ebd1191d89ac791468c617260",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.2.1"
|
||||
"firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
|
||||
"google/apiclient-services": "~0.13",
|
||||
"google/auth": "^1.0",
|
||||
"guzzlehttp/guzzle": "~5.3.1|~6.0",
|
||||
"guzzlehttp/psr7": "^1.2",
|
||||
"monolog/monolog": "^1.17",
|
||||
"php": ">=5.4",
|
||||
"phpseclib/phpseclib": "~0.3.10|~2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*",
|
||||
"squizlabs/php_codesniffer": "~2.3"
|
||||
"cache/filesystem-adapter": "^0.3.2",
|
||||
"phpunit/phpunit": "~4",
|
||||
"squizlabs/php_codesniffer": "~2.3",
|
||||
"symfony/css-selector": "~2.1",
|
||||
"symfony/dom-crawler": "~2.1"
|
||||
},
|
||||
"suggest": {
|
||||
"cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-v1-master": "1.1.x-dev"
|
||||
"dev-master": "2.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/Google/autoload.php"
|
||||
"psr-0": {
|
||||
"Google_": "src/"
|
||||
},
|
||||
"classmap": [
|
||||
"src/Google/Service/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@ -2312,7 +2419,212 @@
|
||||
"keywords": [
|
||||
"google"
|
||||
],
|
||||
"time": "2016-06-06 21:22:48"
|
||||
"time": "2017-07-10 15:34:54"
|
||||
},
|
||||
{
|
||||
"name": "google/apiclient-services",
|
||||
"version": "v0.14",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/google/google-api-php-client-services.git",
|
||||
"reference": "b8c3ee8adab9eaffc3825cabc12740ad6e2ed76f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/b8c3ee8adab9eaffc3825cabc12740ad6e2ed76f",
|
||||
"reference": "b8c3ee8adab9eaffc3825cabc12740ad6e2ed76f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.8"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Google_Service_": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"Apache-2.0"
|
||||
],
|
||||
"description": "Client library for Google APIs",
|
||||
"homepage": "http://developers.google.com/api-client-library/php",
|
||||
"keywords": [
|
||||
"google"
|
||||
],
|
||||
"time": "2017-07-10 00:18:15"
|
||||
},
|
||||
{
|
||||
"name": "google/auth",
|
||||
"version": "v1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/google/google-auth-library-php.git",
|
||||
"reference": "db77bd2de0bcc40bf50ebe851e9eed332aeaa4df"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/google/google-auth-library-php/zipball/db77bd2de0bcc40bf50ebe851e9eed332aeaa4df",
|
||||
"reference": "db77bd2de0bcc40bf50ebe851e9eed332aeaa4df",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"firebase/php-jwt": "~2.0|~3.0|~4.0",
|
||||
"guzzlehttp/guzzle": "~5.3.1|~6.0",
|
||||
"guzzlehttp/psr7": "~1.2",
|
||||
"php": ">=5.4",
|
||||
"psr/cache": "^1.0",
|
||||
"psr/http-message": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^1.11",
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"src/"
|
||||
],
|
||||
"psr-4": {
|
||||
"Google\\Auth\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"Apache-2.0"
|
||||
],
|
||||
"description": "Google Auth Library for PHP",
|
||||
"homepage": "http://github.com/google/google-auth-library-php",
|
||||
"keywords": [
|
||||
"Authentication",
|
||||
"google",
|
||||
"oauth2"
|
||||
],
|
||||
"time": "2017-06-13 18:00:07"
|
||||
},
|
||||
{
|
||||
"name": "google/cloud",
|
||||
"version": "v0.34.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/GoogleCloudPlatform/google-cloud-php.git",
|
||||
"reference": "a2a9ef78a359f2a40e09118c09113e4710f8bbd0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/GoogleCloudPlatform/google-cloud-php/zipball/a2a9ef78a359f2a40e09118c09113e4710f8bbd0",
|
||||
"reference": "a2a9ef78a359f2a40e09118c09113e4710f8bbd0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"google/auth": "^1.0",
|
||||
"guzzlehttp/guzzle": "^5.3|^6.0",
|
||||
"guzzlehttp/psr7": "^1.2",
|
||||
"monolog/monolog": "~1",
|
||||
"php": ">=5.5",
|
||||
"psr/http-message": "1.0.*",
|
||||
"ramsey/uuid": "~3",
|
||||
"rize/uri-template": "~0.3"
|
||||
},
|
||||
"replace": {
|
||||
"google/cloud-bigquery": "0.2.1",
|
||||
"google/cloud-core": "1.6.0",
|
||||
"google/cloud-datastore": "1.0.0",
|
||||
"google/cloud-error-reporting": "0.4.1",
|
||||
"google/cloud-language": "0.4.0",
|
||||
"google/cloud-logging": "1.3.0",
|
||||
"google/cloud-monitoring": "0.4.1",
|
||||
"google/cloud-pubsub": "0.6.0",
|
||||
"google/cloud-spanner": "0.3.1",
|
||||
"google/cloud-speech": "0.6.0",
|
||||
"google/cloud-storage": "1.1.3",
|
||||
"google/cloud-trace": "0.3.0",
|
||||
"google/cloud-translate": "1.0.0",
|
||||
"google/cloud-videointelligence": "0.3.1",
|
||||
"google/cloud-vision": "0.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"erusev/parsedown": "^1.6",
|
||||
"google/gax": "^0.21.0",
|
||||
"google/proto-client": "^0.21.0",
|
||||
"league/json-guard": "^0.3",
|
||||
"phpdocumentor/reflection": "^3.0",
|
||||
"phpseclib/phpseclib": "^2",
|
||||
"phpunit/phpunit": "4.8.*",
|
||||
"squizlabs/php_codesniffer": "2.*",
|
||||
"symfony/console": "^3.0",
|
||||
"symfony/lock": "3.3.x-dev#1ba6ac9",
|
||||
"vierbergenlars/php-semver": "^3.0"
|
||||
},
|
||||
"suggest": {
|
||||
"google/gax": "Required to support gRPC",
|
||||
"google/proto-client-php": "Required to support gRPC",
|
||||
"phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2.",
|
||||
"symfony/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9"
|
||||
},
|
||||
"bin": [
|
||||
"src/Core/bin/google-cloud-batch"
|
||||
],
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"component": {
|
||||
"id": "google-cloud",
|
||||
"target": "git@github.com:jdpedrie-gcp/google-cloud-php.git",
|
||||
"path": "src",
|
||||
"entry": "ServiceBuilder.php"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Google\\Cloud\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"Apache-2.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "John Pedrie",
|
||||
"email": "john@pedrie.com"
|
||||
},
|
||||
{
|
||||
"name": "Dave Supplee",
|
||||
"email": "dwsupplee@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Google Cloud Client Library",
|
||||
"homepage": "http://github.com/GoogleCloudPlatform/google-cloud-php",
|
||||
"keywords": [
|
||||
"big query",
|
||||
"bigquery",
|
||||
"cloud",
|
||||
"datastore",
|
||||
"gcs",
|
||||
"google",
|
||||
"google api",
|
||||
"google api client",
|
||||
"google apis",
|
||||
"google apis client",
|
||||
"google cloud",
|
||||
"google cloud platform",
|
||||
"language",
|
||||
"natural language",
|
||||
"pub sub",
|
||||
"pubsub",
|
||||
"spanner",
|
||||
"speech",
|
||||
"stackdriver logging",
|
||||
"storage",
|
||||
"translate",
|
||||
"translation",
|
||||
"vision"
|
||||
],
|
||||
"time": "2017-07-12 18:33:11"
|
||||
},
|
||||
{
|
||||
"name": "guzzle/guzzle",
|
||||
@ -6636,6 +6948,98 @@
|
||||
],
|
||||
"time": "2015-05-01 07:00:55"
|
||||
},
|
||||
{
|
||||
"name": "phpseclib/phpseclib",
|
||||
"version": "2.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpseclib/phpseclib.git",
|
||||
"reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34a7699e6f31b1ef4035ee36444407cecf9f56aa",
|
||||
"reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phing/phing": "~2.7",
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"sami/sami": "~2.0",
|
||||
"squizlabs/php_codesniffer": "~2.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
|
||||
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
|
||||
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
|
||||
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"phpseclib/bootstrap.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"phpseclib\\": "phpseclib/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jim Wigginton",
|
||||
"email": "terrafrost@php.net",
|
||||
"role": "Lead Developer"
|
||||
},
|
||||
{
|
||||
"name": "Patrick Monnerat",
|
||||
"email": "pm@datasphere.ch",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "Andreas Fischer",
|
||||
"email": "bantu@phpbb.com",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "Hans-Jürgen Petrich",
|
||||
"email": "petrich@tronic-media.com",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "Graham Campbell",
|
||||
"email": "graham@alt-three.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
|
||||
"homepage": "http://phpseclib.sourceforge.net",
|
||||
"keywords": [
|
||||
"BigInteger",
|
||||
"aes",
|
||||
"asn.1",
|
||||
"asn1",
|
||||
"blowfish",
|
||||
"crypto",
|
||||
"cryptography",
|
||||
"encryption",
|
||||
"rsa",
|
||||
"security",
|
||||
"sftp",
|
||||
"signature",
|
||||
"signing",
|
||||
"ssh",
|
||||
"twofish",
|
||||
"x.509",
|
||||
"x509"
|
||||
],
|
||||
"time": "2017-06-05 06:31:10"
|
||||
},
|
||||
{
|
||||
"name": "predis/predis",
|
||||
"version": "v1.1.1",
|
||||
@ -6686,6 +7090,52 @@
|
||||
],
|
||||
"time": "2016-06-16 16:22:20"
|
||||
},
|
||||
{
|
||||
"name": "psr/cache",
|
||||
"version": "1.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/cache.git",
|
||||
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
||||
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Psr\\Cache\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "PHP-FIG",
|
||||
"homepage": "http://www.php-fig.org/"
|
||||
}
|
||||
],
|
||||
"description": "Common interface for caching libraries",
|
||||
"keywords": [
|
||||
"cache",
|
||||
"psr",
|
||||
"psr-6"
|
||||
],
|
||||
"time": "2016-08-06 20:24:11"
|
||||
},
|
||||
{
|
||||
"name": "psr/container",
|
||||
"version": "1.0.0",
|
||||
@ -6961,6 +7411,132 @@
|
||||
],
|
||||
"time": "2016-01-29 10:34:57"
|
||||
},
|
||||
{
|
||||
"name": "ramsey/uuid",
|
||||
"version": "3.6.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ramsey/uuid.git",
|
||||
"reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ramsey/uuid/zipball/4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
|
||||
"reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"paragonie/random_compat": "^1.0|^2.0",
|
||||
"php": "^5.4 || ^7.0"
|
||||
},
|
||||
"replace": {
|
||||
"rhumsaa/uuid": "self.version"
|
||||
},
|
||||
"require-dev": {
|
||||
"apigen/apigen": "^4.1",
|
||||
"codeception/aspect-mock": "^1.0 | ^2.0",
|
||||
"doctrine/annotations": "~1.2.0",
|
||||
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
|
||||
"ircmaxell/random-lib": "^1.1",
|
||||
"jakub-onderka/php-parallel-lint": "^0.9.0",
|
||||
"mockery/mockery": "^0.9.4",
|
||||
"moontoast/math": "^1.1",
|
||||
"php-mock/php-mock-phpunit": "^0.3|^1.1",
|
||||
"phpunit/phpunit": "^4.7|>=5.0 <5.4",
|
||||
"satooshi/php-coveralls": "^0.6.1",
|
||||
"squizlabs/php_codesniffer": "^2.3"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
|
||||
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
|
||||
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
|
||||
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
|
||||
"ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
|
||||
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Ramsey\\Uuid\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Marijn Huizendveld",
|
||||
"email": "marijn.huizendveld@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Thibaud Fabre",
|
||||
"email": "thibaud@aztech.io"
|
||||
},
|
||||
{
|
||||
"name": "Ben Ramsey",
|
||||
"email": "ben@benramsey.com",
|
||||
"homepage": "https://benramsey.com"
|
||||
}
|
||||
],
|
||||
"description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
|
||||
"homepage": "https://github.com/ramsey/uuid",
|
||||
"keywords": [
|
||||
"guid",
|
||||
"identifier",
|
||||
"uuid"
|
||||
],
|
||||
"time": "2017-03-26 20:37:53"
|
||||
},
|
||||
{
|
||||
"name": "rize/uri-template",
|
||||
"version": "0.3.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rize/UriTemplate.git",
|
||||
"reference": "9e5fdd5c47147aa5adf7f760002ee591ed37b9ca"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/rize/UriTemplate/zipball/9e5fdd5c47147aa5adf7f760002ee591ed37b9ca",
|
||||
"reference": "9e5fdd5c47147aa5adf7f760002ee591ed37b9ca",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Rize\\UriTemplate": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Marut K",
|
||||
"homepage": "http://twitter.com/rezigned"
|
||||
}
|
||||
],
|
||||
"description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
|
||||
"keywords": [
|
||||
"RFC 6570",
|
||||
"template",
|
||||
"uri"
|
||||
],
|
||||
"time": "2017-06-14 03:57:53"
|
||||
},
|
||||
{
|
||||
"name": "simshaun/recurr",
|
||||
"version": "dev-master",
|
||||
@ -7067,53 +7643,6 @@
|
||||
],
|
||||
"time": "2017-05-27 14:16:31"
|
||||
},
|
||||
{
|
||||
"name": "superbalist/flysystem-google-storage",
|
||||
"version": "1.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Superbalist/flysystem-google-cloud-storage.git",
|
||||
"reference": "8ae35803a102ed6ce58aa87bf7534d4396513765"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Superbalist/flysystem-google-cloud-storage/zipball/8ae35803a102ed6ce58aa87bf7534d4396513765",
|
||||
"reference": "8ae35803a102ed6ce58aa87bf7534d4396513765",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"google/apiclient": "~1.1",
|
||||
"league/flysystem": "~1.0",
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "0.9.*",
|
||||
"phpunit/phpunit": "~4.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Superbalist\\Flysystem\\GoogleStorage\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Superbalist.com a division of Takealot Online (Pty) Ltd",
|
||||
"email": "info@superbalist.com"
|
||||
}
|
||||
],
|
||||
"description": "Flysystem adapter for Google Cloud Storage",
|
||||
"time": "2016-05-19 14:33:03"
|
||||
},
|
||||
{
|
||||
"name": "swiftmailer/swiftmailer",
|
||||
"version": "v5.4.8",
|
||||
@ -8916,29 +9445,34 @@
|
||||
},
|
||||
{
|
||||
"name": "websight/l5-google-cloud-storage",
|
||||
"version": "v1.1.0",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/websightgmbh/l5-google-cloud-storage.git",
|
||||
"reference": "350245570862ae58497a3a6ef966306651c44771"
|
||||
"url": "https://github.com/hillelcoren/l5-google-cloud-storage.git",
|
||||
"reference": "ca2023b646b4b3e318b8945d023af14120c2c117"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/websightgmbh/l5-google-cloud-storage/zipball/350245570862ae58497a3a6ef966306651c44771",
|
||||
"reference": "350245570862ae58497a3a6ef966306651c44771",
|
||||
"url": "https://api.github.com/repos/hillelcoren/l5-google-cloud-storage/zipball/ca2023b646b4b3e318b8945d023af14120c2c117",
|
||||
"reference": "ca2023b646b4b3e318b8945d023af14120c2c117",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "~5.0.17|5.1.*|5.2.*|5.3.*",
|
||||
"superbalist/flysystem-google-storage": "^1.0"
|
||||
"cedricziel/flysystem-gcs": "^1.0",
|
||||
"illuminate/filesystem": "~5.0.17|5.1.*|5.2.*|5.3.*|5.4.*",
|
||||
"illuminate/support": "~5.0.17|5.1.*|5.2.*|5.3.*|5.4.*"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Websight\\GcsProvider\\": "src/Websight/GcsProvider/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
@ -8951,11 +9485,14 @@
|
||||
"description": "Laravel 5 Flysystem Google Cloud Storage Service Provider",
|
||||
"homepage": "https://github.com/websightgmbh/l5-google-cloud-storage",
|
||||
"keywords": [
|
||||
"Flysystem",
|
||||
"flysystem",
|
||||
"laravel",
|
||||
"laravel5"
|
||||
],
|
||||
"time": "2016-09-21 08:17:51"
|
||||
"support": {
|
||||
"source": "https://github.com/hillelcoren/l5-google-cloud-storage/tree/master"
|
||||
},
|
||||
"time": "2017-07-13 08:04:13"
|
||||
},
|
||||
{
|
||||
"name": "wepay/php-sdk",
|
||||
@ -9696,16 +10233,16 @@
|
||||
},
|
||||
{
|
||||
"name": "codeception/codeception",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Codeception/Codeception.git",
|
||||
"reference": "67cd520b4f20cdfc3a52d1a0022924125822a8e6"
|
||||
"reference": "b5391497f9a3c9d0a9c02ae39b53441e413e35a8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/67cd520b4f20cdfc3a52d1a0022924125822a8e6",
|
||||
"reference": "67cd520b4f20cdfc3a52d1a0022924125822a8e6",
|
||||
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/b5391497f9a3c9d0a9c02ae39b53441e413e35a8",
|
||||
"reference": "b5391497f9a3c9d0a9c02ae39b53441e413e35a8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9742,6 +10279,7 @@
|
||||
"php-amqplib/php-amqplib": "~2.4",
|
||||
"predis/predis": "^1.0",
|
||||
"squizlabs/php_codesniffer": "~2.0",
|
||||
"symfony/process": ">=2.7 <4.0",
|
||||
"vlucas/phpdotenv": "^2.4.0"
|
||||
},
|
||||
"suggest": {
|
||||
@ -9786,7 +10324,7 @@
|
||||
"functional testing",
|
||||
"unit testing"
|
||||
],
|
||||
"time": "2017-06-02 00:22:30"
|
||||
"time": "2017-07-10 19:45:09"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/instantiator",
|
||||
@ -11193,7 +11731,8 @@
|
||||
"omnipay/gocardless": 20,
|
||||
"omnipay/stripe": 20,
|
||||
"simshaun/recurr": 20,
|
||||
"webpatser/laravel-countries": 20
|
||||
"webpatser/laravel-countries": 20,
|
||||
"websight/l5-google-cloud-storage": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
|
@ -76,12 +76,14 @@ return [
|
||||
'url_type' => env('RACKSPACE_URL_TYPE', 'publicURL')
|
||||
],
|
||||
|
||||
'gcs' => [
|
||||
'driver' => 'gcs',
|
||||
'service_account' => env('GCS_USERNAME', ''),
|
||||
'service_account_certificate' => storage_path() . '/credentials.p12',
|
||||
'service_account_certificate_password' => env('GCS_PASSWORD', ''),
|
||||
'bucket' => env('GCS_BUCKET', 'cloud-storage-bucket'),
|
||||
'gcs' => [
|
||||
'driver' => 'gcs',
|
||||
'bucket' => env('GCS_BUCKET', 'cloud-storage-bucket'),
|
||||
//'service_account' => env('GCS_USERNAME', ''),
|
||||
//'service_account_certificate' => storage_path() . '/credentials.p12',
|
||||
//'service_account_certificate_password' => env('GCS_PASSWORD', ''),
|
||||
'project_id' => env('GCS_PROJECT_ID'),
|
||||
'credentials' => storage_path() . '/gcs-credentials.json',
|
||||
],
|
||||
],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user