|
@@ -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": "e90ec2d19688682752adf782ffa74e6b",
|
|
|
+ "content-hash": "a5c8848983c58963f4396fdf22763e89",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "asm89/stack-cors",
|
|
@@ -62,6 +62,154 @@
|
|
|
},
|
|
|
"time": "2022-01-18T09:12:03+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "aws/aws-crt-php",
|
|
|
+ "version": "v1.2.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/awslabs/aws-crt-php.git",
|
|
|
+ "reference": "1926277fc71d253dfa820271ac5987bdb193ccf5"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/1926277fc71d253dfa820271ac5987bdb193ccf5",
|
|
|
+ "reference": "1926277fc71d253dfa820271ac5987bdb193ccf5",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
|
|
|
+ "yoast/phpunit-polyfills": "^1.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "AWS SDK Common Runtime Team",
|
|
|
+ "email": "aws-sdk-common-runtime@amazon.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "AWS Common Runtime for PHP",
|
|
|
+ "homepage": "https://github.com/awslabs/aws-crt-php",
|
|
|
+ "keywords": [
|
|
|
+ "amazon",
|
|
|
+ "aws",
|
|
|
+ "crt",
|
|
|
+ "sdk"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/awslabs/aws-crt-php/issues",
|
|
|
+ "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.1"
|
|
|
+ },
|
|
|
+ "time": "2023-03-24T20:22:19+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "aws/aws-sdk-php",
|
|
|
+ "version": "3.262.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/aws/aws-sdk-php.git",
|
|
|
+ "reference": "f5c8142d43846194bbb3bb40b18e7f6df2788409"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f5c8142d43846194bbb3bb40b18e7f6df2788409",
|
|
|
+ "reference": "f5c8142d43846194bbb3bb40b18e7f6df2788409",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "aws/aws-crt-php": "^1.0.4",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-pcre": "*",
|
|
|
+ "ext-simplexml": "*",
|
|
|
+ "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
|
|
|
+ "guzzlehttp/promises": "^1.4.0",
|
|
|
+ "guzzlehttp/psr7": "^1.8.5 || ^2.3",
|
|
|
+ "mtdowling/jmespath.php": "^2.6",
|
|
|
+ "php": ">=5.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "andrewsville/php-token-reflection": "^1.4",
|
|
|
+ "aws/aws-php-sns-message-validator": "~1.0",
|
|
|
+ "behat/behat": "~3.0",
|
|
|
+ "composer/composer": "^1.10.22",
|
|
|
+ "dms/phpunit-arraysubset-asserts": "^0.4.0",
|
|
|
+ "doctrine/cache": "~1.4",
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "ext-pcntl": "*",
|
|
|
+ "ext-sockets": "*",
|
|
|
+ "nette/neon": "^2.3",
|
|
|
+ "paragonie/random_compat": ">= 2",
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.6.3 || ^9.5",
|
|
|
+ "psr/cache": "^1.0",
|
|
|
+ "psr/simple-cache": "^1.0",
|
|
|
+ "sebastian/comparator": "^1.2.3 || ^4.0",
|
|
|
+ "yoast/phpunit-polyfills": "^1.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
|
|
|
+ "doctrine/cache": "To use the DoctrineCacheAdapter",
|
|
|
+ "ext-curl": "To send requests using cURL",
|
|
|
+ "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
|
|
|
+ "ext-sockets": "To use client-side monitoring"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/functions.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Aws\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Amazon Web Services",
|
|
|
+ "homepage": "http://aws.amazon.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
|
|
|
+ "homepage": "http://aws.amazon.com/sdkforphp",
|
|
|
+ "keywords": [
|
|
|
+ "amazon",
|
|
|
+ "aws",
|
|
|
+ "cloud",
|
|
|
+ "dynamodb",
|
|
|
+ "ec2",
|
|
|
+ "glacier",
|
|
|
+ "s3",
|
|
|
+ "sdk"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
|
|
+ "issues": "https://github.com/aws/aws-sdk-php/issues",
|
|
|
+ "source": "https://github.com/aws/aws-sdk-php/tree/3.262.3"
|
|
|
+ },
|
|
|
+ "time": "2023-03-28T18:18:50+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "brick/math",
|
|
|
"version": "0.9.3",
|
|
@@ -1434,6 +1582,71 @@
|
|
|
],
|
|
|
"time": "2022-10-04T09:16:37+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "league/flysystem-aws-s3-v3",
|
|
|
+ "version": "1.0.30",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
|
|
|
+ "reference": "af286f291ebab6877bac0c359c6c2cb017eb061d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/af286f291ebab6877bac0c359c6c2cb017eb061d",
|
|
|
+ "reference": "af286f291ebab6877bac0c359c6c2cb017eb061d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "aws/aws-sdk-php": "^3.20.0",
|
|
|
+ "league/flysystem": "^1.0.40",
|
|
|
+ "php": ">=5.5.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "henrikbjorn/phpspec-code-coverage": "~1.0.1",
|
|
|
+ "phpspec/phpspec": "^2.0.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "League\\Flysystem\\AwsS3v3\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Frank de Jonge",
|
|
|
+ "email": "info@frenky.net"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Flysystem adapter for the AWS S3 SDK v3.x",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
|
|
|
+ "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/1.0.30"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://offset.earth/frankdejonge",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/frankdejonge",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-07-02T13:51:38+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "league/mime-type-detection",
|
|
|
"version": "1.11.0",
|
|
@@ -1592,6 +1805,67 @@
|
|
|
],
|
|
|
"time": "2023-02-06T13:44:46+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "mtdowling/jmespath.php",
|
|
|
+ "version": "2.6.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/jmespath/jmespath.php.git",
|
|
|
+ "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
|
|
|
+ "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.4 || ^7.0 || ^8.0",
|
|
|
+ "symfony/polyfill-mbstring": "^1.17"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "composer/xdebug-handler": "^1.4 || ^2.0",
|
|
|
+ "phpunit/phpunit": "^4.8.36 || ^7.5.15"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "bin/jp.php"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/JmesPath.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "JmesPath\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Michael Dowling",
|
|
|
+ "email": "mtdowling@gmail.com",
|
|
|
+ "homepage": "https://github.com/mtdowling"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Declaratively specify how to extract elements from a JSON document",
|
|
|
+ "keywords": [
|
|
|
+ "json",
|
|
|
+ "jsonpath"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/jmespath/jmespath.php/issues",
|
|
|
+ "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
|
|
|
+ },
|
|
|
+ "time": "2021-06-14T00:11:39+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "nesbot/carbon",
|
|
|
"version": "2.66.0",
|