More Composer dep updates.

Changelogs summary:

 - composer/ca-bundle updated from 1.3.4 to 1.3.5 patch
   See changes: https://github.com/composer/ca-bundle/compare/1.3.4...1.3.5
   Release notes: https://github.com/composer/ca-bundle/releases/tag/1.3.5

 - doctrine/migrations updated from 3.5.2 to 3.5.3 patch
   See changes: https://github.com/doctrine/migrations/compare/3.5.2...3.5.3
   Release notes: https://github.com/doctrine/migrations/releases/tag/3.5.3

 - matomo/device-detector updated from 6.0.4 to 6.0.5 patch
   See changes: https://github.com/matomo-org/device-detector/compare/6.0.4...6.0.5
   Release notes: https://github.com/matomo-org/device-detector/releases/tag/6.0.5

 - php-di/php-di downgraded from v7.x-dev@6d9eab0 to 7.0.0-rc1 minor
   See changes: https://github.com/PHP-DI/PHP-DI/compare/6d9eab0...7.0.0-rc1
   Release notes: https://github.com/PHP-DI/PHP-DI/releases/tag/7.0.0-rc1

 - phpstan/phpstan updated from 1.9.8 to 1.9.9 patch
   See changes: https://github.com/phpstan/phpstan/compare/1.9.8...1.9.9
   Release notes: https://github.com/phpstan/phpstan/releases/tag/1.9.9

 - voku/portable-utf8 updated from 6.0.11 to 6.0.12 patch
   See changes: https://github.com/voku/portable-utf8/compare/6.0.11...6.0.12
   Release notes: https://github.com/voku/portable-utf8/releases/tag/6.0.12
This commit is contained in:
Buster Neece 2023-01-11 11:29:28 -06:00
parent a9c90fd877
commit f011e05ae1
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
2 changed files with 41 additions and 49 deletions

View File

@ -58,7 +58,7 @@
"nesbot/carbon": "^2.36",
"pagerfanta/doctrine-collections-adapter": "^3",
"pagerfanta/doctrine-orm-adapter": "^3",
"php-di/php-di": "v7.x-dev",
"php-di/php-di": "7.0.0-rc1",
"php-ffmpeg/php-ffmpeg": "^1.0",
"phpmyadmin/motranslator": "^5.3",
"phpseclib/phpseclib": "^3.0",

