Update composer package doctrine/orm

The used version is limited by the package dependencies which can cause incompatibility on WP.org SVN.
[MAILPOET-6101]
This commit is contained in:
Jan Lysý
2024-06-05 14:12:54 +02:00
committed by Aschepikov
parent 90a4f8e591
commit 487f1490b0
5 changed files with 23 additions and 32 deletions

View File

@@ -10,7 +10,7 @@
"cerdic/css-tidy": "2.1.0", "cerdic/css-tidy": "2.1.0",
"doctrine/common": "3.4.4", "doctrine/common": "3.4.4",
"doctrine/dbal": "2.13.8", "doctrine/dbal": "2.13.8",
"doctrine/orm": "2.11.2", "doctrine/orm": "2.13.5",
"gregwar/captcha": "1.2.1", "gregwar/captcha": "1.2.1",
"monolog/monolog": "2.9.3", "monolog/monolog": "2.9.3",
"nesbot/carbon": "2.72.5", "nesbot/carbon": "2.72.5",

View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "537f685c18362d00a77a60e6df02903a", "content-hash": "8ca3521a9843d1729a1c075f23b8714f",
"packages": [ "packages": [
{ {
"name": "carbonphp/carbon-doctrine-types", "name": "carbonphp/carbon-doctrine-types",
@@ -868,16 +868,16 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "2.11.2", "version": "2.13.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/orm.git", "url": "https://github.com/doctrine/orm.git",
"reference": "9c351e044478135aec1755e2c0c0493a4b6309db" "reference": "099e51d8990c586778c564a9ed1eaa6401f2bc83"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/9c351e044478135aec1755e2c0c0493a4b6309db", "url": "https://api.github.com/repos/doctrine/orm/zipball/099e51d8990c586778c564a9ed1eaa6401f2bc83",
"reference": "9c351e044478135aec1755e2c0c0493a4b6309db", "reference": "099e51d8990c586778c564a9ed1eaa6401f2bc83",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -886,34 +886,36 @@
"doctrine/collections": "^1.5", "doctrine/collections": "^1.5",
"doctrine/common": "^3.0.3", "doctrine/common": "^3.0.3",
"doctrine/dbal": "^2.13.1 || ^3.2", "doctrine/dbal": "^2.13.1 || ^3.2",
"doctrine/deprecations": "^0.5.3", "doctrine/deprecations": "^0.5.3 || ^1",
"doctrine/event-manager": "^1.1", "doctrine/event-manager": "^1.1",
"doctrine/inflector": "^1.4 || ^2.0", "doctrine/inflector": "^1.4 || ^2.0",
"doctrine/instantiator": "^1.3", "doctrine/instantiator": "^1.3",
"doctrine/lexer": "^1.0", "doctrine/lexer": "^1.2.3",
"doctrine/persistence": "^2.2", "doctrine/persistence": "^2.4 || ^3",
"ext-ctype": "*", "ext-ctype": "*",
"php": "^7.1 || ^8.0", "php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3", "psr/cache": "^1 || ^2 || ^3",
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0", "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/polyfill-php72": "^1.23", "symfony/polyfill-php72": "^1.23",
"symfony/polyfill-php80": "^1.15" "symfony/polyfill-php80": "^1.16"
}, },
"conflict": { "conflict": {
"doctrine/annotations": "<1.13 || >= 2.0" "doctrine/annotations": "<1.13 || >= 2.0"
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "^1.13", "doctrine/annotations": "^1.13",
"doctrine/coding-standard": "^9.0", "doctrine/coding-standard": "^9.0.2 || ^11.0",
"phpbench/phpbench": "^0.16.10 || ^1.0", "phpbench/phpbench": "^0.16.10 || ^1.0",
"phpstan/phpstan": "1.4.6", "phpstan/phpstan": "~1.4.10 || 1.9.4",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"squizlabs/php_codesniffer": "3.6.2", "psr/log": "^1 || ^2 || ^3",
"squizlabs/php_codesniffer": "3.7.1",
"symfony/cache": "^4.4 || ^5.4 || ^6.0", "symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"vimeo/psalm": "4.22.0" "vimeo/psalm": "4.30.0 || 5.3.0"
}, },
"suggest": { "suggest": {
"ext-dom": "Provides support for XSD validation for XML mapping files",
"symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0", "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver" "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
}, },
@@ -960,9 +962,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/orm/issues", "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.13.5"
}, },
"time": "2022-03-09T15:23:58+00:00" "time": "2022-12-19T14:04:28+00:00"
}, },
{ {
"name": "doctrine/persistence", "name": "doctrine/persistence",

View File

@@ -126,7 +126,6 @@ exec('rm ' . __DIR__ . '/../vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Plat
// cleanup Doctrine ORM // cleanup Doctrine ORM
exec('rm -r ' . __DIR__ . '/../vendor-prefixed/doctrine/orm/bin'); exec('rm -r ' . __DIR__ . '/../vendor-prefixed/doctrine/orm/bin');
exec('rm -r ' . __DIR__ . '/../vendor-prefixed/doctrine/orm/ci');
exec('rm -r ' . __DIR__ . '/../vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php'); exec('rm -r ' . __DIR__ . '/../vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php');
exec('rm -r ' . __DIR__ . '/../vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php'); exec('rm -r ' . __DIR__ . '/../vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php');
exec('rm -r ' . __DIR__ . '/../vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php'); exec('rm -r ' . __DIR__ . '/../vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php');

View File

@@ -221,8 +221,8 @@ parameters:
path: ../../lib/Doctrine/PSRArrayCache.php path: ../../lib/Doctrine/PSRArrayCache.php
- -
message: "#^Cannot access offset 'name' on mixed\\.$#" message: "#^Offset 'joinTable' does not exist on array\\{cache\\?\\: array, cascade\\: array\\<string\\>, declared\\?\\: class-string, fetch\\: mixed, fieldName\\: string, id\\?\\: bool, inherited\\?\\: class-string, indexBy\\?\\: string, \\.\\.\\.}\\.$#"
count: 2 count: 1
path: ../../lib/Doctrine/TablePrefixMetadataFactory.php path: ../../lib/Doctrine/TablePrefixMetadataFactory.php
- -
@@ -550,11 +550,6 @@ parameters:
count: 1 count: 1
path: ../../lib/Segments/SegmentSubscribersRepository.php path: ../../lib/Segments/SegmentSubscribersRepository.php
-
message: "#^Parameter \\#2 \\$y of method MailPoetVendor\\\\Doctrine\\\\DBAL\\\\Query\\\\Expression\\\\ExpressionBuilder\\:\\:notIn\\(\\) expects array\\<string\\>\\|string, mixed given\\.$#"
count: 1
path: ../../lib/Segments/SegmentSubscribersRepository.php
- -
message: "#^Cannot access offset 'id' on mixed\\.$#" message: "#^Cannot access offset 'id' on mixed\\.$#"
count: 3 count: 3

View File

@@ -221,8 +221,8 @@ parameters:
path: ../../lib/Doctrine/PSRArrayCache.php path: ../../lib/Doctrine/PSRArrayCache.php
- -
message: "#^Cannot access offset 'name' on mixed\\.$#" message: "#^Offset 'joinTable' does not exist on array\\{cache\\?\\: array, cascade\\: array\\<string\\>, declared\\?\\: class-string, fetch\\: mixed, fieldName\\: string, id\\?\\: bool, inherited\\?\\: class-string, indexBy\\?\\: string, \\.\\.\\.}\\.$#"
count: 2 count: 1
path: ../../lib/Doctrine/TablePrefixMetadataFactory.php path: ../../lib/Doctrine/TablePrefixMetadataFactory.php
- -
@@ -540,11 +540,6 @@ parameters:
count: 1 count: 1
path: ../../lib/Segments/SegmentSubscribersRepository.php path: ../../lib/Segments/SegmentSubscribersRepository.php
-
message: "#^Parameter \\#2 \\$y of method MailPoetVendor\\\\Doctrine\\\\DBAL\\\\Query\\\\Expression\\\\ExpressionBuilder\\:\\:notIn\\(\\) expects array\\<string\\>\\|string, mixed given\\.$#"
count: 1
path: ../../lib/Segments/SegmentSubscribersRepository.php
- -
message: "#^Cannot access offset 'id' on mixed\\.$#" message: "#^Cannot access offset 'id' on mixed\\.$#"
count: 3 count: 3