Second round of PHP deps update.

Changelogs summary:

 - pagerfanta/core updated from v3.7.0 to v4.0.0 major
   See changes: https://github.com/Pagerfanta/core/compare/v3.7.0...v4.0.0
   Release notes: https://github.com/Pagerfanta/core/releases/tag/v4.0.0

 - pagerfanta/doctrine-collections-adapter updated from v3.7.0 to v4.0.0 major
   See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.7.0...v4.0.0
   Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v4.0.0

 - pagerfanta/doctrine-orm-adapter updated from v3.7.0 to v4.0.0 major
   See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.7.0...v4.0.0
   Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v4.0.0

 - spatie/flysystem-dropbox updated from 2.0.6 to 3.0.0 major
   See changes: https://github.com/spatie/flysystem-dropbox/compare/2.0.6...3.0.0
   Release notes: https://github.com/spatie/flysystem-dropbox/releases/tag/3.0.0

No security vulnerability advisories found
This commit is contained in:
Buster Neece 2023-03-16 22:30:29 -05:00
parent ecaa5b5c7e
commit f7c728c321
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
2 changed files with 43 additions and 48 deletions

View File

@ -58,8 +58,8 @@
"monolog/monolog": "^3",
"myclabs/deep-copy": "^1.10",
"nesbot/carbon": "^2.36",
"pagerfanta/doctrine-collections-adapter": "^3",
"pagerfanta/doctrine-orm-adapter": "^3",
"pagerfanta/doctrine-collections-adapter": "^4",
"pagerfanta/doctrine-orm-adapter": "^4",
"php-di/php-di": "^7.0.1",
"php-ffmpeg/php-ffmpeg": "^1.0",
"phpmyadmin/motranslator": "^5.3",
@ -71,7 +71,7 @@
"skoerfgen/acmecert": "^3.2",
"slim/http": "^1.1",
"slim/slim": "^4.2",
"spatie/flysystem-dropbox": "^2",
"spatie/flysystem-dropbox": "^3",
"spomky-labs/otphp": "^11",
"supervisorphp/supervisor": "dev-main",
"symfony/cache": "^6",

