Update dependencies

This commit is contained in:
Jonny Barnes 2021-09-04 15:23:24 +01:00
parent c625d585bd
commit ad64aa13b3
2 changed files with 541 additions and 480 deletions

68
composer.lock generated
View file

@ -63,20 +63,71 @@
"time": "2021-03-11T06:42:03+00:00" "time": "2021-03-11T06:42:03+00:00"
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-crt-php",
"version": "3.191.7", "version": "v1.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/awslabs/aws-crt-php.git",
"reference": "c8f220112b64fbd089efead939d4fc70e794616c" "reference": "3942776a8c99209908ee0b287746263725685732"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/c8f220112b64fbd089efead939d4fc70e794616c", "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/3942776a8c99209908ee0b287746263725685732",
"reference": "c8f220112b64fbd089efead939d4fc70e794616c", "reference": "3942776a8c99209908ee0b287746263725685732",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|^5.4.3"
},
"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": "http://aws.amazon.com/sdkforphp",
"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.0.2"
},
"time": "2021-09-03T22:57:30+00:00"
},
{
"name": "aws/aws-sdk-php",
"version": "3.192.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "3f3026ecd3ef534701499ce98c8e3393604fca8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3f3026ecd3ef534701499ce98c8e3393604fca8b",
"reference": "3f3026ecd3ef534701499ce98c8e3393604fca8b",
"shasum": ""
},
"require": {
"aws/aws-crt-php": "^1.0.1",
"ext-json": "*", "ext-json": "*",
"ext-pcre": "*", "ext-pcre": "*",
"ext-simplexml": "*", "ext-simplexml": "*",
@ -148,9 +199,9 @@
"support": { "support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues", "issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.191.7" "source": "https://github.com/aws/aws-sdk-php/tree/3.192.0"
}, },
"time": "2021-08-30T18:41:03+00:00" "time": "2021-09-03T18:13:44+00:00"
}, },
{ {
"name": "brick/math", "name": "brick/math",
@ -11213,6 +11264,7 @@
"type": "github" "type": "github"
} }
], ],
"abandoned": true,
"time": "2020-09-28T06:45:17+00:00" "time": "2020-09-28T06:45:17+00:00"
}, },
{ {

953
package-lock.json generated

File diff suppressed because it is too large Load diff