88
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": "92ebefe9268eb37e3a81618211c0df27",
"content-hash": "4c004f346864c42ace26a2bc076ca89c",
"packages": [
{
"name": "aws/aws-crt-php",
@ -389,16 +389,16 @@
},
{
"name": "composer/ca-bundle",
"version": "1.3.4",
"version": "1.3.5",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
"reference": "69098eca243998b53eed7a48d82dedd28b447cd5"
"reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/69098eca243998b53eed7a48d82dedd28b447cd5",
"reference": "69098eca243998b53eed7a48d82dedd28b447cd5",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
"reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
"shasum": ""
},
"require": {
@ -445,7 +445,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
"source": "https://github.com/composer/ca-bundle/tree/1.3.4"
"source": "https://github.com/composer/ca-bundle/tree/1.3.5"
},
"funding": [
{
@ -461,7 +461,7 @@
"type": "tidelift"
}
],
"time": "2022-10-12T12:08:29+00:00"
"time": "2023-01-11T08:27:00+00:00"
},
{
"name": "dasprid/enum",
@ -1487,21 +1487,21 @@
},
{
"name": "doctrine/migrations",
"version": "3.5.2",
"version": "3.5.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/migrations.git",
"reference": "61c6ef3a10b7df43c3b6388a184754f26e58700a"
"reference": "01f89a1082b6971ba53ba76f95741fc8ad4a5fd2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/migrations/zipball/61c6ef3a10b7df43c3b6388a184754f26e58700a",
"reference": "61c6ef3a10b7df43c3b6388a184754f26e58700a",
"url": "https://api.github.com/repos/doctrine/migrations/zipball/01f89a1082b6971ba53ba76f95741fc8ad4a5fd2",
"reference": "01f89a1082b6971ba53ba76f95741fc8ad4a5fd2",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2",
"doctrine/dbal": "^3.3",
"doctrine/dbal": "^3.5.1",
"doctrine/deprecations": "^0.5.3 || ^1",
"doctrine/event-manager": "^1.0",
"friendsofphp/proxy-manager-lts": "^1.0",
@ -1515,10 +1515,9 @@
},
"require-dev": {
"doctrine/coding-standard": "^9",
"doctrine/orm": "^2.12",
"doctrine/orm": "^2.13",
"doctrine/persistence": "^2 || ^3",
"doctrine/sql-formatter": "^1.0",
"ergebnis/composer-normalize": "^2.9",
"ext-pdo_sqlite": "*",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-deprecation-rules": "^1",
@ -1538,12 +1537,6 @@
"bin/doctrine-migrations"
],
"type": "library",
"extra": {
"composer-normalize": {
"indent-size": 4,
"indent-style": "space"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
@ -1576,7 +1569,7 @@
],
"support": {
"issues": "https://github.com/doctrine/migrations/issues",
"source": "https://github.com/doctrine/migrations/tree/3.5.2"
"source": "https://github.com/doctrine/migrations/tree/3.5.3"
},
"funding": [
{
@ -1592,7 +1585,7 @@
"type": "tidelift"
}
],
"time": "2022-08-04T14:29:49+00:00"
"time": "2023-01-11T07:13:35+00:00"
},
{
"name": "doctrine/orm",
@ -3635,16 +3628,16 @@
},
{
"name": "matomo/device-detector",
"version": "6.0.4",
"version": "6.0.5",
"source": {
"type": "git",
"url": "https://github.com/matomo-org/device-detector.git",
"reference": "aaed4d27c7a9876756d03ae85386977db306492d"
"reference": "0e8c4e1d7a65b34f719aef2f832be1abbe0812ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/matomo-org/device-detector/zipball/aaed4d27c7a9876756d03ae85386977db306492d",
"reference": "aaed4d27c7a9876756d03ae85386977db306492d",
"url": "https://api.github.com/repos/matomo-org/device-detector/zipball/0e8c4e1d7a65b34f719aef2f832be1abbe0812ea",
"reference": "0e8c4e1d7a65b34f719aef2f832be1abbe0812ea",
"shasum": ""
},
"require": {
@ -3700,7 +3693,7 @@
"source": "https://github.com/matomo-org/matomo",
"wiki": "https://dev.matomo.org/"
},
"time": "2022-10-14T11:08:35+00:00"
"time": "2023-01-11T09:41:57+00:00"
},
{
"name": "mezzio/mezzio-session",
@ -4707,16 +4700,16 @@
},
{
"name": "php-di/php-di",
"version": "v7.x-dev",
"version": "7.0.0-rc1",
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/PHP-DI.git",
"reference": "6d9eab06190fda0f2f853fbf1df52f72671c8b15"
"reference": "8948ffbc43f3e19c66d908593b6a94b2fc1fe6f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/6d9eab06190fda0f2f853fbf1df52f72671c8b15",
"reference": "6d9eab06190fda0f2f853fbf1df52f72671c8b15",
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/8948ffbc43f3e19c66d908593b6a94b2fc1fe6f6",
"reference": "8948ffbc43f3e19c66d908593b6a94b2fc1fe6f6",
"shasum": ""
},
"require": {
@ -4764,7 +4757,7 @@
],
"support": {
"issues": "https://github.com/PHP-DI/PHP-DI/issues",
"source": "https://github.com/PHP-DI/PHP-DI/tree/v7"
"source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.0-rc1"
},
"funding": [
{
@ -4776,7 +4769,7 @@
"type": "tidelift"
}
],
"time": "2023-01-09T15:44:10+00:00"
"time": "2023-01-08T19:14:13+00:00"
},
{
"name": "php-ffmpeg/php-ffmpeg",
@ -9300,16 +9293,16 @@
},
{
"name": "voku/portable-utf8",
"version": "6.0.11",
"version": "6.0.12",
"source": {
"type": "git",
"url": "https://github.com/voku/portable-utf8.git",
"reference": "a768656da0b8e42d236b325a4ebfc56ad6d0e111"
"reference": "db0583727bb17666bbd2ba238c85babb973fd165"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/portable-utf8/zipball/a768656da0b8e42d236b325a4ebfc56ad6d0e111",
"reference": "a768656da0b8e42d236b325a4ebfc56ad6d0e111",
"url": "https://api.github.com/repos/voku/portable-utf8/zipball/db0583727bb17666bbd2ba238c85babb973fd165",
"reference": "db0583727bb17666bbd2ba238c85babb973fd165",
"shasum": ""
},
"require": {
@ -9322,7 +9315,7 @@
"voku/portable-ascii": "~2.0.0"
},
"require-dev": {
"phpstan/phpstan": "1.8.*@dev",
"phpstan/phpstan": "1.9.*@dev",
"phpstan/phpstan-strict-rules": "1.4.*@dev",
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0",
"thecodingmachine/phpstan-strict-rules": "1.0.*@dev",
@ -9375,7 +9368,7 @@
],
"support": {
"issues": "https://github.com/voku/portable-utf8/issues",
"source": "https://github.com/voku/portable-utf8/tree/6.0.11"
"source": "https://github.com/voku/portable-utf8/tree/6.0.12"
},
"funding": [
{
@ -9399,7 +9392,7 @@
"type": "tidelift"
}
],
"time": "2022-12-16T00:56:34+00:00"
"time": "2023-01-11T12:26:16+00:00"
},
{
"name": "webmozart/assert",
@ -11119,16 +11112,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.9.8",
"version": "1.9.9",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "45411d15bf85a33b4a8ee9b75a6e82998c9adb97"
"reference": "f68d7cc3d0638a01bc6321cb826e4cae7fa6884d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/45411d15bf85a33b4a8ee9b75a6e82998c9adb97",
"reference": "45411d15bf85a33b4a8ee9b75a6e82998c9adb97",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/f68d7cc3d0638a01bc6321cb826e4cae7fa6884d",
"reference": "f68d7cc3d0638a01bc6321cb826e4cae7fa6884d",
"shasum": ""
},
"require": {
@ -11158,7 +11151,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.9.8"
"source": "https://github.com/phpstan/phpstan/tree/1.9.9"
},
"funding": [
{
@ -11174,7 +11167,7 @@
"type": "tidelift"
}
],
"time": "2023-01-08T21:26:18+00:00"
"time": "2023-01-11T14:39:22+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
@ -13860,7 +13853,6 @@
"stability-flags": {
"azuracast/nowplaying": 20,
"lstrojny/fxmlrpc": 20,
"php-di/php-di": 20,
"rlanvin/php-ip": 20,
"supervisorphp/supervisor": 20,
"wikimedia/composer-merge-plugin": 20,
@ -13870,7 +13862,7 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^8.1",
"php": "^8.2",
"ext-pdo": "*",
"ext-curl": "*",
"ext-fileinfo": "*",