Dependencies update.

Changelogs summary:

 - doctrine/orm updated from 2.11.2 to 2.12.0 minor
   See changes: https://github.com/doctrine/orm/compare/2.11.2...2.12.0
   Release notes: https://github.com/doctrine/orm/releases/tag/2.12.0

 - league/mime-type-detection updated from 1.10.0 to 1.11.0 minor
   See changes: https://github.com/thephpleague/mime-type-detection/compare/1.10.0...1.11.0
   Release notes: https://github.com/thephpleague/mime-type-detection/releases/tag/1.11.0

 - doctrine/data-fixtures updated from 1.5.2 to 1.5.3 patch
   See changes: https://github.com/doctrine/data-fixtures/compare/1.5.2...1.5.3
   Release notes: https://github.com/doctrine/data-fixtures/releases/tag/1.5.3

 - aws/aws-sdk-php updated from 3.219.5 to 3.220.0 minor
   See changes: https://github.com/aws/aws-sdk-php/compare/3.219.5...3.220.0
   Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.220.0

 - zircote/swagger-php updated from dev-master@0e4a64b to 4.3.0 major
   See changes: https://github.com/zircote/swagger-php/compare/0e4a64b...4.3.0
   Release notes: https://github.com/zircote/swagger-php/releases/tag/4.3.0
This commit is contained in:
Buster "Silver Eagle" Neece 2022-04-19 23:31:46 -05:00
parent cec6d659ee
commit 6629001077
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
2 changed files with 41 additions and 42 deletions

View File

