Updated the core dependency with a migration script to fix missing translations.

pull/413/head
Ruslan Baidan 2021-11-29 14:06:08 +01:00
parent d57ad9bbbf
commit a5dcc42ca4
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
1 changed files with 47 additions and 45 deletions

92
composer.lock generated
View File

@ -939,16 +939,16 @@
},
{
"name": "doctrine/dbal",
"version": "2.13.5",
"version": "2.13.6",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "d92ddb260547c2a7b650ff140f744eb6f395d8fc"
"reference": "67ef6d0327ccbab1202b39e0222977a47ed3ef2f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/d92ddb260547c2a7b650ff140f744eb6f395d8fc",
"reference": "d92ddb260547c2a7b650ff140f744eb6f395d8fc",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/67ef6d0327ccbab1202b39e0222977a47ed3ef2f",
"reference": "67ef6d0327ccbab1202b39e0222977a47ed3ef2f",
"shasum": ""
},
"require": {
@ -961,13 +961,13 @@
"require-dev": {
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2021.1",
"phpstan/phpstan": "1.1.1",
"phpstan/phpstan": "1.2.0",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.10",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.1",
"symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "4.12.0"
"vimeo/psalm": "4.13.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@ -1028,7 +1028,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/2.13.5"
"source": "https://github.com/doctrine/dbal/tree/2.13.6"
},
"funding": [
{
@ -1044,7 +1044,7 @@
"type": "tidelift"
}
],
"time": "2021-11-11T16:27:36+00:00"
"time": "2021-11-26T20:11:05+00:00"
},
{
"name": "doctrine/deprecations",
@ -3115,23 +3115,22 @@
},
{
"name": "laminas/laminas-i18n",
"version": "2.11.3",
"version": "2.12.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-i18n.git",
"reference": "563b1b720ee53f2748473656a250d65911fc4462"
"reference": "78234f2701ec6252bd99f08e517d2de202716b20"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/563b1b720ee53f2748473656a250d65911fc4462",
"reference": "563b1b720ee53f2748473656a250d65911fc4462",
"url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/78234f2701ec6252bd99f08e517d2de202716b20",
"reference": "78234f2701ec6252bd99f08e517d2de202716b20",
"shasum": ""
},
"require": {
"ext-intl": "*",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.3 || ~8.0.0"
"php": "^7.3 || ~8.0.0 || ~8.1.0"
},
"conflict": {
"phpspec/prophecy": "<1.9.0"
@ -3140,14 +3139,16 @@
"zendframework/zend-i18n": "^2.10.1"
},
"require-dev": {
"laminas/laminas-cache": "^2.6.1",
"laminas/laminas-cache": "^3.1.2",
"laminas/laminas-cache-storage-adapter-memory": "^2.0.0",
"laminas/laminas-cache-storage-deprecated-factory": "^1.0.0",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^2.6",
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
"laminas/laminas-filter": "^2.6.1",
"laminas/laminas-servicemanager": "^3.2.1",
"laminas/laminas-validator": "^2.6",
"laminas/laminas-view": "^2.6.3",
"laminas/laminas-config": "^3.4.0",
"laminas/laminas-eventmanager": "^3.4.0",
"laminas/laminas-filter": "^2.10.0",
"laminas/laminas-servicemanager": "^3.7.0",
"laminas/laminas-validator": "^2.14.0",
"laminas/laminas-view": "^2.12.0",
"phpunit/phpunit": "^9.3"
},
"suggest": {
@ -3196,20 +3197,20 @@
"type": "community_bridge"
}
],
"time": "2021-10-13T08:07:28+00:00"
"time": "2021-11-26T11:46:47+00:00"
},
{
"name": "laminas/laminas-inputfilter",
"version": "2.12.0",
"version": "2.12.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-inputfilter.git",
"reference": "b6ab28b425e626b12488fec243e02d36d8dffeff"
"reference": "461a7a27b70bd440f925a31221b7a5348cd0d0fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/b6ab28b425e626b12488fec243e02d36d8dffeff",
"reference": "b6ab28b425e626b12488fec243e02d36d8dffeff",
"url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/461a7a27b70bd440f925a31221b7a5348cd0d0fd",
"reference": "461a7a27b70bd440f925a31221b7a5348cd0d0fd",
"shasum": ""
},
"require": {
@ -3271,7 +3272,7 @@
"type": "community_bridge"
}
],
"time": "2021-03-16T14:17:17+00:00"
"time": "2021-11-27T14:17:43+00:00"
},
{
"name": "laminas/laminas-json",
@ -4599,16 +4600,16 @@
},
{
"name": "monarc/core",
"version": "v2.11.1-p1",
"version": "v2.11.1-p2",
"source": {
"type": "git",
"url": "https://github.com/monarc-project/zm-core.git",
"reference": "6a16a3f7edc65733e1bc42da909aeb9031f18317"
"reference": "d190edc47c4a6eaf5dc330ebae7510c09ed1f537"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/6a16a3f7edc65733e1bc42da909aeb9031f18317",
"reference": "6a16a3f7edc65733e1bc42da909aeb9031f18317",
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/d190edc47c4a6eaf5dc330ebae7510c09ed1f537",
"reference": "d190edc47c4a6eaf5dc330ebae7510c09ed1f537",
"shasum": ""
},
"require": {
@ -4684,9 +4685,9 @@
"description": "Core for monarc/monarc application",
"support": {
"issues": "https://github.com/monarc-project/zm-core/issues",
"source": "https://github.com/monarc-project/zm-core/tree/v2.11.1-p1"
"source": "https://github.com/monarc-project/zm-core/tree/v2.11.1-p2"
},
"time": "2021-11-11T10:47:35+00:00"
"time": "2021-11-29T13:02:56+00:00"
},
{
"name": "monarc/frontoffice",
@ -7994,12 +7995,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "40581b6c391cffa5d211ac1659ea9cffc6dc2b13"
"reference": "6f99479932347855a56d07958f3ac52e8261dda3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/40581b6c391cffa5d211ac1659ea9cffc6dc2b13",
"reference": "40581b6c391cffa5d211ac1659ea9cffc6dc2b13",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/6f99479932347855a56d07958f3ac52e8261dda3",
"reference": "6f99479932347855a56d07958f3ac52e8261dda3",
"shasum": ""
},
"conflict": {
@ -8039,6 +8040,7 @@
"codiad/codiad": "<=2.8.4",
"composer/composer": "<1.10.23|>=2-alpha.1,<2.1.9",
"concrete5/concrete5": "<8.5.5",
"concrete5/core": "<8.5.7",
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
"contao/core": ">=2,<3.5.39",
"contao/core-bundle": ">=4,<4.4.56|>=4.5,<4.9.18|>=4.10,<4.11.7|= 4.10.0",
@ -8130,6 +8132,7 @@
"joomla/session": "<1.3.1",
"jsmitty12/phpwhois": "<5.1",
"kazist/phpwhois": "<=4.2.6",
"kevinpapst/kimai2": "<1.16.2",
"kitodo/presentation": "<3.1.2",
"klaviyo/magento2-extension": ">=1,<3",
"kreait/firebase-php": ">=3.2,<3.8.1",
@ -8229,8 +8232,8 @@
"scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
"sensiolabs/connect": "<4.2.3",
"serluck/phpwhois": "<=4.2.6",
"shopware/core": "<=6.4.3",
"shopware/platform": "<=6.4.3",
"shopware/core": "<=6.4.6",
"shopware/platform": "<=6.4.6",
"shopware/production": "<=6.3.5.2",
"shopware/shopware": "<5.7.6",
"showdoc/showdoc": "<=2.9.12",
@ -8253,7 +8256,7 @@
"simplito/elliptic-php": "<1.0.6",
"slim/slim": "<2.6",
"smarty/smarty": "<3.1.39",
"snipe/snipe-it": "<=5.3.1",
"snipe/snipe-it": "<5.3.2",
"socalnick/scn-social-auth": "<1.15.2",
"socialiteproviders/steam": "<1.1",
"spoonity/tcpdf": "<6.2.22",
@ -8280,7 +8283,7 @@
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5",
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5|>=5.2,<5.3.12",
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
"symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
"symfony/mime": ">=4.3,<4.3.8",
@ -8290,13 +8293,13 @@
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/routing": ">=2,<2.0.19",
"symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11|>=5.3,<5.3.12",
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9",
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
"symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8|>=5.3,<5.3.2",
"symfony/serializer": ">=2,<2.0.11",
"symfony/symfony": ">=2,<3.4.49|>=4,<4.4.24|>=5,<5.2.9|>=5.3,<5.3.2",
"symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
"symfony/symfony": ">=2,<3.4.49|>=4,<4.4.35|>=5,<5.3.12",
"symfony/translation": ">=2,<2.0.17",
"symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
@ -8408,7 +8411,7 @@
"type": "tidelift"
}
],
"time": "2021-11-19T21:12:46+00:00"
"time": "2021-11-24T20:15:37+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
@ -9034,7 +9037,6 @@
"type": "github"
}
],
"abandoned": true,
"time": "2020-11-30T07:30:19+00:00"
},
{