|
@@ -123,16 +123,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "aws/aws-sdk-php",
|
|
|
- "version": "3.278.3",
|
|
|
+ "version": "3.279.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/aws/aws-sdk-php.git",
|
|
|
- "reference": "596534c0627d8b38597061341e99b460437d1a16"
|
|
|
+ "reference": "73ca831b1311945e96594b3cdf2b973bc733d57a"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/596534c0627d8b38597061341e99b460437d1a16",
|
|
|
- "reference": "596534c0627d8b38597061341e99b460437d1a16",
|
|
|
+ "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/73ca831b1311945e96594b3cdf2b973bc733d57a",
|
|
|
+ "reference": "73ca831b1311945e96594b3cdf2b973bc733d57a",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -141,11 +141,11 @@
|
|
|
"ext-pcre": "*",
|
|
|
"ext-simplexml": "*",
|
|
|
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
|
|
|
- "guzzlehttp/promises": "^1.4.0",
|
|
|
+ "guzzlehttp/promises": "^1.4.0 || ^2.0",
|
|
|
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
|
|
|
"mtdowling/jmespath.php": "^2.6",
|
|
|
- "php": ">=5.5",
|
|
|
- "psr/http-message": "^1.0"
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "psr/http-message": "^1.0 || ^2.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
"andrewsville/php-token-reflection": "^1.4",
|
|
@@ -160,7 +160,7 @@
|
|
|
"ext-sockets": "*",
|
|
|
"nette/neon": "^2.3",
|
|
|
"paragonie/random_compat": ">= 2",
|
|
|
- "phpunit/phpunit": "^4.8.35 || ^5.6.3 || ^9.5",
|
|
|
+ "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
|
|
|
"psr/cache": "^1.0",
|
|
|
"psr/simple-cache": "^1.0",
|
|
|
"sebastian/comparator": "^1.2.3 || ^4.0",
|
|
@@ -212,9 +212,9 @@
|
|
|
"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.278.3"
|
|
|
+ "source": "https://github.com/aws/aws-sdk-php/tree/3.279.1"
|
|
|
},
|
|
|
- "time": "2023-08-15T18:07:55+00:00"
|
|
|
+ "time": "2023-08-17T18:14:41+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "bacon/bacon-qr-code",
|
|
@@ -980,29 +980,33 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "guzzlehttp/promises",
|
|
|
- "version": "1.5.3",
|
|
|
+ "version": "2.0.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
|
- "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
|
|
|
+ "reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
|
|
|
- "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
|
|
|
+ "reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=5.5"
|
|
|
+ "php": "^7.2.5 || ^8.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "symfony/phpunit-bridge": "^4.4 || ^5.1"
|
|
|
+ "bamarni/composer-bin-plugin": "^1.8.1",
|
|
|
+ "phpunit/phpunit": "^8.5.29 || ^9.5.23"
|
|
|
},
|
|
|
"type": "library",
|
|
|
+ "extra": {
|
|
|
+ "bamarni-bin": {
|
|
|
+ "bin-links": true,
|
|
|
+ "forward-command": false
|
|
|
+ }
|
|
|
+ },
|
|
|
"autoload": {
|
|
|
- "files": [
|
|
|
- "src/functions_include.php"
|
|
|
- ],
|
|
|
"psr-4": {
|
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
|
}
|
|
@@ -1039,7 +1043,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/guzzle/promises/issues",
|
|
|
- "source": "https://github.com/guzzle/promises/tree/1.5.3"
|
|
|
+ "source": "https://github.com/guzzle/promises/tree/2.0.1"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -1055,7 +1059,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2023-05-21T12:31:43+00:00"
|
|
|
+ "time": "2023-08-03T15:11:55+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "guzzlehttp/psr7",
|
|
@@ -2243,16 +2247,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "moneyphp/money",
|
|
|
- "version": "v4.1.1",
|
|
|
+ "version": "v4.2.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/moneyphp/money.git",
|
|
|
- "reference": "9682220995ffd396843be5b4ee1e5f2c2d6ecee2"
|
|
|
+ "reference": "f660ab7f1d7a4c2ffdd30f50c55ed2c95c26fc3f"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/moneyphp/money/zipball/9682220995ffd396843be5b4ee1e5f2c2d6ecee2",
|
|
|
- "reference": "9682220995ffd396843be5b4ee1e5f2c2d6ecee2",
|
|
|
+ "url": "https://api.github.com/repos/moneyphp/money/zipball/f660ab7f1d7a4c2ffdd30f50c55ed2c95c26fc3f",
|
|
|
+ "reference": "f660ab7f1d7a4c2ffdd30f50c55ed2c95c26fc3f",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -2326,9 +2330,9 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/moneyphp/money/issues",
|
|
|
- "source": "https://github.com/moneyphp/money/tree/v4.1.1"
|
|
|
+ "source": "https://github.com/moneyphp/money/tree/v4.2.0"
|
|
|
},
|
|
|
- "time": "2023-04-11T09:18:34+00:00"
|
|
|
+ "time": "2023-08-16T14:31:24+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "mtdowling/jmespath.php",
|
|
@@ -2393,25 +2397,29 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "nesbot/carbon",
|
|
|
- "version": "2.68.1",
|
|
|
+ "version": "2.69.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
|
|
- "reference": "4f991ed2a403c85efbc4f23eb4030063fdbe01da"
|
|
|
+ "reference": "4308217830e4ca445583a37d1bf4aff4153fa81c"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4f991ed2a403c85efbc4f23eb4030063fdbe01da",
|
|
|
- "reference": "4f991ed2a403c85efbc4f23eb4030063fdbe01da",
|
|
|
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4308217830e4ca445583a37d1bf4aff4153fa81c",
|
|
|
+ "reference": "4308217830e4ca445583a37d1bf4aff4153fa81c",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"ext-json": "*",
|
|
|
"php": "^7.1.8 || ^8.0",
|
|
|
+ "psr/clock": "^1.0",
|
|
|
"symfony/polyfill-mbstring": "^1.0",
|
|
|
"symfony/polyfill-php80": "^1.16",
|
|
|
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
|
|
|
},
|
|
|
+ "provide": {
|
|
|
+ "psr/clock-implementation": "1.0"
|
|
|
+ },
|
|
|
"require-dev": {
|
|
|
"doctrine/dbal": "^2.0 || ^3.1.4",
|
|
|
"doctrine/orm": "^2.7",
|
|
@@ -2491,7 +2499,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2023-06-20T18:29:04+00:00"
|
|
|
+ "time": "2023-08-03T09:00:52+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "nikic/fast-route",
|