This commit is contained in:
Yuri Kuznetsov
2023-11-23 12:41:59 +02:00
parent 5098603d83
commit 5acc9c3fad
4 changed files with 147 additions and 150 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ You can try the CRM on the online [demo](https://www.espocrm.com/demo/).
### Requirements ### Requirements
* PHP 8.0 and later; * PHP 8.1 - 8.3;
* MySQL 5.7 (and later), or MariaDB 10.2 (and later). * MySQL 5.7 (and later), or MariaDB 10.2 (and later).
* PostgreSQL 15 (and later) (yet experimental, officially supported soon) * PostgreSQL 15 (and later) (yet experimental, officially supported soon)
@@ -38,7 +38,7 @@ Create a [GitHub issue](https://github.com/espocrm/espocrm/issues/new/choose) or
See installation instructions: See installation instructions:
* [Manual installation](https://docs.espocrm.com/administration/installation/) * [Manual installation](https://docs.espocrm.com/administration/installation/)
* [Installation by script](https://docs.espocrm.com/administration/installation-by-script/) * [Installation by script](https://docs.espocrm.com/administration/installation-by-script/)
* [Installation with Docker](https://docs.espocrm.com/administration/docker/installation/) * [Installation with Docker](https://docs.espocrm.com/administration/docker/installation/)
* [Installation with Traefik](https://docs.espocrm.com/administration/docker/traefik/) * [Installation with Traefik](https://docs.espocrm.com/administration/docker/traefik/)
@@ -250,7 +250,7 @@ return [
'aclAllowDeleteCreated', 'aclAllowDeleteCreated',
], ],
'isInstalled' => false, 'isInstalled' => false,
'requiredPhpVersion' => '8.0.0', 'requiredPhpVersion' => '8.1.0',
'requiredPhpLibs' => [ 'requiredPhpLibs' => [
'json', 'json',
'openssl', 'openssl',
+12 -12
View File
@@ -5,7 +5,7 @@
"homepage": "https://github.com/espocrm/espocrm.git", "homepage": "https://github.com/espocrm/espocrm.git",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"require": { "require": {
"php": ">=8.0.2 <8.3.0", "php": ">=8.1.0 <8.4.0",
"ext-openssl": "*", "ext-openssl": "*",
"ext-json": "*", "ext-json": "*",
"ext-zip": "*", "ext-zip": "*",
@@ -20,13 +20,13 @@
"psr/container": "^1.1", "psr/container": "^1.1",
"slim/slim": "^4.11", "slim/slim": "^4.11",
"slim/psr7": "^1", "slim/psr7": "^1",
"dragonmantank/cron-expression": "3.0.*", "dragonmantank/cron-expression": "^3.0",
"laminas/laminas-mail": "2.20.*", "laminas/laminas-mail": "^2.25.1",
"laminas/laminas-ldap": "2.*", "laminas/laminas-ldap": "^2.16",
"laminas/laminas-servicemanager": "^3.11", "laminas/laminas-servicemanager": "^3.22",
"laminas/laminas-crypt": "^3.8", "laminas/laminas-crypt": "^3.9",
"monolog/monolog": "2.*", "monolog/monolog": "2.*",
"yzalis/identicon": "*", "yzalis/identicon": "~2.0.0",
"zordius/lightncandy": "dev-espo#v1.2.5e", "zordius/lightncandy": "dev-espo#v1.2.5e",
"composer/semver": "^3", "composer/semver": "^3",
"spatie/async": "1.5.6", "spatie/async": "1.5.6",
@@ -35,25 +35,25 @@
"symfony/routing": "6.0.*", "symfony/routing": "6.0.*",
"cboden/ratchet": "^0.4.4", "cboden/ratchet": "^0.4.4",
"react/zmq": "^0.4.0", "react/zmq": "^0.4.0",
"guzzlehttp/psr7": "^1.6", "guzzlehttp/psr7": "^1.9.1",
"michelf/php-markdown": "^1.9", "michelf/php-markdown": "^1.9",
"robthree/twofactorauth": "^1.6", "robthree/twofactorauth": "^1.6",
"nesbot/carbon": "^2.26", "nesbot/carbon": "^2.62",
"zbateson/mail-mime-parser": "1.3.*", "zbateson/mail-mime-parser": "1.3.*",
"phpoffice/phpspreadsheet": "^1.16", "phpoffice/phpspreadsheet": "^1.16",
"doctrine/dbal": "^3.5.3", "doctrine/dbal": "^3.5.3",
"league/flysystem-async-aws-s3": "^2.0", "league/flysystem-async-aws-s3": "^2.0",
"johngrogg/ics-parser": "^3.0", "johngrogg/ics-parser": "^3.0",
"phpseclib/phpseclib": "^3.0", "phpseclib/phpseclib": "^3.0",
"openspout/openspout": "^4.9", "openspout/openspout": "~4.22",
"dompdf/dompdf": "^2.0", "dompdf/dompdf": "^2.0",
"brick/phonenumber": "^0.5.0", "brick/phonenumber": "^0.5.0",
"picqer/php-barcode-generator": "^2.4", "picqer/php-barcode-generator": "^2.4",
"chillerlan/php-qrcode": "^4.3" "chillerlan/php-qrcode": "^4.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9", "phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.8" "phpstan/phpstan": "^1.10"
}, },
"suggest": { "suggest": {
"ext-pdo_mysql": "*", "ext-pdo_mysql": "*",
Generated
+132 -135
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "9282cc67e31e0de81934dcbdefcad5e6", "content-hash": "d1f7af9e5a7b3ca158056da53659a248",
"packages": [ "packages": [
{ {
"name": "async-aws/core", "name": "async-aws/core",
@@ -1524,20 +1524,20 @@
}, },
{ {
"name": "laminas/laminas-loader", "name": "laminas/laminas-loader",
"version": "2.9.0", "version": "2.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-loader.git", "url": "https://github.com/laminas/laminas-loader.git",
"reference": "51ed9c3fa42d1098a9997571730c0cbf42d078d3" "reference": "e6fe952304ef40ce45cd814751ab35d42afdad12"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-loader/zipball/51ed9c3fa42d1098a9997571730c0cbf42d078d3", "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/e6fe952304ef40ce45cd814751ab35d42afdad12",
"reference": "51ed9c3fa42d1098a9997571730c0cbf42d078d3", "reference": "e6fe952304ef40ce45cd814751ab35d42afdad12",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0" "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
}, },
"conflict": { "conflict": {
"zendframework/zend-loader": "*" "zendframework/zend-loader": "*"
@@ -1576,46 +1576,44 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2022-10-16T12:50:49+00:00" "time": "2023-10-18T09:58:51+00:00"
}, },
{ {
"name": "laminas/laminas-mail", "name": "laminas/laminas-mail",
"version": "2.20.0", "version": "2.25.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-mail.git", "url": "https://github.com/laminas/laminas-mail.git",
"reference": "0516586f6bf4d47f855cbef040870ac3a324a9a8" "reference": "110e04497395123998220e244cceecb167cc6dda"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mail/zipball/0516586f6bf4d47f855cbef040870ac3a324a9a8", "url": "https://api.github.com/repos/laminas/laminas-mail/zipball/110e04497395123998220e244cceecb167cc6dda",
"reference": "0516586f6bf4d47f855cbef040870ac3a324a9a8", "reference": "110e04497395123998220e244cceecb167cc6dda",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-iconv": "*", "ext-iconv": "*",
"laminas/laminas-loader": "^2.8.0", "laminas/laminas-loader": "^2.9.0",
"laminas/laminas-mime": "^2.10.0", "laminas/laminas-mime": "^2.11.0",
"laminas/laminas-stdlib": "^3.11.0", "laminas/laminas-stdlib": "^3.17.0",
"laminas/laminas-validator": "^2.23.0", "laminas/laminas-validator": "^2.31.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0", "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"symfony/polyfill-intl-idn": "^1.26.0", "symfony/polyfill-intl-idn": "^1.27.0",
"symfony/polyfill-mbstring": "^1.16.0", "symfony/polyfill-mbstring": "^1.27.0",
"webmozart/assert": "^1.11.0" "webmozart/assert": "^1.11.0"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-coding-standard": "~2.4.0", "laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-crypt": "^3.9.0", "laminas/laminas-db": "^2.18",
"laminas/laminas-db": "^2.15.0", "laminas/laminas-servicemanager": "^3.22.1",
"laminas/laminas-servicemanager": "^3.19", "phpunit/phpunit": "^10.4.2",
"phpunit/phpunit": "^9.5.25", "psalm/plugin-phpunit": "^0.18.4",
"psalm/plugin-phpunit": "^0.18.0", "symfony/process": "^6.3.4",
"symfony/process": "^6.0.11", "vimeo/psalm": "^5.15"
"vimeo/psalm": "^4.29"
}, },
"suggest": { "suggest": {
"laminas/laminas-crypt": "^3.8 Crammd5 support in SMTP Auth", "laminas/laminas-servicemanager": "^3.21 when using SMTP to deliver messages"
"laminas/laminas-servicemanager": "^3.16 when using SMTP to deliver messages"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -1653,7 +1651,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2022-11-18T14:39:19+00:00" "time": "2023-11-02T10:32:34+00:00"
}, },
{ {
"name": "laminas/laminas-math", "name": "laminas/laminas-math",
@@ -1724,21 +1722,21 @@
}, },
{ {
"name": "laminas/laminas-mime", "name": "laminas/laminas-mime",
"version": "2.11.0", "version": "2.12.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-mime.git", "url": "https://github.com/laminas/laminas-mime.git",
"reference": "60ec04b755821c79c1987ce291b44e69f2c0831f" "reference": "08cc544778829b7d68d27a097885bd6e7130135e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mime/zipball/60ec04b755821c79c1987ce291b44e69f2c0831f", "url": "https://api.github.com/repos/laminas/laminas-mime/zipball/08cc544778829b7d68d27a097885bd6e7130135e",
"reference": "60ec04b755821c79c1987ce291b44e69f2c0831f", "reference": "08cc544778829b7d68d27a097885bd6e7130135e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-stdlib": "^2.7 || ^3.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0" "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
}, },
"conflict": { "conflict": {
"zendframework/zend-mime": "*" "zendframework/zend-mime": "*"
@@ -1781,30 +1779,30 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2022-10-18T08:38:15+00:00" "time": "2023-11-02T16:47:19+00:00"
}, },
{ {
"name": "laminas/laminas-servicemanager", "name": "laminas/laminas-servicemanager",
"version": "3.19.0", "version": "3.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-servicemanager.git", "url": "https://github.com/laminas/laminas-servicemanager.git",
"reference": "ed160729bb8721127efdaac799f9a298963345b1" "reference": "de98d297d4743956a0558a6d71616979ff779328"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/ed160729bb8721127efdaac799f9a298963345b1", "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/de98d297d4743956a0558a6d71616979ff779328",
"reference": "ed160729bb8721127efdaac799f9a298963345b1", "reference": "de98d297d4743956a0558a6d71616979ff779328",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-stdlib": "^3.17",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0", "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"psr/container": "^1.0" "psr/container": "^1.0"
}, },
"conflict": { "conflict": {
"ext-psr": "*", "ext-psr": "*",
"laminas/laminas-code": "<3.3.1", "laminas/laminas-code": "<4.10.0",
"zendframework/zend-code": "<3.3.1", "zendframework/zend-code": "<3.3.1",
"zendframework/zend-servicemanager": "*" "zendframework/zend-servicemanager": "*"
}, },
@@ -1816,18 +1814,18 @@
}, },
"require-dev": { "require-dev": {
"composer/package-versions-deprecated": "^1.11.99.5", "composer/package-versions-deprecated": "^1.11.99.5",
"laminas/laminas-coding-standard": "~2.4.0", "friendsofphp/proxy-manager-lts": "^1.0.14",
"laminas/laminas-container-config-test": "^0.7", "laminas/laminas-code": "^4.10.0",
"laminas/laminas-dependency-plugin": "^2.2", "laminas/laminas-coding-standard": "~2.5.0",
"mikey179/vfsstream": "^1.6.11@alpha", "laminas/laminas-container-config-test": "^0.8",
"ocramius/proxy-manager": "^2.14.1", "mikey179/vfsstream": "^1.6.11",
"phpbench/phpbench": "^1.2.6", "phpbench/phpbench": "^1.2.9",
"phpunit/phpunit": "^9.5.25", "phpunit/phpunit": "^10.4",
"psalm/plugin-phpunit": "^0.17.0", "psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^4.28" "vimeo/psalm": "^5.8.0"
}, },
"suggest": { "suggest": {
"ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services" "friendsofphp/proxy-manager-lts": "ProxyManager ^2.1.1 to handle lazy initialization of services"
}, },
"bin": [ "bin": [
"bin/generate-deps-for-config-factory", "bin/generate-deps-for-config-factory",
@@ -1871,34 +1869,34 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2022-10-10T20:59:22+00:00" "time": "2023-10-24T11:19:47+00:00"
}, },
{ {
"name": "laminas/laminas-stdlib", "name": "laminas/laminas-stdlib",
"version": "3.15.0", "version": "3.18.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-stdlib.git", "url": "https://github.com/laminas/laminas-stdlib.git",
"reference": "63b66bd4b696f024f42616b9d95cdb10e5109c27" "reference": "e85b29076c6216e7fc98e72b42dbe1bbc3b95ecf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/63b66bd4b696f024f42616b9d95cdb10e5109c27", "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/e85b29076c6216e7fc98e72b42dbe1bbc3b95ecf",
"reference": "63b66bd4b696f024f42616b9d95cdb10e5109c27", "reference": "e85b29076c6216e7fc98e72b42dbe1bbc3b95ecf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0" "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
}, },
"conflict": { "conflict": {
"zendframework/zend-stdlib": "*" "zendframework/zend-stdlib": "*"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-coding-standard": "^2.4.0", "laminas/laminas-coding-standard": "^2.5",
"phpbench/phpbench": "^1.2.6", "phpbench/phpbench": "^1.2.14",
"phpunit/phpunit": "^9.5.25", "phpunit/phpunit": "^10.3.3",
"psalm/plugin-phpunit": "^0.17.0", "psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^4.28" "vimeo/psalm": "^5.15.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -1930,44 +1928,43 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2022-10-10T19:10:24+00:00" "time": "2023-09-19T10:15:21+00:00"
}, },
{ {
"name": "laminas/laminas-validator", "name": "laminas/laminas-validator",
"version": "2.28.0", "version": "2.43.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-validator.git", "url": "https://github.com/laminas/laminas-validator.git",
"reference": "695bfa40b0a83dc1c5c58bdf74a03fdbeb516c39" "reference": "8f6c2f5753dec64df924a86d18036113f3140f2b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-validator/zipball/695bfa40b0a83dc1c5c58bdf74a03fdbeb516c39", "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/8f6c2f5753dec64df924a86d18036113f3140f2b",
"reference": "695bfa40b0a83dc1c5c58bdf74a03fdbeb516c39", "reference": "8f6c2f5753dec64df924a86d18036113f3140f2b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laminas/laminas-servicemanager": "^3.12.0", "laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-stdlib": "^3.13", "laminas/laminas-stdlib": "^3.13",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0", "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"psr/http-message": "^1.0.1" "psr/http-message": "^1.0.1 || ^2.0.0"
}, },
"conflict": { "conflict": {
"zendframework/zend-validator": "*" "zendframework/zend-validator": "*"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-coding-standard": "^2.4.0", "laminas/laminas-coding-standard": "^2.5",
"laminas/laminas-db": "^2.15.0", "laminas/laminas-db": "^2.18",
"laminas/laminas-filter": "^2.23.0", "laminas/laminas-filter": "^2.32",
"laminas/laminas-http": "^2.17.0", "laminas/laminas-i18n": "^2.23",
"laminas/laminas-i18n": "^2.19", "laminas/laminas-session": "^2.16",
"laminas/laminas-session": "^2.13.0",
"laminas/laminas-uri": "^2.10.0", "laminas/laminas-uri": "^2.10.0",
"phpunit/phpunit": "^9.5.25", "phpunit/phpunit": "^10.3.3",
"psalm/plugin-phpunit": "^0.18.0", "psalm/plugin-phpunit": "^0.18.4",
"psr/http-client": "^1.0.1", "psr/http-client": "^1.0.2",
"psr/http-factory": "^1.0.1", "psr/http-factory": "^1.0.2",
"vimeo/psalm": "^4.28" "vimeo/psalm": "^5.15"
}, },
"suggest": { "suggest": {
"laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator", "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
@@ -2015,7 +2012,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2022-11-14T08:50:44+00:00" "time": "2023-11-20T01:23:15+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
@@ -2967,16 +2964,16 @@
}, },
{ {
"name": "openspout/openspout", "name": "openspout/openspout",
"version": "v4.9.0", "version": "v4.22.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/openspout/openspout.git", "url": "https://github.com/openspout/openspout.git",
"reference": "7b0db352e25c83e42d3375f57041a30a1ea9cd2c" "reference": "ad3dd535cf01623551da401fe170355f56f4f929"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/openspout/openspout/zipball/7b0db352e25c83e42d3375f57041a30a1ea9cd2c", "url": "https://api.github.com/repos/openspout/openspout/zipball/ad3dd535cf01623551da401fe170355f56f4f929",
"reference": "7b0db352e25c83e42d3375f57041a30a1ea9cd2c", "reference": "ad3dd535cf01623551da401fe170355f56f4f929",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2986,21 +2983,21 @@
"ext-libxml": "*", "ext-libxml": "*",
"ext-xmlreader": "*", "ext-xmlreader": "*",
"ext-zip": "*", "ext-zip": "*",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0" "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
}, },
"require-dev": { "require-dev": {
"ext-zlib": "*", "ext-zlib": "*",
"friendsofphp/php-cs-fixer": "^3.8.0", "friendsofphp/php-cs-fixer": "^3.39.0",
"infection/infection": "^0.26.10", "infection/infection": "^0.27.8",
"phpbench/phpbench": "^1.2.5", "phpbench/phpbench": "^1.2.14",
"phpstan/phpstan": "^1.6.8", "phpstan/phpstan": "^1.10.44",
"phpstan/phpstan-phpunit": "^1.1.1", "phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.2.3", "phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^9.5.20" "phpunit/phpunit": "^10.4.2"
}, },
"suggest": { "suggest": {
"ext-iconv": "To handle non UTF-8 CSV files (if \"php-intl\" is not already installed or is too limited)", "ext-iconv": "To handle non UTF-8 CSV files (if \"php-mbstring\" is not already installed or is too limited)",
"ext-intl": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)" "ext-mbstring": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -3044,7 +3041,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/openspout/openspout/issues", "issues": "https://github.com/openspout/openspout/issues",
"source": "https://github.com/openspout/openspout/tree/v4.9.0" "source": "https://github.com/openspout/openspout/tree/v4.22.0"
}, },
"funding": [ "funding": [
{ {
@@ -3056,7 +3053,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-12-13T07:41:37+00:00" "time": "2023-11-22T15:34:18+00:00"
}, },
{ {
"name": "paragonie/constant_time_encoding", "name": "paragonie/constant_time_encoding",
@@ -5402,16 +5399,16 @@
}, },
{ {
"name": "symfony/polyfill-intl-idn", "name": "symfony/polyfill-intl-idn",
"version": "v1.27.0", "version": "v1.28.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git", "url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "639084e360537a19f9ee352433b84ce831f3d2da" "reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
"reference": "639084e360537a19f9ee352433b84ce831f3d2da", "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5425,7 +5422,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.27-dev" "dev-main": "1.28-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@@ -5469,7 +5466,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0" "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0"
}, },
"funding": [ "funding": [
{ {
@@ -5485,20 +5482,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-11-03T14:55:06+00:00" "time": "2023-01-26T09:30:37+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-normalizer", "name": "symfony/polyfill-intl-normalizer",
"version": "v1.27.0", "version": "v1.28.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5510,7 +5507,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.27-dev" "dev-main": "1.28-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@@ -5553,7 +5550,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
}, },
"funding": [ "funding": [
{ {
@@ -5569,20 +5566,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-11-03T14:55:06+00:00" "time": "2023-01-26T09:26:14+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.27.0", "version": "v1.28.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" "reference": "42292d99c55abe617799667f454222c54c60e229"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "reference": "42292d99c55abe617799667f454222c54c60e229",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5597,7 +5594,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.27-dev" "dev-main": "1.28-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@@ -5636,7 +5633,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
}, },
"funding": [ "funding": [
{ {
@@ -5652,20 +5649,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-11-03T14:55:06+00:00" "time": "2023-07-28T09:04:16+00:00"
}, },
{ {
"name": "symfony/polyfill-php72", "name": "symfony/polyfill-php72",
"version": "v1.27.0", "version": "v1.28.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php72.git", "url": "https://github.com/symfony/polyfill-php72.git",
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97" "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179",
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97", "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5674,7 +5671,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.27-dev" "dev-main": "1.28-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@@ -5712,7 +5709,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0" "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0"
}, },
"funding": [ "funding": [
{ {
@@ -5728,20 +5725,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-11-03T14:55:06+00:00" "time": "2023-01-26T09:26:14+00:00"
}, },
{ {
"name": "symfony/polyfill-php73", "name": "symfony/polyfill-php73",
"version": "v1.27.0", "version": "v1.28.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php73.git", "url": "https://github.com/symfony/polyfill-php73.git",
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5",
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5750,7 +5747,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.27-dev" "dev-main": "1.28-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@@ -5791,7 +5788,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0"
}, },
"funding": [ "funding": [
{ {
@@ -5807,7 +5804,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-11-03T14:55:06+00:00" "time": "2023-01-26T09:26:14+00:00"
}, },
{ {
"name": "symfony/polyfill-php80", "name": "symfony/polyfill-php80",
@@ -8448,7 +8445,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=8.0.2 <8.3.0", "php": ">=8.1.0 <8.4.0",
"ext-openssl": "*", "ext-openssl": "*",
"ext-json": "*", "ext-json": "*",
"ext-zip": "*", "ext-zip": "*",