|
@@ -8,23 +8,27 @@
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "aws/aws-crt-php",
|
|
|
- "version": "v1.0.2",
|
|
|
+ "version": "v1.2.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/awslabs/aws-crt-php.git",
|
|
|
- "reference": "3942776a8c99209908ee0b287746263725685732"
|
|
|
+ "reference": "1926277fc71d253dfa820271ac5987bdb193ccf5"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/3942776a8c99209908ee0b287746263725685732",
|
|
|
- "reference": "3942776a8c99209908ee0b287746263725685732",
|
|
|
+ "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.4.3"
|
|
|
+ "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": {
|
|
@@ -43,7 +47,7 @@
|
|
|
}
|
|
|
],
|
|
|
"description": "AWS Common Runtime for PHP",
|
|
|
- "homepage": "http://aws.amazon.com/sdkforphp",
|
|
|
+ "homepage": "https://github.com/awslabs/aws-crt-php",
|
|
|
"keywords": [
|
|
|
"amazon",
|
|
|
"aws",
|
|
@@ -52,39 +56,42 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/awslabs/aws-crt-php/issues",
|
|
|
- "source": "https://github.com/awslabs/aws-crt-php/tree/v1.0.2"
|
|
|
+ "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.1"
|
|
|
},
|
|
|
- "time": "2021-09-03T22:57:30+00:00"
|
|
|
+ "time": "2023-03-24T20:22:19+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "aws/aws-sdk-php",
|
|
|
- "version": "3.208.5",
|
|
|
+ "version": "3.272.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/aws/aws-sdk-php.git",
|
|
|
- "reference": "58fa9d8b522b0afa260299179ff950c783ff0ee1"
|
|
|
+ "reference": "a0accaf4a16565c0b4438109c978602f27dff3a0"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/58fa9d8b522b0afa260299179ff950c783ff0ee1",
|
|
|
- "reference": "58fa9d8b522b0afa260299179ff950c783ff0ee1",
|
|
|
+ "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a0accaf4a16565c0b4438109c978602f27dff3a0",
|
|
|
+ "reference": "a0accaf4a16565c0b4438109c978602f27dff3a0",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "aws/aws-crt-php": "^1.0.2",
|
|
|
+ "aws/aws-crt-php": "^1.0.4",
|
|
|
"ext-json": "*",
|
|
|
"ext-pcre": "*",
|
|
|
"ext-simplexml": "*",
|
|
|
- "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0",
|
|
|
+ "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
|
|
|
"guzzlehttp/promises": "^1.4.0",
|
|
|
- "guzzlehttp/psr7": "^1.7.0|^2.0",
|
|
|
+ "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
|
|
|
"mtdowling/jmespath.php": "^2.6",
|
|
|
- "php": ">=5.5"
|
|
|
+ "php": ">=5.5",
|
|
|
+ "psr/http-message": "^1.0"
|
|
|
},
|
|
|
"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": "*",
|
|
@@ -92,10 +99,11 @@
|
|
|
"ext-sockets": "*",
|
|
|
"nette/neon": "^2.3",
|
|
|
"paragonie/random_compat": ">= 2",
|
|
|
- "phpunit/phpunit": "^4.8.35|^5.4.3",
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.6.3 || ^9.5",
|
|
|
"psr/cache": "^1.0",
|
|
|
"psr/simple-cache": "^1.0",
|
|
|
- "sebastian/comparator": "^1.2.3"
|
|
|
+ "sebastian/comparator": "^1.2.3 || ^4.0",
|
|
|
+ "yoast/phpunit-polyfills": "^1.0"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
|
|
@@ -111,12 +119,12 @@
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Aws\\": "src/"
|
|
|
- },
|
|
|
"files": [
|
|
|
"src/functions.php"
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Aws\\": "src/"
|
|
|
+ }
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
"license": [
|
|
@@ -143,28 +151,28 @@
|
|
|
"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.208.5"
|
|
|
+ "source": "https://github.com/aws/aws-sdk-php/tree/3.272.1"
|
|
|
},
|
|
|
- "time": "2021-12-13T20:17:56+00:00"
|
|
|
+ "time": "2023-06-09T18:21:02+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "guzzlehttp/guzzle",
|
|
|
- "version": "7.4.5",
|
|
|
+ "version": "7.7.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
|
- "reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82"
|
|
|
+ "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
|
|
|
- "reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5",
|
|
|
+ "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"ext-json": "*",
|
|
|
- "guzzlehttp/promises": "^1.5",
|
|
|
- "guzzlehttp/psr7": "^1.9 || ^2.4",
|
|
|
+ "guzzlehttp/promises": "^1.5.3 || ^2.0",
|
|
|
+ "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
|
|
|
"php": "^7.2.5 || ^8.0",
|
|
|
"psr/http-client": "^1.0",
|
|
|
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
|
@@ -173,10 +181,11 @@
|
|
|
"psr/http-client-implementation": "1.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "bamarni/composer-bin-plugin": "^1.4.1",
|
|
|
+ "bamarni/composer-bin-plugin": "^1.8.1",
|
|
|
"ext-curl": "*",
|
|
|
- "php-http/client-integration-tests": "^3.0",
|
|
|
- "phpunit/phpunit": "^8.5.5 || ^9.3.5",
|
|
|
+ "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
|
|
|
+ "php-http/message-factory": "^1.1",
|
|
|
+ "phpunit/phpunit": "^8.5.29 || ^9.5.23",
|
|
|
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
|
|
},
|
|
|
"suggest": {
|
|
@@ -186,8 +195,9 @@
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "7.4-dev"
|
|
|
+ "bamarni-bin": {
|
|
|
+ "bin-links": true,
|
|
|
+ "forward-command": false
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -253,7 +263,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/guzzle/guzzle/issues",
|
|
|
- "source": "https://github.com/guzzle/guzzle/tree/7.4.5"
|
|
|
+ "source": "https://github.com/guzzle/guzzle/tree/7.7.0"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -269,20 +279,20 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-06-20T22:16:13+00:00"
|
|
|
+ "time": "2023-05-21T14:04:53+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "guzzlehttp/promises",
|
|
|
- "version": "1.5.1",
|
|
|
+ "version": "1.5.3",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
|
- "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
|
|
|
+ "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
|
|
- "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
|
|
|
+ "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -292,11 +302,6 @@
|
|
|
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
|
|
},
|
|
|
"type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.5-dev"
|
|
|
- }
|
|
|
- },
|
|
|
"autoload": {
|
|
|
"files": [
|
|
|
"src/functions_include.php"
|
|
@@ -337,7 +342,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/guzzle/promises/issues",
|
|
|
- "source": "https://github.com/guzzle/promises/tree/1.5.1"
|
|
|
+ "source": "https://github.com/guzzle/promises/tree/1.5.3"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -353,26 +358,26 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2021-10-22T20:56:57+00:00"
|
|
|
+ "time": "2023-05-21T12:31:43+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "guzzlehttp/psr7",
|
|
|
- "version": "2.4.0",
|
|
|
+ "version": "2.5.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
|
- "reference": "13388f00956b1503577598873fffb5ae994b5737"
|
|
|
+ "reference": "b635f279edd83fc275f822a1188157ffea568ff6"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737",
|
|
|
- "reference": "13388f00956b1503577598873fffb5ae994b5737",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6",
|
|
|
+ "reference": "b635f279edd83fc275f822a1188157ffea568ff6",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.2.5 || ^8.0",
|
|
|
"psr/http-factory": "^1.0",
|
|
|
- "psr/http-message": "^1.0",
|
|
|
+ "psr/http-message": "^1.1 || ^2.0",
|
|
|
"ralouphie/getallheaders": "^3.0"
|
|
|
},
|
|
|
"provide": {
|
|
@@ -380,17 +385,18 @@
|
|
|
"psr/http-message-implementation": "1.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "bamarni/composer-bin-plugin": "^1.4.1",
|
|
|
+ "bamarni/composer-bin-plugin": "^1.8.1",
|
|
|
"http-interop/http-factory-tests": "^0.9",
|
|
|
- "phpunit/phpunit": "^8.5.8 || ^9.3.10"
|
|
|
+ "phpunit/phpunit": "^8.5.29 || ^9.5.23"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.4-dev"
|
|
|
+ "bamarni-bin": {
|
|
|
+ "bin-links": true,
|
|
|
+ "forward-command": false
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -452,7 +458,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/guzzle/psr7/issues",
|
|
|
- "source": "https://github.com/guzzle/psr7/tree/2.4.0"
|
|
|
+ "source": "https://github.com/guzzle/psr7/tree/2.5.0"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -468,7 +474,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-06-20T21:43:11+00:00"
|
|
|
+ "time": "2023-04-17T16:11:26+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "mtdowling/jmespath.php",
|
|
@@ -502,12 +508,12 @@
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
- "psr-4": {
|
|
|
- "JmesPath\\": "src/"
|
|
|
- },
|
|
|
"files": [
|
|
|
"src/JmesPath.php"
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "JmesPath\\": "src/"
|
|
|
+ }
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
"license": [
|
|
@@ -533,21 +539,21 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "psr/http-client",
|
|
|
- "version": "1.0.1",
|
|
|
+ "version": "1.0.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/php-fig/http-client.git",
|
|
|
- "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
|
|
+ "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
|
- "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
|
|
|
+ "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.0 || ^8.0",
|
|
|
- "psr/http-message": "^1.0"
|
|
|
+ "psr/http-message": "^1.0 || ^2.0"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
@@ -567,7 +573,7 @@
|
|
|
"authors": [
|
|
|
{
|
|
|
"name": "PHP-FIG",
|
|
|
- "homepage": "http://www.php-fig.org/"
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
}
|
|
|
],
|
|
|
"description": "Common interface for HTTP clients",
|
|
@@ -579,27 +585,27 @@
|
|
|
"psr-18"
|
|
|
],
|
|
|
"support": {
|
|
|
- "source": "https://github.com/php-fig/http-client/tree/master"
|
|
|
+ "source": "https://github.com/php-fig/http-client/tree/1.0.2"
|
|
|
},
|
|
|
- "time": "2020-06-29T06:28:15+00:00"
|
|
|
+ "time": "2023-04-10T20:12:12+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "psr/http-factory",
|
|
|
- "version": "1.0.1",
|
|
|
+ "version": "1.0.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/php-fig/http-factory.git",
|
|
|
- "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
|
|
+ "reference": "e616d01114759c4c489f93b099585439f795fe35"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
|
- "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
|
|
|
+ "reference": "e616d01114759c4c489f93b099585439f795fe35",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"php": ">=7.0.0",
|
|
|
- "psr/http-message": "^1.0"
|
|
|
+ "psr/http-message": "^1.0 || ^2.0"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
@@ -619,7 +625,7 @@
|
|
|
"authors": [
|
|
|
{
|
|
|
"name": "PHP-FIG",
|
|
|
- "homepage": "http://www.php-fig.org/"
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
}
|
|
|
],
|
|
|
"description": "Common interfaces for PSR-7 HTTP message factories",
|
|
@@ -634,31 +640,31 @@
|
|
|
"response"
|
|
|
],
|
|
|
"support": {
|
|
|
- "source": "https://github.com/php-fig/http-factory/tree/master"
|
|
|
+ "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
|
|
|
},
|
|
|
- "time": "2019-04-30T12:38:16+00:00"
|
|
|
+ "time": "2023-04-10T20:10:41+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "psr/http-message",
|
|
|
- "version": "1.0.1",
|
|
|
+ "version": "1.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
|
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
|
+ "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
|
|
|
+ "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=5.3.0"
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
+ "dev-master": "1.1.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -687,9 +693,9 @@
|
|
|
"response"
|
|
|
],
|
|
|
"support": {
|
|
|
- "source": "https://github.com/php-fig/http-message/tree/master"
|
|
|
+ "source": "https://github.com/php-fig/http-message/tree/1.1"
|
|
|
},
|
|
|
- "time": "2016-08-06T14:39:51+00:00"
|
|
|
+ "time": "2023-04-04T09:50:52+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "ralouphie/getallheaders",
|
|
@@ -737,25 +743,25 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/deprecation-contracts",
|
|
|
- "version": "v2.5.1",
|
|
|
+ "version": "v3.3.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
- "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
|
|
|
+ "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
|
- "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
|
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
|
|
|
+ "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=7.1"
|
|
|
+ "php": ">=8.1"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-main": "2.5-dev"
|
|
|
+ "dev-main": "3.4-dev"
|
|
|
},
|
|
|
"thanks": {
|
|
|
"name": "symfony/contracts",
|
|
@@ -784,7 +790,7 @@
|
|
|
"description": "A generic function and convention to trigger deprecation notices",
|
|
|
"homepage": "https://symfony.com",
|
|
|
"support": {
|
|
|
- "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1"
|
|
|
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -800,20 +806,20 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-01-02T09:53:40+00:00"
|
|
|
+ "time": "2023-05-23T14:45:45+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/polyfill-mbstring",
|
|
|
- "version": "v1.26.0",
|
|
|
+ "version": "v1.27.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
- "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
|
|
|
+ "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
|
|
- "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
|
|
+ "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -828,7 +834,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-main": "1.26-dev"
|
|
|
+ "dev-main": "1.27-dev"
|
|
|
},
|
|
|
"thanks": {
|
|
|
"name": "symfony/polyfill",
|
|
@@ -867,7 +873,7 @@
|
|
|
"shim"
|
|
|
],
|
|
|
"support": {
|
|
|
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
|
|
|
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -883,7 +889,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-05-24T11:49:31+00:00"
|
|
|
+ "time": "2022-11-03T14:55:06+00:00"
|
|
|
}
|
|
|
],
|
|
|
"packages-dev": [],
|