updated dependencies in composer.lock file.

pull/5/head
Cédric Bonhomme 2021-09-14 10:22:30 +02:00
parent f4c179493a
commit c6173bfea7
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 56 additions and 52 deletions

108
composer.lock generated
View File

@ -489,16 +489,16 @@
},
{
"name": "composer/package-versions-deprecated",
"version": "1.11.99.3",
"version": "1.11.99.4",
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
"reference": "fff576ac850c045158a250e7e27666e146e78d18"
"reference": "b174585d1fe49ceed21928a945138948cb394600"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/fff576ac850c045158a250e7e27666e146e78d18",
"reference": "fff576ac850c045158a250e7e27666e146e78d18",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600",
"reference": "b174585d1fe49ceed21928a945138948cb394600",
"shasum": ""
},
"require": {
@ -542,7 +542,7 @@
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.3"
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4"
},
"funding": [
{
@ -558,7 +558,7 @@
"type": "tidelift"
}
],
"time": "2021-08-17T13:49:14+00:00"
"time": "2021-09-13T08:41:34+00:00"
},
{
"name": "container-interop/container-interop",
@ -939,16 +939,16 @@
},
{
"name": "doctrine/dbal",
"version": "2.13.2",
"version": "2.13.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4"
"reference": "0d7adf4cadfee6f70850e5b163e6cdd706417838"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/8dd39d2ead4409ce652fd4f02621060f009ea5e4",
"reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/0d7adf4cadfee6f70850e5b163e6cdd706417838",
"reference": "0d7adf4cadfee6f70850e5b163e6cdd706417838",
"shasum": ""
},
"require": {
@ -960,13 +960,14 @@
},
"require-dev": {
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2020.2",
"phpstan/phpstan": "0.12.81",
"jetbrains/phpstorm-stubs": "2021.1",
"phpstan/phpstan": "0.12.96",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.5",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.0",
"symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "4.6.4"
"vimeo/psalm": "4.10.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@ -1027,7 +1028,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/2.13.2"
"source": "https://github.com/doctrine/dbal/tree/2.13.3"
},
"funding": [
{
@ -1043,7 +1044,7 @@
"type": "tidelift"
}
],
"time": "2021-06-18T21:48:39+00:00"
"time": "2021-09-12T19:11:48+00:00"
},
{
"name": "doctrine/deprecations",
@ -2144,30 +2145,27 @@
},
{
"name": "laminas/laminas-config",
"version": "3.5.0",
"version": "3.6.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-config.git",
"reference": "f91cd6fe79e82cbbcaa36485108a04e8ef1e679b"
"reference": "2f2273a6bdf966a9adf6042f8950b6c33199a3b7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-config/zipball/f91cd6fe79e82cbbcaa36485108a04e8ef1e679b",
"reference": "f91cd6fe79e82cbbcaa36485108a04e8ef1e679b",
"url": "https://api.github.com/repos/laminas/laminas-config/zipball/2f2273a6bdf966a9adf6042f8950b6c33199a3b7",
"reference": "2f2273a6bdf966a9adf6042f8950b6c33199a3b7",
"shasum": ""
},
"require": {
"ext-json": "*",
"laminas/laminas-stdlib": "^2.7.7 || ^3.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.3 || ~8.0.0",
"psr/container": "^1.0"
},
"conflict": {
"container-interop/container-interop": "<1.2.0"
},
"replace": {
"zendframework/zend-config": "^3.3.0"
"container-interop/container-interop": "<1.2.0",
"zendframework/zend-config": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
@ -2212,7 +2210,7 @@
"type": "community_bridge"
}
],
"time": "2021-02-11T15:06:51+00:00"
"time": "2021-09-08T09:58:39+00:00"
},
{
"name": "laminas/laminas-console",
@ -2282,26 +2280,30 @@
},
{
"name": "laminas/laminas-dependency-plugin",
"version": "2.1.2",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-dependency-plugin.git",
"reference": "c5b4bf87729d6f38c73ca8ed22a5d62ec641d075"
"reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/c5b4bf87729d6f38c73ca8ed22a5d62ec641d075",
"reference": "c5b4bf87729d6f38c73ca8ed22a5d62ec641d075",
"url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/73cfb63ddca9d6bfedad5e0a038f6d55063975a3",
"reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1 || ^2.0",
"php": "^7.3 || ~8.0.0"
"php": "^7.3 || ~8.0.0 || ~8.1.0"
},
"require-dev": {
"composer/composer": "^1.9 || ^2.0",
"mikey179/vfsstream": "^1.6",
"roave/security-advisories": "dev-master"
"laminas/laminas-coding-standard": "^2.2.1",
"mikey179/vfsstream": "^1.6.10@alpha",
"phpunit/phpunit": "^9.5.5",
"psalm/plugin-phpunit": "^0.15.1",
"roave/security-advisories": "dev-master",
"vimeo/psalm": "^4.5"
},
"type": "composer-plugin",
"extra": {
@ -2319,7 +2321,7 @@
"description": "Replace zendframework and zfcampus packages with their Laminas Project equivalents.",
"support": {
"issues": "https://github.com/laminas/laminas-dependency-plugin/issues",
"source": "https://github.com/laminas/laminas-dependency-plugin/tree/2.1.2"
"source": "https://github.com/laminas/laminas-dependency-plugin/tree/2.2.0"
},
"funding": [
{
@ -2327,7 +2329,7 @@
"type": "community_bridge"
}
],
"time": "2021-02-15T16:44:31+00:00"
"time": "2021-09-08T17:51:35+00:00"
},
{
"name": "laminas/laminas-di",
@ -3923,16 +3925,16 @@
},
{
"name": "laminas/laminas-validator",
"version": "2.14.5",
"version": "2.14.6",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-validator.git",
"reference": "4680bc4241cb5b3ff78954c421fe43105ca413b7"
"reference": "be4c91184882e893d33aea9a64f1a44e6172b11d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-validator/zipball/4680bc4241cb5b3ff78954c421fe43105ca413b7",
"reference": "4680bc4241cb5b3ff78954c421fe43105ca413b7",
"url": "https://api.github.com/repos/laminas/laminas-validator/zipball/be4c91184882e893d33aea9a64f1a44e6172b11d",
"reference": "be4c91184882e893d33aea9a64f1a44e6172b11d",
"shasum": ""
},
"require": {
@ -4011,7 +4013,7 @@
"type": "community_bridge"
}
],
"time": "2021-07-14T13:59:23+00:00"
"time": "2021-09-08T23:02:24+00:00"
},
{
"name": "laminas/laminas-view",
@ -4181,16 +4183,16 @@
},
{
"name": "monarc/backoffice",
"version": "v2.10.3",
"version": "v2.11.0",
"source": {
"type": "git",
"url": "https://github.com/monarc-project/zm-backoffice.git",
"reference": "19e167ce6633c325f32bbb7da9e853920e46c067"
"reference": "456299b107dcbb20cc9a94daed1645cb70adc8cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-backoffice/zipball/19e167ce6633c325f32bbb7da9e853920e46c067",
"reference": "19e167ce6633c325f32bbb7da9e853920e46c067",
"url": "https://api.github.com/repos/monarc-project/zm-backoffice/zipball/456299b107dcbb20cc9a94daed1645cb70adc8cd",
"reference": "456299b107dcbb20cc9a94daed1645cb70adc8cd",
"shasum": ""
},
"require": {
@ -4255,9 +4257,9 @@
"description": "Backoffice for monarc/monarc-backoffice application",
"support": {
"issues": "https://github.com/monarc-project/zm-backoffice/issues",
"source": "https://github.com/monarc-project/zm-backoffice/tree/v2.10.3"
"source": "https://github.com/monarc-project/zm-backoffice/tree/v2.11.0"
},
"time": "2021-05-18T13:49:06+00:00"
"time": "2021-08-09T12:05:02+00:00"
},
{
"name": "monarc/core",
@ -6249,12 +6251,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "05f521f12b6e072bc77aaa78191907987d0454ff"
"reference": "8cebf1673eccd7e6552732142039c147c1023214"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/05f521f12b6e072bc77aaa78191907987d0454ff",
"reference": "05f521f12b6e072bc77aaa78191907987d0454ff",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/8cebf1673eccd7e6552732142039c147c1023214",
"reference": "8cebf1673eccd7e6552732142039c147c1023214",
"shasum": ""
},
"conflict": {
@ -6330,7 +6332,7 @@
"ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<=1.3.1",
"ezsystems/ezplatform-user": ">=1,<1.0.1",
"ezsystems/ezpublish-kernel": "<=6.13.8.1|>=7,<=7.5.15.1",
"ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.2|>=2011,<2017.12.7.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.5.1",
"ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.3.5.1",
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
"ezsystems/repository-forms": ">=2.3,<2.3.2.1",
"ezyang/htmlpurifier": "<4.1.1",
@ -6343,7 +6345,7 @@
"flarum/tags": "<=0.1-beta.13",
"fluidtypo3/vhs": "<5.1.1",
"fooman/tcpdf": "<6.2.22",
"forkcms/forkcms": "<5.8.3",
"forkcms/forkcms": "<=5.9.2",
"fossar/tcpdf-parser": "<6.2.22",
"francoisjacquet/rosariosis": "<6.5.1",
"friendsofsymfony/oauth2-php": "<1.3",
@ -6361,6 +6363,7 @@
"grumpydictator/firefly-iii": "<5.6",
"guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
"helloxz/imgurl": "<=2.31",
"icecoder/icecoder": "<=8",
"illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4",
"illuminate/database": "<6.20.26|>=7,<8.40",
@ -6470,7 +6473,7 @@
"shopware/core": "<=6.4.3",
"shopware/platform": "<=6.4.3",
"shopware/production": "<=6.3.5.2",
"shopware/shopware": "<=5.6.9",
"shopware/shopware": "<5.6.10",
"showdoc/showdoc": "<=2.9.8",
"silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
"silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2",
@ -6498,6 +6501,7 @@
"ssddanbrown/bookstack": "<0.29.2",
"stormpath/sdk": ">=0,<9.9.99",
"studio-42/elfinder": "<2.1.59",
"subrion/cms": "<=4.2.1",
"sulu/sulu": "<1.6.41|>=2,<2.0.10|>=2.1,<2.1.1",
"swiftmailer/swiftmailer": ">=4,<5.4.5",
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
@ -6638,7 +6642,7 @@
"type": "tidelift"
}
],
"time": "2021-09-03T16:04:40+00:00"
"time": "2021-09-09T17:11:22+00:00"
}
],
"aliases": [],