updated composer.json

feature/dockerized-app
Cédric Bonhomme 2022-09-15 16:43:16 +02:00
parent e64726f3ee
commit f42d9c30ad
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 140 additions and 135 deletions

275
composer.lock generated
View File

@ -768,16 +768,16 @@
},
{
"name": "doctrine/collections",
"version": "1.7.2",
"version": "1.7.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "3fe77330f5591108bbf1315da7377a7e704ed8a0"
"reference": "09dde3eb237756190f2de738d3c97cff10a8407b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/3fe77330f5591108bbf1315da7377a7e704ed8a0",
"reference": "3fe77330f5591108bbf1315da7377a7e704ed8a0",
"url": "https://api.github.com/repos/doctrine/collections/zipball/09dde3eb237756190f2de738d3c97cff10a8407b",
"reference": "09dde3eb237756190f2de738d3c97cff10a8407b",
"shasum": ""
},
"require": {
@ -832,9 +832,9 @@
],
"support": {
"issues": "https://github.com/doctrine/collections/issues",
"source": "https://github.com/doctrine/collections/tree/1.7.2"
"source": "https://github.com/doctrine/collections/tree/1.7.3"
},
"time": "2022-08-27T16:08:58+00:00"
"time": "2022-09-01T19:34:23+00:00"
},
{
"name": "doctrine/common",
@ -929,16 +929,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.4.2",
"version": "3.4.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "22de295f10edbe00df74f517612f1fbd711131e2"
"reference": "4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/22de295f10edbe00df74f517612f1fbd711131e2",
"reference": "22de295f10edbe00df74f517612f1fbd711131e2",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5",
"reference": "4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5",
"shasum": ""
},
"require": {
@ -951,16 +951,16 @@
"psr/log": "^1|^2|^3"
},
"require-dev": {
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2022.1",
"phpstan/phpstan": "1.8.2",
"doctrine/coding-standard": "10.0.0",
"jetbrains/phpstorm-stubs": "2022.2",
"phpstan/phpstan": "1.8.3",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "9.5.21",
"phpunit/phpunit": "9.5.24",
"psalm/plugin-phpunit": "0.17.0",
"squizlabs/php_codesniffer": "3.7.1",
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
"vimeo/psalm": "4.24.0"
"vimeo/psalm": "4.27.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@ -1020,7 +1020,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.4.2"
"source": "https://github.com/doctrine/dbal/tree/3.4.4"
},
"funding": [
{
@ -1036,7 +1036,7 @@
"type": "tidelift"
}
],
"time": "2022-08-21T14:21:06+00:00"
"time": "2022-09-01T21:26:42+00:00"
},
{
"name": "doctrine/deprecations",
@ -1501,28 +1501,28 @@
},
{
"name": "doctrine/inflector",
"version": "2.0.4",
"version": "2.0.5",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"
"reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
"reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/ade2b3bbfb776f27f0558e26eed43b5d9fe1b392",
"reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^8.2",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"vimeo/psalm": "^4.10"
"doctrine/coding-standard": "^9",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
"vimeo/psalm": "^4.25"
},
"type": "library",
"autoload": {
@ -1572,7 +1572,7 @@
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/2.0.4"
"source": "https://github.com/doctrine/inflector/tree/2.0.5"
},
"funding": [
{
@ -1588,7 +1588,7 @@
"type": "tidelift"
}
],
"time": "2021-10-22T20:16:43+00:00"
"time": "2022-09-07T09:01:28+00:00"
},
{
"name": "doctrine/instantiator",
@ -2319,38 +2319,38 @@
},
{
"name": "laminas/laminas-authentication",
"version": "2.11.0",
"version": "2.12.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-authentication.git",
"reference": "51815691d862b82b749a4aa9c4f6ec078d579f74"
"reference": "ecb59c6d7f7d0ed39790264ca16a94636cac98ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/51815691d862b82b749a4aa9c4f6ec078d579f74",
"reference": "51815691d862b82b749a4aa9c4f6ec078d579f74",
"url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/ecb59c6d7f7d0ed39790264ca16a94636cac98ae",
"reference": "ecb59c6d7f7d0ed39790264ca16a94636cac98ae",
"shasum": ""
},
"require": {
"laminas/laminas-stdlib": "^3.2.1",
"php": "^7.3 || ~8.0.0 || ~8.1.0"
"laminas/laminas-stdlib": "^3.6.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0"
},
"conflict": {
"zendframework/zend-authentication": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-crypt": "^2.6 || ^3.2.1",
"laminas/laminas-db": "^2.13",
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-crypt": "^2.6.0 || ^3.2.1",
"laminas/laminas-db": "^2.13.0",
"laminas/laminas-http": "^2.15.0",
"laminas/laminas-ldap": "^2.12",
"laminas/laminas-session": "^2.12",
"laminas/laminas-uri": "^2.5.2",
"laminas/laminas-validator": "^2.10.1",
"phpunit/phpunit": "^9.3",
"laminas/laminas-ldap": "^2.12.0",
"laminas/laminas-session": "^2.12.0",
"laminas/laminas-uri": "^2.9.1",
"laminas/laminas-validator": "^2.15.0",
"phpunit/phpunit": "^9.3.4",
"psalm/plugin-phpunit": "^0.15.1",
"squizlabs/php_codesniffer": "^2.9.2 || ^3.6",
"vimeo/psalm": "^4.6"
"squizlabs/php_codesniffer": "^3.6.0",
"vimeo/psalm": "^4.6.0"
},
"suggest": {
"laminas/laminas-crypt": "Laminas\\Crypt component",
@ -2391,26 +2391,26 @@
"type": "community_bridge"
}
],
"time": "2022-06-23T10:41:36+00:00"
"time": "2022-09-12T18:40:34+00:00"
},
{
"name": "laminas/laminas-cache",
"version": "3.4.0",
"version": "3.5.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-cache.git",
"reference": "f3745657cf54e162cb39f8348967ff25bf10eb77"
"reference": "3eda7c84a2803ee88ac67b23bb50dbf46871b307"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-cache/zipball/f3745657cf54e162cb39f8348967ff25bf10eb77",
"reference": "f3745657cf54e162cb39f8348967ff25bf10eb77",
"url": "https://api.github.com/repos/laminas/laminas-cache/zipball/3eda7c84a2803ee88ac67b23bb50dbf46871b307",
"reference": "3eda7c84a2803ee88ac67b23bb50dbf46871b307",
"shasum": ""
},
"require": {
"laminas/laminas-cache-storage-implementation": "1.0",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-servicemanager": "^3.11",
"laminas/laminas-servicemanager": "^3.11.1",
"laminas/laminas-stdlib": "^3.6",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"psr/cache": "^1.0",
@ -2432,12 +2432,12 @@
"laminas/laminas-cache-storage-adapter-memory": "^2.0",
"laminas/laminas-cache-storage-adapter-test": "^2.3",
"laminas/laminas-cli": "^1.0",
"laminas/laminas-coding-standard": "~2.2.0",
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-config-aggregator": "^1.5",
"laminas/laminas-feed": "^2.14",
"laminas/laminas-serializer": "^2.6",
"laminas/laminas-serializer": "^2.6.1",
"phpbench/phpbench": "^1.0",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.5.23",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.24"
},
@ -2491,20 +2491,20 @@
"type": "community_bridge"
}
],
"time": "2022-08-11T21:03:06+00:00"
"time": "2022-09-14T17:57:53+00:00"
},
{
"name": "laminas/laminas-code",
"version": "4.6.0",
"version": "4.7.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-code.git",
"reference": "16ec7577ff315d53ac2e1b1f03a344d8fe680a6e"
"reference": "0337d9265bc2e6376babad8c511500821620cb30"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/16ec7577ff315d53ac2e1b1f03a344d8fe680a6e",
"reference": "16ec7577ff315d53ac2e1b1f03a344d8fe680a6e",
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/0337d9265bc2e6376babad8c511500821620cb30",
"reference": "0337d9265bc2e6376babad8c511500821620cb30",
"shasum": ""
},
"require": {
@ -2557,7 +2557,7 @@
"type": "community_bridge"
}
],
"time": "2022-07-28T22:46:52+00:00"
"time": "2022-09-13T10:33:30+00:00"
},
{
"name": "laminas/laminas-config",
@ -2954,16 +2954,16 @@
},
{
"name": "laminas/laminas-filter",
"version": "2.17.0",
"version": "2.18.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-filter.git",
"reference": "7c78483f22e118fbc98be41dc24b39e8c17cdcae"
"reference": "8d352d8d031af69a366ba5eb5b812a5d33e97c3c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-filter/zipball/7c78483f22e118fbc98be41dc24b39e8c17cdcae",
"reference": "7c78483f22e118fbc98be41dc24b39e8c17cdcae",
"url": "https://api.github.com/repos/laminas/laminas-filter/zipball/8d352d8d031af69a366ba5eb5b812a5d33e97c3c",
"reference": "8d352d8d031af69a366ba5eb5b812a5d33e97c3c",
"shasum": ""
},
"require": {
@ -3028,7 +3028,7 @@
"type": "community_bridge"
}
],
"time": "2022-07-17T11:58:06+00:00"
"time": "2022-09-09T05:08:45+00:00"
},
{
"name": "laminas/laminas-form",
@ -3718,16 +3718,16 @@
},
{
"name": "laminas/laminas-mime",
"version": "2.9.1",
"version": "2.10.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-mime.git",
"reference": "72d21a1b4bb7086d4a4d7058c0abca180b209184"
"reference": "62a899a7c9100889c2d2386b1357003a2cb52fa9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mime/zipball/72d21a1b4bb7086d4a4d7058c0abca180b209184",
"reference": "72d21a1b4bb7086d4a4d7058c0abca180b209184",
"url": "https://api.github.com/repos/laminas/laminas-mime/zipball/62a899a7c9100889c2d2386b1357003a2cb52fa9",
"reference": "62a899a7c9100889c2d2386b1357003a2cb52fa9",
"shasum": ""
},
"require": {
@ -3740,7 +3740,7 @@
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.1",
"laminas/laminas-mail": "^2.12",
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^9.5"
},
"suggest": {
"laminas/laminas-mail": "Laminas\\Mail component"
@ -3775,20 +3775,20 @@
"type": "community_bridge"
}
],
"time": "2021-09-20T21:19:24+00:00"
"time": "2022-08-30T09:38:41+00:00"
},
{
"name": "laminas/laminas-modulemanager",
"version": "2.11.0",
"version": "2.12.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-modulemanager.git",
"reference": "6acf5991d10b0b38a2edb08729ed48981b2a5dad"
"reference": "cd2dd3b3dc59e75a9f2117374222c0d84b25bf19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/6acf5991d10b0b38a2edb08729ed48981b2a5dad",
"reference": "6acf5991d10b0b38a2edb08729ed48981b2a5dad",
"url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/cd2dd3b3dc59e75a9f2117374222c0d84b25bf19",
"reference": "cd2dd3b3dc59e75a9f2117374222c0d84b25bf19",
"shasum": ""
},
"require": {
@ -3807,7 +3807,9 @@
"laminas/laminas-loader": "^2.8",
"laminas/laminas-mvc": "^3.1.1",
"laminas/laminas-servicemanager": "^3.7",
"phpunit/phpunit": "^9.5.5"
"phpunit/phpunit": "^9.5.5",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.10"
},
"suggest": {
"laminas/laminas-console": "Laminas\\Console component",
@ -3845,7 +3847,7 @@
"type": "community_bridge"
}
],
"time": "2021-10-13T17:05:17+00:00"
"time": "2022-09-07T11:22:27+00:00"
},
{
"name": "laminas/laminas-mvc",
@ -4157,16 +4159,16 @@
},
{
"name": "laminas/laminas-router",
"version": "3.8.0",
"version": "3.9.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-router.git",
"reference": "ed52d0ea58809bd765d05e6e46aed00d8773402a"
"reference": "ebd084f7fda7520394b9ddc1e9ec2cbdf2094daa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-router/zipball/ed52d0ea58809bd765d05e6e46aed00d8773402a",
"reference": "ed52d0ea58809bd765d05e6e46aed00d8773402a",
"url": "https://api.github.com/repos/laminas/laminas-router/zipball/ebd084f7fda7520394b9ddc1e9ec2cbdf2094daa",
"reference": "ebd084f7fda7520394b9ddc1e9ec2cbdf2094daa",
"shasum": ""
},
"require": {
@ -4224,7 +4226,7 @@
"type": "community_bridge"
}
],
"time": "2022-08-29T11:35:39+00:00"
"time": "2022-08-30T22:41:24+00:00"
},
{
"name": "laminas/laminas-servicemanager",
@ -4495,16 +4497,16 @@
},
{
"name": "laminas/laminas-validator",
"version": "2.23.0",
"version": "2.24.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-validator.git",
"reference": "6d61b6cc3b222f13807a18d9247cdfb084958b03"
"reference": "f2ad7de3f92b443f31447a37e061116f701d150a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-validator/zipball/6d61b6cc3b222f13807a18d9247cdfb084958b03",
"reference": "6d61b6cc3b222f13807a18d9247cdfb084958b03",
"url": "https://api.github.com/repos/laminas/laminas-validator/zipball/f2ad7de3f92b443f31447a37e061116f701d150a",
"reference": "f2ad7de3f92b443f31447a37e061116f701d150a",
"shasum": ""
},
"require": {
@ -4516,20 +4518,20 @@
"zendframework/zend-validator": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-db": "^2.7",
"laminas/laminas-filter": "^2.14.0",
"laminas/laminas-http": "^2.14.2",
"laminas/laminas-i18n": "^2.15.0",
"laminas/laminas-session": "^2.12.1",
"laminas/laminas-coding-standard": "^2.4.0",
"laminas/laminas-db": "^2.15.0",
"laminas/laminas-filter": "^2.18.0",
"laminas/laminas-http": "^2.16.0",
"laminas/laminas-i18n": "^2.17.0",
"laminas/laminas-session": "^2.13.0",
"laminas/laminas-uri": "^2.9.1",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.21",
"phpunit/phpunit": "^9.5.24",
"psalm/plugin-phpunit": "^0.17.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"vimeo/psalm": "^4.24.0"
"vimeo/psalm": "^4.27.0"
},
"suggest": {
"laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
@ -4577,7 +4579,7 @@
"type": "community_bridge"
}
],
"time": "2022-07-27T19:17:59+00:00"
"time": "2022-09-13T07:40:10+00:00"
},
{
"name": "laminas/laminas-view",
@ -4750,16 +4752,16 @@
},
{
"name": "monarc/core",
"version": "v2.12.1-p3",
"version": "v2.12.3",
"source": {
"type": "git",
"url": "https://github.com/monarc-project/zm-core.git",
"reference": "fe426149ffaf96f6d94c21e4e58f8d96a214233b"
"reference": "e991f74936d044b1a1a91d5aefe642fa28e0e4e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/fe426149ffaf96f6d94c21e4e58f8d96a214233b",
"reference": "fe426149ffaf96f6d94c21e4e58f8d96a214233b",
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/e991f74936d044b1a1a91d5aefe642fa28e0e4e6",
"reference": "e991f74936d044b1a1a91d5aefe642fa28e0e4e6",
"shasum": ""
},
"require": {
@ -4836,22 +4838,22 @@
"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.12.1-p3"
"source": "https://github.com/monarc-project/zm-core/tree/v2.12.3"
},
"time": "2022-08-19T10:18:20+00:00"
"time": "2022-09-08T09:14:28+00:00"
},
{
"name": "monarc/frontoffice",
"version": "v2.12.1-p1",
"version": "2.12.2",
"source": {
"type": "git",
"url": "https://github.com/monarc-project/zm-client.git",
"reference": "229a5771836765746878863c7d28579933a0e452"
"reference": "c90c2774a62eaa3104a904486f484946ee0b0271"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/229a5771836765746878863c7d28579933a0e452",
"reference": "229a5771836765746878863c7d28579933a0e452",
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/c90c2774a62eaa3104a904486f484946ee0b0271",
"reference": "c90c2774a62eaa3104a904486f484946ee0b0271",
"shasum": ""
},
"require": {
@ -4932,22 +4934,22 @@
"description": "Frontoffice for monarc/monarc application",
"support": {
"issues": "https://github.com/monarc-project/zm-client/issues",
"source": "https://github.com/monarc-project/zm-client/tree/v2.12.1-p1"
"source": "https://github.com/monarc-project/zm-client/tree/2.12.2"
},
"time": "2022-08-29T13:11:29+00:00"
"time": "2022-09-08T14:15:52+00:00"
},
{
"name": "nikic/php-parser",
"version": "v4.14.0",
"version": "v4.15.1",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1"
"reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1",
"reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900",
"reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900",
"shasum": ""
},
"require": {
@ -4988,9 +4990,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.14.0"
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1"
},
"time": "2022-05-31T20:59:12+00:00"
"time": "2022-09-04T07:30:47+00:00"
},
{
"name": "ocramius/proxy-manager",
@ -7983,12 +7985,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "813f344375ecb72990801961d3e6b969ee27e6c6"
"reference": "2481df8dc4eed2f379e486ad9c9435371a378f96"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/813f344375ecb72990801961d3e6b969ee27e6c6",
"reference": "813f344375ecb72990801961d3e6b969ee27e6c6",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/2481df8dc4eed2f379e486ad9c9435371a378f96",
"reference": "2481df8dc4eed2f379e486ad9c9435371a378f96",
"shasum": ""
},
"conflict": {
@ -8113,7 +8115,7 @@
"fooman/tcpdf": "<6.2.22",
"forkcms/forkcms": "<5.11.1",
"fossar/tcpdf-parser": "<6.2.22",
"francoisjacquet/rosariosis": "<9.1",
"francoisjacquet/rosariosis": "<10.1",
"friendsofsymfony/oauth2-php": "<1.3",
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
@ -8124,8 +8126,9 @@
"gaoming13/wechat-php-sdk": "<=1.10.2",
"genix/cms": "<=1.1.11",
"getgrav/grav": "<1.7.34",
"getkirby/cms": "<3.5.8.1",
"getkirby/cms": "<3.5.8.1|>=3.6,<3.6.6.1|>=3.7,<3.7.4",
"getkirby/panel": "<2.5.14",
"getkirby/starterkit": "<=3.7.0.2",
"gilacms/gila": "<=1.11.4",
"globalpayments/php-sdk": "<2",
"google/protobuf": "<3.15",
@ -8218,6 +8221,7 @@
"nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
"nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
"nilsteampassnet/teampass": "<=2.1.27.36",
"notrinos/notrinos-erp": "<=0.7",
"noumo/easyii": "<=0.9",
"nukeviet/nukeviet": "<4.5.2",
"nystudio107/craft-seomatic": "<3.4.12",
@ -8270,7 +8274,7 @@
"prestashop/contactform": ">1.0.1,<4.3",
"prestashop/gamification": "<2.3.2",
"prestashop/prestashop": ">=1.6.0.10,<1.7.8.7",
"prestashop/productcomments": ">=4,<4.2.1",
"prestashop/productcomments": "<5.0.2",
"prestashop/ps_emailsubscription": "<2.6.1",
"prestashop/ps_facetedsearch": "<3.4.1",
"prestashop/ps_linklist": "<3.1",
@ -8321,7 +8325,7 @@
"simplito/elliptic-php": "<1.0.6",
"slim/slim": "<2.6",
"smarty/smarty": "<3.1.45|>=4,<4.1.1",
"snipe/snipe-it": "<=6.0.2|>= 6.0.0-RC-1, <= 6.0.0-RC-5",
"snipe/snipe-it": "<6.0.10|>= 6.0.0-RC-1, <= 6.0.0-RC-5",
"socalnick/scn-social-auth": "<1.15.2",
"socialiteproviders/steam": "<1.1",
"spipu/html2pdf": "<5.2.4",
@ -8389,11 +8393,12 @@
"tribalsystems/zenario": "<9.2.55826",
"truckersmp/phpwhois": "<=4.3.1",
"twig/twig": "<1.38|>=2,<2.14.11|>=3,<3.3.8",
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.29|>=11,<11.5.11",
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.32|>=11,<11.5.16",
"typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
"typo3/cms-core": ">=6.2,<=6.2.56|>=7,<7.6.57|>=8,<8.7.47|>=9,<9.5.35|>=10,<10.4.29|>=11,<11.5.11",
"typo3/cms-core": ">=6.2,<=6.2.56|>=7,<=7.6.57|>=8,<=8.7.47|>=9,<=9.5.36|>=10,<10.4.32|>=11,<11.5.16",
"typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
"typo3/html-sanitizer": ">=1,<1.0.7|>=2,<2.0.16",
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
"typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
@ -8491,7 +8496,7 @@
"type": "tidelift"
}
],
"time": "2022-08-29T18:04:39+00:00"
"time": "2022-09-15T04:37:09+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
@ -8550,16 +8555,16 @@
},
{
"name": "sebastian/comparator",
"version": "3.0.3",
"version": "3.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
"reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
"reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
"reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
"shasum": ""
},
"require": {
@ -8612,7 +8617,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3"
"source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5"
},
"funding": [
{
@ -8620,7 +8625,7 @@
"type": "github"
}
],
"time": "2020-11-30T08:04:30+00:00"
"time": "2022-09-14T12:31:48+00:00"
},
{
"name": "sebastian/diff",
@ -8753,16 +8758,16 @@
},
{
"name": "sebastian/exporter",
"version": "3.1.4",
"version": "3.1.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db"
"reference": "73a9676f2833b9a7c36968f9d882589cd75511e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
"reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/73a9676f2833b9a7c36968f9d882589cd75511e6",
"reference": "73a9676f2833b9a7c36968f9d882589cd75511e6",
"shasum": ""
},
"require": {
@ -8818,7 +8823,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.4"
"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.5"
},
"funding": [
{
@ -8826,7 +8831,7 @@
"type": "github"
}
],
"time": "2021-11-11T13:51:24+00:00"
"time": "2022-09-14T06:00:17+00:00"
},
{
"name": "sebastian/global-state",