|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "afcf90be7410c699587a1a4954346390",
|
|
|
+ "content-hash": "34df0ad7656ca9400a6f4e20eb6b5ea4",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "asm89/stack-cors",
|
|
@@ -909,6 +909,63 @@
|
|
|
],
|
|
|
"time": "2020-06-23T01:36:47+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "firebase/php-jwt",
|
|
|
+ "version": "v5.5.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/firebase/php-jwt.git",
|
|
|
+ "reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
|
|
|
+ "reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": ">=4.8 <=9"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
|
|
|
+ },
|
|
|
+ "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",
|
|
|
+ "keywords": [
|
|
|
+ "jwt",
|
|
|
+ "php"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/firebase/php-jwt/issues",
|
|
|
+ "source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
|
|
|
+ },
|
|
|
+ "time": "2021-11-08T20:18:51+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "fruitcake/laravel-cors",
|
|
|
"version": "v1.0.6",
|
|
@@ -977,6 +1034,175 @@
|
|
|
],
|
|
|
"time": "2020-04-28T08:47:37+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "google/apiclient",
|
|
|
+ "version": "v2.10.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/googleapis/google-api-php-client.git",
|
|
|
+ "reference": "11871e94006ce7a419bb6124d51b6f9ace3f679b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/11871e94006ce7a419bb6124d51b6f9ace3f679b",
|
|
|
+ "reference": "11871e94006ce7a419bb6124d51b6f9ace3f679b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
|
|
|
+ "google/apiclient-services": "~0.200",
|
|
|
+ "google/auth": "^1.10",
|
|
|
+ "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
|
|
|
+ "guzzlehttp/psr7": "^1.2",
|
|
|
+ "monolog/monolog": "^1.17|^2.0",
|
|
|
+ "php": "^5.6|^7.0|^8.0",
|
|
|
+ "phpseclib/phpseclib": "~2.0||^3.0.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "cache/filesystem-adapter": "^0.3.2|^1.1",
|
|
|
+ "composer/composer": "^1.10.22",
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
|
|
|
+ "phpcompatibility/php-compatibility": "^9.2",
|
|
|
+ "phpunit/phpunit": "^5.7||^8.5.13",
|
|
|
+ "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-master": "2.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/aliases.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Google\\": "src/"
|
|
|
+ },
|
|
|
+ "classmap": [
|
|
|
+ "src/aliases.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/googleapis/google-api-php-client/issues",
|
|
|
+ "source": "https://github.com/googleapis/google-api-php-client/tree/v2.10.1"
|
|
|
+ },
|
|
|
+ "time": "2021-06-25T14:25:44+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "google/apiclient-services",
|
|
|
+ "version": "v0.238.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/googleapis/google-api-php-client-services.git",
|
|
|
+ "reference": "a9866fd963f53e9a7d26d36f20c471f73a90a719"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/a9866fd963f53e9a7d26d36f20c471f73a90a719",
|
|
|
+ "reference": "a9866fd963f53e9a7d26d36f20c471f73a90a719",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.7||^8.5.13"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "autoload.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
|
|
|
+ "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.238.1"
|
|
|
+ },
|
|
|
+ "time": "2022-03-07T18:23:49+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "google/auth",
|
|
|
+ "version": "v1.17.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/googleapis/google-auth-library-php.git",
|
|
|
+ "reference": "4da3a850e9d1045918099b6561165d829efbe2b7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/4da3a850e9d1045918099b6561165d829efbe2b7",
|
|
|
+ "reference": "4da3a850e9d1045918099b6561165d829efbe2b7",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
|
|
|
+ "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0",
|
|
|
+ "guzzlehttp/psr7": "^1.2",
|
|
|
+ "php": ">=5.4",
|
|
|
+ "psr/cache": "^1.0|^2.0",
|
|
|
+ "psr/http-message": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "guzzlehttp/promises": "0.1.1|^1.3",
|
|
|
+ "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
|
|
|
+ "phpseclib/phpseclib": "^2.0.31",
|
|
|
+ "phpunit/phpunit": "^4.8.36|^5.7",
|
|
|
+ "sebastian/comparator": ">=1.2.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "docs": "https://googleapis.github.io/google-auth-library-php/master/",
|
|
|
+ "issues": "https://github.com/googleapis/google-auth-library-php/issues",
|
|
|
+ "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.17.0"
|
|
|
+ },
|
|
|
+ "time": "2021-08-18T16:10:00+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "guzzlehttp/guzzle",
|
|
|
"version": "6.5.5",
|
|
@@ -1844,6 +2070,123 @@
|
|
|
],
|
|
|
"time": "2020-06-17T14:59:55+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "paragonie/constant_time_encoding",
|
|
|
+ "version": "v2.5.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/paragonie/constant_time_encoding.git",
|
|
|
+ "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
|
|
|
+ "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7|^8"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^6|^7|^8|^9",
|
|
|
+ "vimeo/psalm": "^1|^2|^3|^4"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "ParagonIE\\ConstantTime\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Paragon Initiative Enterprises",
|
|
|
+ "email": "security@paragonie.com",
|
|
|
+ "homepage": "https://paragonie.com",
|
|
|
+ "role": "Maintainer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Steve 'Sc00bz' Thomas",
|
|
|
+ "email": "steve@tobtu.com",
|
|
|
+ "homepage": "https://www.tobtu.com",
|
|
|
+ "role": "Original Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
|
|
|
+ "keywords": [
|
|
|
+ "base16",
|
|
|
+ "base32",
|
|
|
+ "base32_decode",
|
|
|
+ "base32_encode",
|
|
|
+ "base64",
|
|
|
+ "base64_decode",
|
|
|
+ "base64_encode",
|
|
|
+ "bin2hex",
|
|
|
+ "encoding",
|
|
|
+ "hex",
|
|
|
+ "hex2bin",
|
|
|
+ "rfc4648"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "email": "info@paragonie.com",
|
|
|
+ "issues": "https://github.com/paragonie/constant_time_encoding/issues",
|
|
|
+ "source": "https://github.com/paragonie/constant_time_encoding"
|
|
|
+ },
|
|
|
+ "time": "2022-01-17T05:32:27+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "paragonie/random_compat",
|
|
|
+ "version": "v9.99.100",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/paragonie/random_compat.git",
|
|
|
+ "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
|
|
+ "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">= 7"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "4.*|5.*",
|
|
|
+ "vimeo/psalm": "^1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Paragon Initiative Enterprises",
|
|
|
+ "email": "security@paragonie.com",
|
|
|
+ "homepage": "https://paragonie.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
|
|
+ "keywords": [
|
|
|
+ "csprng",
|
|
|
+ "polyfill",
|
|
|
+ "pseudorandom",
|
|
|
+ "random"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "email": "info@paragonie.com",
|
|
|
+ "issues": "https://github.com/paragonie/random_compat/issues",
|
|
|
+ "source": "https://github.com/paragonie/random_compat"
|
|
|
+ },
|
|
|
+ "time": "2020-10-15T08:29:30+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "phenx/php-font-lib",
|
|
|
"version": "0.5.2",
|
|
@@ -1984,6 +2327,117 @@
|
|
|
],
|
|
|
"time": "2020-06-07T10:40:07+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "phpseclib/phpseclib",
|
|
|
+ "version": "3.0.13",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpseclib/phpseclib.git",
|
|
|
+ "reference": "1443ab79364eea48665fa8c09ac67f37d1025f7e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/1443ab79364eea48665fa8c09ac67f37d1025f7e",
|
|
|
+ "reference": "1443ab79364eea48665fa8c09ac67f37d1025f7e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "paragonie/constant_time_encoding": "^1|^2",
|
|
|
+ "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
|
|
|
+ "php": ">=5.6.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phing/phing": "~2.7",
|
|
|
+ "phpunit/phpunit": "^5.7|^6.0|^9.4",
|
|
|
+ "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": {
|
|
|
+ "phpseclib3\\": "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/phpseclib/phpseclib/issues",
|
|
|
+ "source": "https://github.com/phpseclib/phpseclib/tree/3.0.13"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/terrafrost",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://www.patreon.com/phpseclib",
|
|
|
+ "type": "patreon"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-01-30T08:50:05+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "picqer/php-barcode-generator",
|
|
|
"version": "v2.1.0",
|
|
@@ -2060,6 +2514,55 @@
|
|
|
],
|
|
|
"time": "2020-12-24T15:31:19+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/php-fig/cache/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2016-08-06T20:24:11+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "psr/container",
|
|
|
"version": "1.0.0",
|
|
@@ -2372,6 +2875,70 @@
|
|
|
],
|
|
|
"time": "2020-05-03T19:32:03+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "pulkitjalan/google-apiclient",
|
|
|
+ "version": "5.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/pulkitjalan/google-apiclient.git",
|
|
|
+ "reference": "36b8faabc5cd7de9af4f87cb3457456b031fae3c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/pulkitjalan/google-apiclient/zipball/36b8faabc5cd7de9af4f87cb3457456b031fae3c",
|
|
|
+ "reference": "36b8faabc5cd7de9af4f87cb3457456b031fae3c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "google/apiclient": "^2.9",
|
|
|
+ "illuminate/support": "^6.0|^7.0|^8.0",
|
|
|
+ "php": "^7.2|^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^1.2.3",
|
|
|
+ "phpunit/phpunit": "^9.3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "4.1.x-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "PulkitJalan\\Google\\GoogleServiceProvider"
|
|
|
+ ],
|
|
|
+ "aliases": {
|
|
|
+ "Google": "PulkitJalan\\Google\\Facades\\Google"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PulkitJalan\\Google\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Pulkit Jalan"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Google api php client wrapper with Cloud Platform and Laravel support",
|
|
|
+ "homepage": "https://github.com/pulkitjalan/google-apiclient",
|
|
|
+ "keywords": [
|
|
|
+ "cloud platform",
|
|
|
+ "google",
|
|
|
+ "laravel"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/pulkitjalan/google-apiclient/issues",
|
|
|
+ "source": "https://github.com/pulkitjalan/google-apiclient/tree/5.0.0"
|
|
|
+ },
|
|
|
+ "time": "2022-02-16T05:35:53+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "ralouphie/getallheaders",
|
|
|
"version": "3.0.3",
|
|
@@ -2554,6 +3121,69 @@
|
|
|
],
|
|
|
"time": "2020-03-29T20:13:32+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "revolution/laravel-google-sheets",
|
|
|
+ "version": "5.8.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/kawax/laravel-google-sheets.git",
|
|
|
+ "reference": "eb999abcdf01e94f495db1f28666a34f7a1b76bd"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/kawax/laravel-google-sheets/zipball/eb999abcdf01e94f495db1f28666a34f7a1b76bd",
|
|
|
+ "reference": "eb999abcdf01e94f495db1f28666a34f7a1b76bd",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "google/apiclient": "^2.10",
|
|
|
+ "illuminate/container": "^6.0||^7.0||^8.0||^9.0",
|
|
|
+ "illuminate/support": "^6.0||^7.0||^8.0||^9.0",
|
|
|
+ "php": "^7.4||^8.0",
|
|
|
+ "pulkitjalan/google-apiclient": "^4.1||^5.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^1.0",
|
|
|
+ "orchestra/testbench": "^5.0||^6.0||^7.0",
|
|
|
+ "phpunit/phpunit": "^9.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Revolution\\Google\\Sheets\\Providers\\SheetsServiceProvider"
|
|
|
+ ],
|
|
|
+ "aliases": {
|
|
|
+ "Sheets": "Revolution\\Google\\Sheets\\Facades\\Sheets"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Revolution\\Google\\Sheets\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "kawax",
|
|
|
+ "email": "kawaxbiz@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Google Sheets API v4",
|
|
|
+ "keywords": [
|
|
|
+ "google",
|
|
|
+ "laravel",
|
|
|
+ "sheets"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/kawax/laravel-google-sheets/tree/5.8.0"
|
|
|
+ },
|
|
|
+ "time": "2022-02-17T04:38:27+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "sabberworm/php-css-parser",
|
|
|
"version": "8.3.1",
|
|
@@ -6760,5 +7390,5 @@
|
|
|
"ext-json": "*"
|
|
|
},
|
|
|
"platform-dev": [],
|
|
|
- "plugin-api-version": "1.1.0"
|
|
|
+ "plugin-api-version": "2.0.0"
|
|
|
}
|