85
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": "ba194ddb057f168aeb422fff521ab5e6",
"content-hash": "1231ed6704dea3766d3014a14233b3cb",
"packages": [
{
"name": "aws/aws-crt-php",
@ -4369,27 +4369,25 @@
},
{
"name": "pagerfanta/core",
"version": "v3.7.0",
"version": "v4.0.0",
"source": {
"type": "git",
"url": "https://github.com/Pagerfanta/core.git",
"reference": "53c0bfdffc18fb816ae5c08e4bdda0773651bacc"
"reference": "accc306350d829757e5725d87c03c10e9f7ee07d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Pagerfanta/core/zipball/53c0bfdffc18fb816ae5c08e4bdda0773651bacc",
"reference": "53c0bfdffc18fb816ae5c08e4bdda0773651bacc",
"url": "https://api.github.com/repos/Pagerfanta/core/zipball/accc306350d829757e5725d87c03c10e9f7ee07d",
"reference": "accc306350d829757e5725d87c03c10e9f7ee07d",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.4 || ^8.0",
"symfony/deprecation-contracts": "^2.1 || ^3.0",
"symfony/polyfill-php80": "^1.15"
"php": "^8.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symfony/phpunit-bridge": "^5.4 || ^6.0"
"phpunit/phpunit": "^10.0",
"symfony/phpunit-bridge": "^5.4 || ^6.2"
},
"type": "library",
"autoload": {
@ -4409,33 +4407,32 @@
"pagerfanta"
],
"support": {
"source": "https://github.com/Pagerfanta/core/tree/v3.7.0"
"source": "https://github.com/Pagerfanta/core/tree/v4.0.0"
},
"time": "2022-12-01T22:53:57+00:00"
"time": "2023-03-15T21:46:37+00:00"
},
{
"name": "pagerfanta/doctrine-collections-adapter",
"version": "v3.7.0",
"version": "v4.0.0",
"source": {
"type": "git",
"url": "https://github.com/Pagerfanta/doctrine-collections-adapter.git",
"reference": "3cf73b828dbd3011cebab7cf86856a16d9bf3dae"
"reference": "8e65ca71fa5cf432060d55faac54b3b5e3021c4f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Pagerfanta/doctrine-collections-adapter/zipball/3cf73b828dbd3011cebab7cf86856a16d9bf3dae",
"reference": "3cf73b828dbd3011cebab7cf86856a16d9bf3dae",
"url": "https://api.github.com/repos/Pagerfanta/doctrine-collections-adapter/zipball/8e65ca71fa5cf432060d55faac54b3b5e3021c4f",
"reference": "8e65ca71fa5cf432060d55faac54b3b5e3021c4f",
"shasum": ""
},
"require": {
"doctrine/collections": "^1.8 || ^2.0",
"pagerfanta/core": "^3.0",
"php": "^7.4 || ^8.0",
"symfony/deprecation-contracts": "^2.1 || ^3.0"
"pagerfanta/core": "^3.7 || ^4.0",
"php": "^8.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symfony/phpunit-bridge": "^5.4 || ^6.0"
"phpunit/phpunit": "^10.0",
"symfony/phpunit-bridge": "^5.4 || ^6.2"
},
"type": "library",
"autoload": {
@ -4457,36 +4454,33 @@
"pagerfanta"
],
"support": {
"source": "https://github.com/Pagerfanta/doctrine-collections-adapter/tree/v3.7.0"
"source": "https://github.com/Pagerfanta/doctrine-collections-adapter/tree/v4.0.0"
},
"time": "2022-11-22T23:38:15+00:00"
"time": "2023-03-15T21:43:46+00:00"
},
{
"name": "pagerfanta/doctrine-orm-adapter",
"version": "v3.7.0",
"version": "v4.0.0",
"source": {
"type": "git",
"url": "https://github.com/Pagerfanta/doctrine-orm-adapter.git",
"reference": "a76dccd512cd31c5400030e39bc0793caa13da51"
"reference": "ab63101bed2a03fe2335f7f9a4815c781a1be438"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Pagerfanta/doctrine-orm-adapter/zipball/a76dccd512cd31c5400030e39bc0793caa13da51",
"reference": "a76dccd512cd31c5400030e39bc0793caa13da51",
"url": "https://api.github.com/repos/Pagerfanta/doctrine-orm-adapter/zipball/ab63101bed2a03fe2335f7f9a4815c781a1be438",
"reference": "ab63101bed2a03fe2335f7f9a4815c781a1be438",
"shasum": ""
},
"require": {
"doctrine/orm": "^2.8",
"pagerfanta/core": "^3.0",
"php": "^7.4 || ^8.0",
"symfony/deprecation-contracts": "^2.1 || ^3.0"
"doctrine/orm": "^2.14",
"pagerfanta/core": "^3.7 || ^4.0",
"php": "^8.1"
},
"require-dev": {
"doctrine/annotations": "^1.11.1",
"doctrine/cache": "^1.11 || ^2.0",
"phpunit/phpunit": "^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0"
"phpunit/phpunit": "^10.0",
"symfony/cache": "^5.4 || ^6.2",
"symfony/phpunit-bridge": "^5.4 || ^6.2"
},
"type": "library",
"autoload": {
@ -4508,9 +4502,9 @@
"pagerfanta"
],
"support": {
"source": "https://github.com/Pagerfanta/doctrine-orm-adapter/tree/v3.7.0"
"source": "https://github.com/Pagerfanta/doctrine-orm-adapter/tree/v4.0.0"
},
"time": "2022-12-01T22:53:57+00:00"
"time": "2023-03-15T21:43:46+00:00"
},
{
"name": "paragonie/constant_time_encoding",
@ -6595,24 +6589,25 @@
},
{
"name": "spatie/flysystem-dropbox",
"version": "2.0.6",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/flysystem-dropbox.git",
"reference": "60ac0f929da31aa1321b4b2ac2ca0ba961e4664a"
"reference": "01b530218caa99b546f993490e54cd13b67604ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/flysystem-dropbox/zipball/60ac0f929da31aa1321b4b2ac2ca0ba961e4664a",
"reference": "60ac0f929da31aa1321b4b2ac2ca0ba961e4664a",
"url": "https://api.github.com/repos/spatie/flysystem-dropbox/zipball/01b530218caa99b546f993490e54cd13b67604ff",
"reference": "01b530218caa99b546f993490e54cd13b67604ff",
"shasum": ""
},
"require": {
"league/flysystem": "^2.0.4 || ^3.0.0",
"league/flysystem": "^3.7.0",
"php": "^8.0",
"spatie/dropbox-api": "^1.17.1"
},
"require-dev": {
"pestphp/pest": "^1.22",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.4"
},
@ -6646,7 +6641,7 @@
],
"support": {
"issues": "https://github.com/spatie/flysystem-dropbox/issues",
"source": "https://github.com/spatie/flysystem-dropbox/tree/2.0.6"
"source": "https://github.com/spatie/flysystem-dropbox/tree/3.0.0"
},
"funding": [
{
@ -6658,7 +6653,7 @@
"type": "github"
}
],
"time": "2022-02-09T16:01:40+00:00"
"time": "2023-03-13T12:19:03+00:00"
},
{
"name": "spatie/temporary-directory",