Updated the core dependency with a fix of the models duplication.
parent
62646e592c
commit
c6da092f30
|
@ -2175,22 +2175,22 @@
|
|||
},
|
||||
{
|
||||
"name": "laminas/laminas-config",
|
||||
"version": "3.9.0",
|
||||
"version": "3.10.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-config.git",
|
||||
"reference": "e53717277f6c22b1c697a46473b9a5ec9a438efa"
|
||||
"reference": "b79e7dbd01889e4574526cf8d2b18f9d5b18384c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-config/zipball/e53717277f6c22b1c697a46473b9a5ec9a438efa",
|
||||
"reference": "e53717277f6c22b1c697a46473b9a5ec9a438efa",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-config/zipball/b79e7dbd01889e4574526cf8d2b18f9d5b18384c",
|
||||
"reference": "b79e7dbd01889e4574526cf8d2b18f9d5b18384c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"laminas/laminas-stdlib": "^3.6",
|
||||
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
|
||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
|
||||
"psr/container": "^1.0"
|
||||
},
|
||||
"conflict": {
|
||||
|
@ -2198,11 +2198,11 @@
|
|||
"zendframework/zend-config": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laminas/laminas-coding-standard": "~2.4.0",
|
||||
"laminas/laminas-filter": "~2.23.0",
|
||||
"laminas/laminas-i18n": "~2.19.0",
|
||||
"laminas/laminas-servicemanager": "~3.19.0",
|
||||
"phpunit/phpunit": "~9.5.25"
|
||||
"laminas/laminas-coding-standard": "^3.0.1",
|
||||
"laminas/laminas-filter": "^2.39.0",
|
||||
"laminas/laminas-i18n": "^2.29.0",
|
||||
"laminas/laminas-servicemanager": "^3.23.0",
|
||||
"phpunit/phpunit": "^10.5.38"
|
||||
},
|
||||
"suggest": {
|
||||
"laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
|
||||
|
@ -2239,7 +2239,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2023-09-19T12:02:54+00:00"
|
||||
"time": "2024-11-17T22:10:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-dependency-plugin",
|
||||
|
@ -2832,42 +2832,42 @@
|
|||
},
|
||||
{
|
||||
"name": "laminas/laminas-hydrator",
|
||||
"version": "4.15.0",
|
||||
"version": "4.16.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-hydrator.git",
|
||||
"reference": "43ccca88313fdcceca37865109dffc69ecd2cf8f"
|
||||
"reference": "a162bd571924968d67ef1f43aed044b8f9c108ef"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/43ccca88313fdcceca37865109dffc69ecd2cf8f",
|
||||
"reference": "43ccca88313fdcceca37865109dffc69ecd2cf8f",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/a162bd571924968d67ef1f43aed044b8f9c108ef",
|
||||
"reference": "a162bd571924968d67ef1f43aed044b8f9c108ef",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laminas/laminas-stdlib": "^3.3",
|
||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
|
||||
"webmozart/assert": "^1.10"
|
||||
"laminas/laminas-stdlib": "^3.20",
|
||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
|
||||
"webmozart/assert": "^1.11"
|
||||
},
|
||||
"conflict": {
|
||||
"laminas/laminas-servicemanager": "<3.14.0",
|
||||
"zendframework/zend-hydrator": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laminas/laminas-coding-standard": "~2.5.0",
|
||||
"laminas/laminas-eventmanager": "^3.12",
|
||||
"laminas/laminas-modulemanager": "^2.15.0",
|
||||
"laminas/laminas-coding-standard": "~3.0",
|
||||
"laminas/laminas-eventmanager": "^3.13.1",
|
||||
"laminas/laminas-modulemanager": "^2.16.0",
|
||||
"laminas/laminas-serializer": "^2.17.0",
|
||||
"laminas/laminas-servicemanager": "^3.22.1",
|
||||
"phpbench/phpbench": "^1.2.14",
|
||||
"phpunit/phpunit": "^10.4.2",
|
||||
"psalm/plugin-phpunit": "^0.18.4",
|
||||
"vimeo/psalm": "^5.15"
|
||||
"laminas/laminas-servicemanager": "^3.23.0",
|
||||
"phpbench/phpbench": "^1.3.1",
|
||||
"phpunit/phpunit": "^10.5.38",
|
||||
"psalm/plugin-phpunit": "^0.19.0",
|
||||
"vimeo/psalm": "^5.26.1"
|
||||
},
|
||||
"suggest": {
|
||||
"laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
|
||||
"laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
|
||||
"laminas/laminas-servicemanager": "^3.14, to support hydrator plugin manager usage"
|
||||
"laminas/laminas-eventmanager": "^3.13, to support aggregate hydrator usage",
|
||||
"laminas/laminas-serializer": "^2.17, to use the SerializableStrategy",
|
||||
"laminas/laminas-servicemanager": "^3.22, to support hydrator plugin manager usage"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
|
@ -2905,7 +2905,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2023-11-08T11:11:45+00:00"
|
||||
"time": "2024-11-13T14:04:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-i18n",
|
||||
|
@ -3054,35 +3054,35 @@
|
|||
},
|
||||
{
|
||||
"name": "laminas/laminas-inputfilter",
|
||||
"version": "2.30.1",
|
||||
"version": "2.31.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-inputfilter.git",
|
||||
"reference": "f07a908df1052f28b18904d3745cdd5b183938c9"
|
||||
"reference": "214b033769616f4211ffb63b432b716d786622c9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/f07a908df1052f28b18904d3745cdd5b183938c9",
|
||||
"reference": "f07a908df1052f28b18904d3745cdd5b183938c9",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/214b033769616f4211ffb63b432b716d786622c9",
|
||||
"reference": "214b033769616f4211ffb63b432b716d786622c9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laminas/laminas-filter": "^2.19",
|
||||
"laminas/laminas-servicemanager": "^3.21.0",
|
||||
"laminas/laminas-stdlib": "^3.0",
|
||||
"laminas/laminas-validator": "^2.52",
|
||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
|
||||
"laminas/laminas-stdlib": "^3.19",
|
||||
"laminas/laminas-validator": "^2.60.0",
|
||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
|
||||
},
|
||||
"conflict": {
|
||||
"zendframework/zend-inputfilter": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-json": "*",
|
||||
"laminas/laminas-coding-standard": "~2.5.0",
|
||||
"phpunit/phpunit": "^10.5.15",
|
||||
"laminas/laminas-coding-standard": "~3.0",
|
||||
"phpunit/phpunit": "^10.5.20",
|
||||
"psalm/plugin-phpunit": "^0.19.0",
|
||||
"psr/http-message": "^2.0",
|
||||
"vimeo/psalm": "^5.23.1",
|
||||
"vimeo/psalm": "^5.24.0",
|
||||
"webmozart/assert": "^1.11"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -3124,7 +3124,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2024-04-03T15:14:05+00:00"
|
||||
"time": "2024-11-15T20:17:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-json",
|
||||
|
@ -3470,16 +3470,16 @@
|
|||
},
|
||||
{
|
||||
"name": "laminas/laminas-modulemanager",
|
||||
"version": "2.16.0",
|
||||
"version": "2.17.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-modulemanager.git",
|
||||
"reference": "8df7b237d75c04a1bc17b8f7d01eeb601cd7b7e3"
|
||||
"reference": "3cd6e84ba767b43a47c6c4245a56b30ac3738c6a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/8df7b237d75c04a1bc17b8f7d01eeb601cd7b7e3",
|
||||
"reference": "8df7b237d75c04a1bc17b8f7d01eeb601cd7b7e3",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/3cd6e84ba767b43a47c6c4245a56b30ac3738c6a",
|
||||
"reference": "3cd6e84ba767b43a47c6c4245a56b30ac3738c6a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3487,20 +3487,21 @@
|
|||
"laminas/laminas-config": "^3.7",
|
||||
"laminas/laminas-eventmanager": "^3.4",
|
||||
"laminas/laminas-stdlib": "^3.6",
|
||||
"php": "~8.1.0 || ~8.2.0|| ~8.3.0",
|
||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
|
||||
"webimpress/safe-writer": "^1.0.2 || ^2.1"
|
||||
},
|
||||
"conflict": {
|
||||
"amphp/amp": "<2.6.4",
|
||||
"zendframework/zend-modulemanager": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laminas/laminas-coding-standard": "^2.5",
|
||||
"laminas/laminas-loader": "^2.10",
|
||||
"laminas/laminas-mvc": "^3.6.1",
|
||||
"laminas/laminas-servicemanager": "^3.22.1",
|
||||
"phpunit/phpunit": "^10.4.2",
|
||||
"laminas/laminas-coding-standard": "^3.0.1",
|
||||
"laminas/laminas-loader": "^2.11",
|
||||
"laminas/laminas-mvc": "^3.7.0",
|
||||
"laminas/laminas-servicemanager": "^3.23.0",
|
||||
"phpunit/phpunit": "^10.5.38",
|
||||
"psalm/plugin-phpunit": "^0.19.0",
|
||||
"vimeo/psalm": "^5.15"
|
||||
"vimeo/psalm": "^5.26.1"
|
||||
},
|
||||
"suggest": {
|
||||
"laminas/laminas-console": "Laminas\\Console component",
|
||||
|
@ -3538,7 +3539,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-14T14:44:50+00:00"
|
||||
"time": "2024-11-17T22:29:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-mvc",
|
||||
|
@ -4659,12 +4660,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/monarc-project/zm-core.git",
|
||||
"reference": "c6878b77482a6afb4914b0369c6649ed8cf9346d"
|
||||
"reference": "82b14236e2594749bf88181e0a2c6ac1759d4dd7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/c6878b77482a6afb4914b0369c6649ed8cf9346d",
|
||||
"reference": "c6878b77482a6afb4914b0369c6649ed8cf9346d",
|
||||
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/82b14236e2594749bf88181e0a2c6ac1759d4dd7",
|
||||
"reference": "82b14236e2594749bf88181e0a2c6ac1759d4dd7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4746,7 +4747,7 @@
|
|||
"issues": "https://github.com/monarc-project/zm-core/issues",
|
||||
"source": "https://github.com/monarc-project/zm-core/tree/v2.13.1"
|
||||
},
|
||||
"time": "2024-11-12T09:41:29+00:00"
|
||||
"time": "2024-11-18T11:00:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
@ -5835,16 +5836,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v6.4.14",
|
||||
"version": "v6.4.15",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "897c2441ed4eec8a8a2c37b943427d24dba3f26b"
|
||||
"reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/897c2441ed4eec8a8a2c37b943427d24dba3f26b",
|
||||
"reference": "897c2441ed4eec8a8a2c37b943427d24dba3f26b",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/f1fc6f47283e27336e7cebb9e8946c8de7bff9bd",
|
||||
"reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5909,7 +5910,7 @@
|
|||
"terminal"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/console/tree/v6.4.14"
|
||||
"source": "https://github.com/symfony/console/tree/v6.4.15"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -5925,7 +5926,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-11-05T15:34:40+00:00"
|
||||
"time": "2024-11-06T14:19:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/deprecation-contracts",
|
||||
|
@ -6691,16 +6692,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/string",
|
||||
"version": "v7.1.6",
|
||||
"version": "v7.1.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/string.git",
|
||||
"reference": "61b72d66bf96c360a727ae6232df5ac83c71f626"
|
||||
"reference": "591ebd41565f356fcd8b090fe64dbb5878f50281"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/61b72d66bf96c360a727ae6232df5ac83c71f626",
|
||||
"reference": "61b72d66bf96c360a727ae6232df5ac83c71f626",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/591ebd41565f356fcd8b090fe64dbb5878f50281",
|
||||
"reference": "591ebd41565f356fcd8b090fe64dbb5878f50281",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -6758,7 +6759,7 @@
|
|||
"utf8"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/string/tree/v7.1.6"
|
||||
"source": "https://github.com/symfony/string/tree/v7.1.8"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -6774,7 +6775,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-09-25T14:20:29+00:00"
|
||||
"time": "2024-11-13T13:31:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webimpress/safe-writer",
|
||||
|
@ -6901,12 +6902,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "e63317470a1b96346be224a68f9e64567e1001c3"
|
||||
"reference": "9f1d9b2460cdd0422e8cfd58763bf3156ad7f487"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/e63317470a1b96346be224a68f9e64567e1001c3",
|
||||
"reference": "e63317470a1b96346be224a68f9e64567e1001c3",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/9f1d9b2460cdd0422e8cfd58763bf3156ad7f487",
|
||||
"reference": "9f1d9b2460cdd0422e8cfd58763bf3156ad7f487",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
|
@ -6952,6 +6953,7 @@
|
|||
"azuracast/azuracast": "<0.18.3",
|
||||
"backdrop/backdrop": "<1.27.3|>=1.28,<1.28.2",
|
||||
"backpack/crud": "<3.4.9",
|
||||
"backpack/filemanager": "<3.0.9",
|
||||
"bacula-web/bacula-web": "<8.0.0.0-RC2-dev",
|
||||
"badaso/core": "<2.7",
|
||||
"bagisto/bagisto": "<2.1",
|
||||
|
@ -7015,7 +7017,7 @@
|
|||
"contao/managed-edition": "<=1.5",
|
||||
"corveda/phpsandbox": "<1.3.5",
|
||||
"cosenary/instagram": "<=2.3",
|
||||
"craftcms/cms": "<4.6.2|>=5,<=5.2.2",
|
||||
"craftcms/cms": "<=4.12.6.1|>=5,<=5.4.7.1",
|
||||
"croogo/croogo": "<4",
|
||||
"cuyz/valinor": "<0.12",
|
||||
"czim/file-handling": "<1.5|>=2,<2.3",
|
||||
|
@ -7225,7 +7227,7 @@
|
|||
"lara-zeus/artemis": ">=1,<=1.0.6",
|
||||
"lara-zeus/dynamic-dashboard": ">=3,<=3.0.1",
|
||||
"laravel/fortify": "<1.11.1",
|
||||
"laravel/framework": "<6.20.44|>=7,<7.30.6|>=8,<8.75",
|
||||
"laravel/framework": "<6.20.45|>=7,<7.30.7|>=8,<8.83.28|>=9,<9.52.17|>=10,<10.48.23|>=11,<11.31",
|
||||
"laravel/laravel": ">=5.4,<5.4.22",
|
||||
"laravel/reverb": "<1.4",
|
||||
"laravel/socialite": ">=1,<2.0.10",
|
||||
|
@ -7283,7 +7285,7 @@
|
|||
"mojo42/jirafeau": "<4.4",
|
||||
"mongodb/mongodb": ">=1,<1.9.2",
|
||||
"monolog/monolog": ">=1.8,<1.12",
|
||||
"moodle/moodle": "<4.3.6|>=4.4.0.0-beta,<4.4.2",
|
||||
"moodle/moodle": "<4.3.6|>=4.4,<4.4.4",
|
||||
"mos/cimage": "<0.7.19",
|
||||
"movim/moxl": ">=0.8,<=0.10",
|
||||
"movingbytes/social-network": "<=1.2.1",
|
||||
|
@ -7331,7 +7333,7 @@
|
|||
"openmage/magento-lts": "<20.10.1",
|
||||
"opensolutions/vimbadmin": "<=3.0.15",
|
||||
"opensource-workshop/connect-cms": "<1.7.2|>=2,<2.3.2",
|
||||
"orchid/platform": ">=9,<9.4.4|>=14.0.0.0-alpha4,<14.5",
|
||||
"orchid/platform": ">=8,<14.43",
|
||||
"oro/calendar-bundle": ">=4.2,<=4.2.6|>=5,<=5.0.6|>=5.1,<5.1.1",
|
||||
"oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1",
|
||||
"oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
|
||||
|
@ -7521,7 +7523,7 @@
|
|||
"symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
|
||||
"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|>=5.3.14,<5.3.15|>=5.4.3,<5.4.4|>=6.0.3,<6.0.4",
|
||||
"symfony/http-client": ">=4.3,<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
|
||||
"symfony/http-client": ">=4.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
|
||||
"symfony/http-foundation": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
|
||||
"symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
|
||||
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
|
||||
|
@ -7539,9 +7541,9 @@
|
|||
"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,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2|>=5.4,<5.4.31|>=6,<6.3.8",
|
||||
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
|
||||
"symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
|
||||
"symfony/symfony": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
|
||||
"symfony/symfony": "<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
|
||||
"symfony/translation": ">=2,<2.0.17",
|
||||
"symfony/twig-bridge": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8",
|
||||
"symfony/ux-autocomplete": "<2.11.2",
|
||||
|
@ -7597,7 +7599,7 @@
|
|||
"ua-parser/uap-php": "<3.8",
|
||||
"uasoft-indonesia/badaso": "<=2.9.7",
|
||||
"unisharp/laravel-filemanager": "<2.6.4",
|
||||
"unopim/unopim": "<0.1.4",
|
||||
"unopim/unopim": "<0.1.5",
|
||||
"userfrosting/userfrosting": ">=0.3.1,<4.6.3",
|
||||
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
|
||||
"uvdesk/community-skeleton": "<=1.1.1",
|
||||
|
@ -7734,7 +7736,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-11-07T19:04:57+00:00"
|
||||
"time": "2024-11-13T19:05:18+00:00"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
|
|
Loading…
Reference in New Issue