Fixed the object categories language validation.

feature/dockerized-app v2.12.3-p2
Ruslan Baidan 2022-10-13 16:23:56 +02:00
parent b8b3e8d0cc
commit df061a18b4
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
1 changed files with 27 additions and 26 deletions

53
composer.lock generated
View File

@ -1410,34 +1410,35 @@
}, },
{ {
"name": "doctrine/event-manager", "name": "doctrine/event-manager",
"version": "1.1.2", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/event-manager.git", "url": "https://github.com/doctrine/event-manager.git",
"reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683" "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/eb2ecf80e3093e8f3c2769ac838e27d8ede8e683", "url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520",
"reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683", "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/deprecations": "^0.5.3 || ^1",
"php": "^7.1 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"conflict": { "conflict": {
"doctrine/common": "<2.9" "doctrine/common": "<2.9"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^9", "doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "~1.4.10 || ^1.5.4", "phpstan/phpstan": "~1.4.10 || ^1.8.8",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.22" "vimeo/psalm": "^4.24"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common" "Doctrine\\Common\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -1481,7 +1482,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/event-manager/issues", "issues": "https://github.com/doctrine/event-manager/issues",
"source": "https://github.com/doctrine/event-manager/tree/1.1.2" "source": "https://github.com/doctrine/event-manager/tree/1.2.0"
}, },
"funding": [ "funding": [
{ {
@ -1497,7 +1498,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-07-27T22:18:11+00:00" "time": "2022-10-12T20:51:15+00:00"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
@ -1838,20 +1839,20 @@
}, },
{ {
"name": "doctrine/persistence", "name": "doctrine/persistence",
"version": "3.0.3", "version": "3.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/persistence.git", "url": "https://github.com/doctrine/persistence.git",
"reference": "ac6fce61f037d7e54dbb2435f5b5648d86548e23" "reference": "05612da375f8a3931161f435f91d6704926e6ec5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/ac6fce61f037d7e54dbb2435f5b5648d86548e23", "url": "https://api.github.com/repos/doctrine/persistence/zipball/05612da375f8a3931161f435f91d6704926e6ec5",
"reference": "ac6fce61f037d7e54dbb2435f5b5648d86548e23", "reference": "05612da375f8a3931161f435f91d6704926e6ec5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/event-manager": "^1.0", "doctrine/event-manager": "^1 || ^2",
"php": "^7.2 || ^8.0", "php": "^7.2 || ^8.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0" "psr/cache": "^1.0 || ^2.0 || ^3.0"
}, },
@ -1862,14 +1863,14 @@
"require-dev": { "require-dev": {
"composer/package-versions-deprecated": "^1.11", "composer/package-versions-deprecated": "^1.11",
"doctrine/annotations": "^1.7", "doctrine/annotations": "^1.7",
"doctrine/coding-standard": "^9.0", "doctrine/coding-standard": "^10",
"doctrine/common": "^3.0", "doctrine/common": "^3.0",
"phpstan/phpstan": "1.5.0", "phpstan/phpstan": "1.8.8",
"phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.1", "phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^8.5 || ^9.5", "phpunit/phpunit": "^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6.0", "symfony/cache": "^4.4 || ^5.4 || ^6.0",
"vimeo/psalm": "4.22.0" "vimeo/psalm": "4.29.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -1918,7 +1919,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/persistence/issues", "issues": "https://github.com/doctrine/persistence/issues",
"source": "https://github.com/doctrine/persistence/tree/3.0.3" "source": "https://github.com/doctrine/persistence/tree/3.0.4"
}, },
"funding": [ "funding": [
{ {
@ -1934,7 +1935,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-08-04T21:14:21+00:00" "time": "2022-10-13T07:34:14+00:00"
}, },
{ {
"name": "endroid/qr-code", "name": "endroid/qr-code",
@ -4847,16 +4848,16 @@
}, },
{ {
"name": "monarc/frontoffice", "name": "monarc/frontoffice",
"version": "v2.12.3-p1", "version": "v2.12.3-p2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/monarc-project/zm-client.git", "url": "https://github.com/monarc-project/zm-client.git",
"reference": "4f9c532c8f28dc7552a254084c50cf4dd55f0986" "reference": "59adc4c576966f79c0854ed6dd046446bafb805e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/4f9c532c8f28dc7552a254084c50cf4dd55f0986", "url": "https://api.github.com/repos/monarc-project/zm-client/zipball/59adc4c576966f79c0854ed6dd046446bafb805e",
"reference": "4f9c532c8f28dc7552a254084c50cf4dd55f0986", "reference": "59adc4c576966f79c0854ed6dd046446bafb805e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4937,9 +4938,9 @@
"description": "Frontoffice for monarc/monarc application", "description": "Frontoffice for monarc/monarc application",
"support": { "support": {
"issues": "https://github.com/monarc-project/zm-client/issues", "issues": "https://github.com/monarc-project/zm-client/issues",
"source": "https://github.com/monarc-project/zm-client/tree/v2.12.3-p1" "source": "https://github.com/monarc-project/zm-client/tree/v2.12.3-p2"
}, },
"time": "2022-10-12T10:48:30+00:00" "time": "2022-10-13T14:20:38+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",