@ -90,7 +90,7 @@
"theiconic/php-ga-measurement-protocol": "^2.9",
"vlucas/phpdotenv": "^5.3",
"wikimedia/composer-merge-plugin": "dev-master",
"zircote/swagger-php": "dev-master"
"zircote/swagger-php": "^4.3.0"
},
"replace": {
"symfony/polyfill-iconv": "1.99",

81
composer.lock generated
View File

@ -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": "c67474eb6a5e6f8c8a979d856d64bb42",
"content-hash": "e5ec57a1d4688de3f9fed6e55b057f9f",
"packages": [
{
"name": "aws/aws-crt-php",
@ -58,16 +58,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.219.5",
"version": "3.220.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "7e8da5b45d545ca3129a14e972001698212b1a00"
"reference": "8beb098a2224742b2756e3b40a07593b1e6ff967"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/7e8da5b45d545ca3129a14e972001698212b1a00",
"reference": "7e8da5b45d545ca3129a14e972001698212b1a00",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8beb098a2224742b2756e3b40a07593b1e6ff967",
"reference": "8beb098a2224742b2756e3b40a07593b1e6ff967",
"shasum": ""
},
"require": {
@ -143,9 +143,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.219.5"
"source": "https://github.com/aws/aws-sdk-php/tree/3.220.0"
},
"time": "2022-04-15T18:16:29+00:00"
"time": "2022-04-19T18:17:15+00:00"
},
{
"name": "azuracast/doctrine-batch-utilities",
@ -1300,21 +1300,21 @@
},
{
"name": "doctrine/data-fixtures",
"version": "1.5.2",
"version": "1.5.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/data-fixtures.git",
"reference": "51c1890e8c5467c421c7cab4579f059ebf720278"
"reference": "ba37bfb776de763c5bf04a36d074cd5f5a083c42"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/51c1890e8c5467c421c7cab4579f059ebf720278",
"reference": "51c1890e8c5467c421c7cab4579f059ebf720278",
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/ba37bfb776de763c5bf04a36d074cd5f5a083c42",
"reference": "ba37bfb776de763c5bf04a36d074cd5f5a083c42",
"shasum": ""
},
"require": {
"doctrine/common": "^2.13|^3.0",
"doctrine/persistence": "^1.3.3|^2.0",
"doctrine/persistence": "^1.3.3|^2.0|^3.0",
"php": "^7.2 || ^8.0"
},
"conflict": {
@ -1327,9 +1327,9 @@
"doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
"doctrine/orm": "^2.7.0",
"ext-sqlite3": "*",
"jangregor/phpstan-prophecy": "^0.8.1",
"phpstan/phpstan": "^0.12.99",
"phpunit/phpunit": "^8.0",
"jangregor/phpstan-prophecy": "^1",
"phpstan/phpstan": "^1.5",
"phpunit/phpunit": "^8.5 || ^9.5",
"symfony/cache": "^5.0 || ^6.0",
"vimeo/psalm": "^4.10"
},
@ -1362,7 +1362,7 @@
],
"support": {
"issues": "https://github.com/doctrine/data-fixtures/issues",
"source": "https://github.com/doctrine/data-fixtures/tree/1.5.2"
"source": "https://github.com/doctrine/data-fixtures/tree/1.5.3"
},
"funding": [
{
@ -1378,7 +1378,7 @@
"type": "tidelift"
}
],
"time": "2022-01-20T17:10:56+00:00"
"time": "2022-04-19T10:01:44+00:00"
},
{
"name": "doctrine/dbal",
@ -1971,16 +1971,16 @@
},
{
"name": "doctrine/orm",
"version": "2.11.2",
"version": "2.12.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "9c351e044478135aec1755e2c0c0493a4b6309db"
"reference": "d5503644314ed825fe4b276a588458a033fa3e7c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/9c351e044478135aec1755e2c0c0493a4b6309db",
"reference": "9c351e044478135aec1755e2c0c0493a4b6309db",
"url": "https://api.github.com/repos/doctrine/orm/zipball/d5503644314ed825fe4b276a588458a033fa3e7c",
"reference": "d5503644314ed825fe4b276a588458a033fa3e7c",
"shasum": ""
},
"require": {
@ -1993,14 +1993,14 @@
"doctrine/event-manager": "^1.1",
"doctrine/inflector": "^1.4 || ^2.0",
"doctrine/instantiator": "^1.3",
"doctrine/lexer": "^1.0",
"doctrine/persistence": "^2.2",
"doctrine/lexer": "^1.2.3",
"doctrine/persistence": "^2.4 || ^3",
"ext-ctype": "*",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3",
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/polyfill-php72": "^1.23",
"symfony/polyfill-php80": "^1.15"
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
"doctrine/annotations": "<1.13 || >= 2.0"
@ -2009,8 +2009,9 @@
"doctrine/annotations": "^1.13",
"doctrine/coding-standard": "^9.0",
"phpbench/phpbench": "^0.16.10 || ^1.0",
"phpstan/phpstan": "1.4.6",
"phpstan/phpstan": "~1.4.10 || 1.5.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
"psr/log": "^1 || ^2 || ^3",
"squizlabs/php_codesniffer": "3.6.2",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
@ -2063,9 +2064,9 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.11.2"
"source": "https://github.com/doctrine/orm/tree/2.12.0"
},
"time": "2022-03-09T15:23:58+00:00"
"time": "2022-04-19T18:34:28+00:00"
},
{
"name": "doctrine/persistence",
@ -3741,16 +3742,16 @@
},
{
"name": "league/mime-type-detection",
"version": "1.10.0",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
"reference": "3e4a35d756eedc67096f30240a68a3149120dae7"
"reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3e4a35d756eedc67096f30240a68a3149120dae7",
"reference": "3e4a35d756eedc67096f30240a68a3149120dae7",
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
"reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
"shasum": ""
},
"require": {
@ -3781,7 +3782,7 @@
"description": "Mime-type detection for Flysystem",
"support": {
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.10.0"
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
},
"funding": [
{
@ -3793,7 +3794,7 @@
"type": "tidelift"
}
],
"time": "2022-04-11T12:49:04+00:00"
"time": "2022-04-17T13:12:02+00:00"
},
{
"name": "league/plates",
@ -9502,16 +9503,16 @@
},
{
"name": "zircote/swagger-php",
"version": "dev-master",
"version": "4.3.0",
"source": {
"type": "git",
"url": "https://github.com/zircote/swagger-php.git",
"reference": "0e4a64bbf0d476e310e5a5d4fe5d5e04cc8642ee"
"reference": "24b23371ee962ac201fac33292034ae099c8d4a0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/0e4a64bbf0d476e310e5a5d4fe5d5e04cc8642ee",
"reference": "0e4a64bbf0d476e310e5a5d4fe5d5e04cc8642ee",
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/24b23371ee962ac201fac33292034ae099c8d4a0",
"reference": "24b23371ee962ac201fac33292034ae099c8d4a0",
"shasum": ""
},
"require": {
@ -9527,7 +9528,6 @@
"friendsofphp/php-cs-fixer": "^2.17 || ^3.0",
"phpunit/phpunit": ">=8"
},
"default-branch": true,
"bin": [
"bin/openapi"
],
@ -9572,9 +9572,9 @@
],
"support": {
"issues": "https://github.com/zircote/swagger-php/issues",
"source": "https://github.com/zircote/swagger-php/tree/master"
"source": "https://github.com/zircote/swagger-php/tree/4.3.0"
},
"time": "2022-04-13T20:21:23+00:00"
"time": "2022-04-17T01:42:30+00:00"
}
],
"packages-dev": [
@ -13915,7 +13915,6 @@
"rlanvin/php-ip": 20,
"supervisorphp/supervisor": 20,
"wikimedia/composer-merge-plugin": 20,
"zircote/swagger-php": 20,
"codeception/module-phpbrowser": 20,
"roave/security-advisories": 20
},