Updated the dependencies and installation of php dependencies in update-all.sh
parent
90e66143c8
commit
df87650fba
|
@ -46,8 +46,8 @@
|
|||
"ext-pdo": "*",
|
||||
"ext-bcmath": "*",
|
||||
"ext-openssl": "*",
|
||||
"monarc/frontoffice": "^2.10.3",
|
||||
"monarc/core": "^2.10.3",
|
||||
"monarc/frontoffice": "^2.12.6",
|
||||
"monarc/core": "^2.12.6",
|
||||
"laminas/laminas-mvc": "^3.1",
|
||||
"laminas/laminas-di": "^3.1",
|
||||
"laminas/laminas-permissions-rbac": "^3.0",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "1d92a233c32f9eb6f69fff7910391239",
|
||||
"content-hash": "a70f0d9ffe704f014876ab7cfa5dd0a4",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
|
@ -165,129 +165,28 @@
|
|||
],
|
||||
"time": "2023-01-21T23:05:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "cakephp/cache",
|
||||
"version": "3.10.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cakephp/cache.git",
|
||||
"reference": "0e95a17b118d900f362de07bff902fa147e51fb2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/cakephp/cache/zipball/0e95a17b118d900f362de07bff902fa147e51fb2",
|
||||
"reference": "0e95a17b118d900f362de07bff902fa147e51fb2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"cakephp/core": "^3.6.0",
|
||||
"php": ">=5.6.0,<8.0.0",
|
||||
"psr/simple-cache": "^1.0.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Cake\\Cache\\": "."
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "CakePHP Community",
|
||||
"homepage": "https://github.com/cakephp/cache/graphs/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Easy to use Caching library with support for multiple caching backends",
|
||||
"homepage": "https://cakephp.org",
|
||||
"keywords": [
|
||||
"cache",
|
||||
"caching",
|
||||
"cakephp"
|
||||
],
|
||||
"support": {
|
||||
"forum": "https://stackoverflow.com/tags/cakephp",
|
||||
"irc": "irc://irc.freenode.org/cakephp",
|
||||
"issues": "https://github.com/cakephp/cakephp/issues",
|
||||
"source": "https://github.com/cakephp/cache"
|
||||
},
|
||||
"time": "2021-06-20T01:13:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "cakephp/collection",
|
||||
"version": "3.10.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cakephp/collection.git",
|
||||
"reference": "5667e755cfafe4b186f5f2a54121cf44cb86159e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/cakephp/collection/zipball/5667e755cfafe4b186f5f2a54121cf44cb86159e",
|
||||
"reference": "5667e755cfafe4b186f5f2a54121cf44cb86159e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.6.0,<8.0.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"functions.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Cake\\Collection\\": "."
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "CakePHP Community",
|
||||
"homepage": "https://github.com/cakephp/collection/graphs/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Work easily with arrays and iterators by having a battery of utility traversal methods",
|
||||
"homepage": "https://cakephp.org",
|
||||
"keywords": [
|
||||
"arrays",
|
||||
"cakephp",
|
||||
"collections",
|
||||
"iterators"
|
||||
],
|
||||
"support": {
|
||||
"forum": "https://stackoverflow.com/tags/cakephp",
|
||||
"irc": "irc://irc.freenode.org/cakephp",
|
||||
"issues": "https://github.com/cakephp/cakephp/issues",
|
||||
"source": "https://github.com/cakephp/collection"
|
||||
},
|
||||
"time": "2021-03-26T00:40:07+00:00"
|
||||
},
|
||||
{
|
||||
"name": "cakephp/core",
|
||||
"version": "3.10.5",
|
||||
"version": "4.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cakephp/core.git",
|
||||
"reference": "716300a55ac86b7456e52258d3f50545545d2d6b"
|
||||
"reference": "3730ce60f0153b609c9d756fe1b60978bc9c9fee"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/cakephp/core/zipball/716300a55ac86b7456e52258d3f50545545d2d6b",
|
||||
"reference": "716300a55ac86b7456e52258d3f50545545d2d6b",
|
||||
"url": "https://api.github.com/repos/cakephp/core/zipball/3730ce60f0153b609c9d756fe1b60978bc9c9fee",
|
||||
"reference": "3730ce60f0153b609c9d756fe1b60978bc9c9fee",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"cakephp/utility": "^3.6.0",
|
||||
"php": ">=5.6.0,<8.0.0"
|
||||
"cakephp/utility": "^4.0",
|
||||
"php": ">=7.4.0"
|
||||
},
|
||||
"suggest": {
|
||||
"cakephp/cache": "To use Configure::store() and restore().",
|
||||
"cakephp/event": "To use PluginApplicationInterface or plugin applications."
|
||||
"cakephp/event": "To use PluginApplicationInterface or plugin applications.",
|
||||
"league/container": "To use Container and ServiceProvider classes"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -321,28 +220,30 @@
|
|||
"issues": "https://github.com/cakephp/cakephp/issues",
|
||||
"source": "https://github.com/cakephp/core"
|
||||
},
|
||||
"time": "2021-06-18T07:33:08+00:00"
|
||||
"time": "2023-02-09T19:55:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "cakephp/database",
|
||||
"version": "3.10.5",
|
||||
"version": "4.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cakephp/database.git",
|
||||
"reference": "e16dae97cfe00b1de9c210bd49f71ad5c2de199a"
|
||||
"reference": "904c09ac6ac41bddd65ef62f11676870aa8837a0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/cakephp/database/zipball/e16dae97cfe00b1de9c210bd49f71ad5c2de199a",
|
||||
"reference": "e16dae97cfe00b1de9c210bd49f71ad5c2de199a",
|
||||
"url": "https://api.github.com/repos/cakephp/database/zipball/904c09ac6ac41bddd65ef62f11676870aa8837a0",
|
||||
"reference": "904c09ac6ac41bddd65ef62f11676870aa8837a0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"cakephp/cache": "^3.6.0",
|
||||
"cakephp/core": "^3.6.0",
|
||||
"cakephp/datasource": "^3.6.0",
|
||||
"cakephp/log": "^3.6.0",
|
||||
"php": ">=5.6.0,<8.0.0"
|
||||
"cakephp/core": "^4.0",
|
||||
"cakephp/datasource": "^4.0",
|
||||
"php": ">=7.4.0"
|
||||
},
|
||||
"suggest": {
|
||||
"cakephp/i18n": "If you are using locale-aware datetime formats or Chronos types.",
|
||||
"cakephp/log": "If you want to use query logging without providing a logger yourself."
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -375,25 +276,27 @@
|
|||
"issues": "https://github.com/cakephp/cakephp/issues",
|
||||
"source": "https://github.com/cakephp/database"
|
||||
},
|
||||
"time": "2021-10-23T07:22:45+00:00"
|
||||
"time": "2023-01-31T17:52:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "cakephp/datasource",
|
||||
"version": "3.10.5",
|
||||
"version": "4.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cakephp/datasource.git",
|
||||
"reference": "accbe0c85552f384e587d73abdba1618c604b54d"
|
||||
"reference": "cb58adb0e6f52f26fa61d03776b07c157e328c1e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/cakephp/datasource/zipball/accbe0c85552f384e587d73abdba1618c604b54d",
|
||||
"reference": "accbe0c85552f384e587d73abdba1618c604b54d",
|
||||
"url": "https://api.github.com/repos/cakephp/datasource/zipball/cb58adb0e6f52f26fa61d03776b07c157e328c1e",
|
||||
"reference": "cb58adb0e6f52f26fa61d03776b07c157e328c1e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"cakephp/core": "^3.6.0",
|
||||
"php": ">=5.6.0,<8.0.0"
|
||||
"cakephp/core": "^4.0",
|
||||
"php": ">=7.4.0",
|
||||
"psr/log": "^1.0 || ^2.0",
|
||||
"psr/simple-cache": "^1.0 || ^2.0"
|
||||
},
|
||||
"suggest": {
|
||||
"cakephp/cache": "If you decide to use Query caching.",
|
||||
|
@ -431,76 +334,25 @@
|
|||
"issues": "https://github.com/cakephp/cakephp/issues",
|
||||
"source": "https://github.com/cakephp/datasource"
|
||||
},
|
||||
"time": "2021-04-07T13:23:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "cakephp/log",
|
||||
"version": "3.10.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cakephp/log.git",
|
||||
"reference": "cf10bdcce4e78430a780edb2cc5b4b2b4719a65d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/cakephp/log/zipball/cf10bdcce4e78430a780edb2cc5b4b2b4719a65d",
|
||||
"reference": "cf10bdcce4e78430a780edb2cc5b4b2b4719a65d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"cakephp/core": "^3.6.0",
|
||||
"php": ">=5.6.0,<8.0.0",
|
||||
"psr/log": "^1.0.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Cake\\Log\\": "."
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "CakePHP Community",
|
||||
"homepage": "https://github.com/cakephp/log/graphs/contributors"
|
||||
}
|
||||
],
|
||||
"description": "CakePHP logging library with support for multiple different streams",
|
||||
"homepage": "https://cakephp.org",
|
||||
"keywords": [
|
||||
"Streams",
|
||||
"cakephp",
|
||||
"log",
|
||||
"logging"
|
||||
],
|
||||
"support": {
|
||||
"forum": "https://stackoverflow.com/tags/cakephp",
|
||||
"irc": "irc://irc.freenode.org/cakephp",
|
||||
"issues": "https://github.com/cakephp/cakephp/issues",
|
||||
"source": "https://github.com/cakephp/log"
|
||||
},
|
||||
"time": "2020-10-28T18:13:14+00:00"
|
||||
"time": "2022-11-26T11:46:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "cakephp/utility",
|
||||
"version": "3.10.5",
|
||||
"version": "4.4.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cakephp/utility.git",
|
||||
"reference": "51b0af31af3239f6141006bbd7cbc7b16aba40d6"
|
||||
"reference": "3694d44728fb00ab474d9e031d51ed47f3d0e31c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/cakephp/utility/zipball/51b0af31af3239f6141006bbd7cbc7b16aba40d6",
|
||||
"reference": "51b0af31af3239f6141006bbd7cbc7b16aba40d6",
|
||||
"url": "https://api.github.com/repos/cakephp/utility/zipball/3694d44728fb00ab474d9e031d51ed47f3d0e31c",
|
||||
"reference": "3694d44728fb00ab474d9e031d51ed47f3d0e31c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"cakephp/core": "^3.6.0",
|
||||
"php": ">=5.6.0,<8.0.0"
|
||||
"cakephp/core": "^4.0",
|
||||
"php": ">=7.4.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-intl": "To use Text::transliterate() or Text::slug()",
|
||||
|
@ -541,7 +393,7 @@
|
|||
"issues": "https://github.com/cakephp/cakephp/issues",
|
||||
"source": "https://github.com/cakephp/utility"
|
||||
},
|
||||
"time": "2020-12-09T02:43:02+00:00"
|
||||
"time": "2023-01-07T14:14:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dasprid/enum",
|
||||
|
@ -4473,12 +4325,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/monarc-project/zm-core.git",
|
||||
"reference": "694310a26dd68169b470fb58edcaa70e207b33c3"
|
||||
"reference": "c8189636fb3a1ec7fb68036addd19a9e28b681e9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/694310a26dd68169b470fb58edcaa70e207b33c3",
|
||||
"reference": "694310a26dd68169b470fb58edcaa70e207b33c3",
|
||||
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/c8189636fb3a1ec7fb68036addd19a9e28b681e9",
|
||||
"reference": "c8189636fb3a1ec7fb68036addd19a9e28b681e9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4494,10 +4346,10 @@
|
|||
"laminas/laminas-log": "^2.11",
|
||||
"laminas/laminas-mail": "^2.10",
|
||||
"laminas/laminas-mvc": "^3.1",
|
||||
"ocramius/proxy-manager": "^2.2",
|
||||
"ocramius/proxy-manager": "^2.13",
|
||||
"php": "^7.4 || ^8.0",
|
||||
"ramsey/uuid-doctrine": "^1.5",
|
||||
"robmorgan/phinx": "^0.11.1",
|
||||
"robmorgan/phinx": "^0.13.4",
|
||||
"robthree/twofactorauth": "^1.8"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -4556,7 +4408,7 @@
|
|||
"issues": "https://github.com/monarc-project/zm-core/issues",
|
||||
"source": "https://github.com/monarc-project/zm-core/tree/v2.12.6"
|
||||
},
|
||||
"time": "2023-03-07T07:26:36+00:00"
|
||||
"time": "2023-03-08T15:58:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "monarc/frontoffice",
|
||||
|
@ -4564,12 +4416,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/monarc-project/zm-client.git",
|
||||
"reference": "b41eda31705b8dc06d30288625bdb74660ef42a6"
|
||||
"reference": "d286358cada1fbbba0afbb7d504e795927f7aaa3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/b41eda31705b8dc06d30288625bdb74660ef42a6",
|
||||
"reference": "b41eda31705b8dc06d30288625bdb74660ef42a6",
|
||||
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/d286358cada1fbbba0afbb7d504e795927f7aaa3",
|
||||
"reference": "d286358cada1fbbba0afbb7d504e795927f7aaa3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4589,7 +4441,7 @@
|
|||
"monarc/core": "^2.10.3",
|
||||
"php": "^7.4 || ^8.0",
|
||||
"phpoffice/phpword": "^0.18.1",
|
||||
"robmorgan/phinx": "^0.11.1",
|
||||
"robmorgan/phinx": "^0.13.4",
|
||||
"symfony/console": "^5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -4651,7 +4503,7 @@
|
|||
"issues": "https://github.com/monarc-project/zm-client/issues",
|
||||
"source": "https://github.com/monarc-project/zm-client/tree/v2.12.6"
|
||||
},
|
||||
"time": "2023-03-08T10:27:42+00:00"
|
||||
"time": "2023-03-08T16:00:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
@ -5495,34 +5347,36 @@
|
|||
},
|
||||
{
|
||||
"name": "robmorgan/phinx",
|
||||
"version": "0.11.7",
|
||||
"version": "0.13.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cakephp/phinx.git",
|
||||
"reference": "3cdde73e0c33c410e076108b3e1603fabb5b330d"
|
||||
"reference": "18e06e4a2b18947663438afd2f467e17c62e867d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/cakephp/phinx/zipball/3cdde73e0c33c410e076108b3e1603fabb5b330d",
|
||||
"reference": "3cdde73e0c33c410e076108b3e1603fabb5b330d",
|
||||
"url": "https://api.github.com/repos/cakephp/phinx/zipball/18e06e4a2b18947663438afd2f467e17c62e867d",
|
||||
"reference": "18e06e4a2b18947663438afd2f467e17c62e867d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"cakephp/collection": "^3.7",
|
||||
"cakephp/database": "^3.7",
|
||||
"php": ">=5.6",
|
||||
"symfony/config": "^3.4|^4.0|^5.0",
|
||||
"symfony/console": "^3.4|^4.0|^5.0",
|
||||
"symfony/yaml": "^3.4|^4.0|^5.0"
|
||||
"cakephp/database": "^4.0",
|
||||
"php": ">=7.2",
|
||||
"psr/container": "^1.0 || ^2.0",
|
||||
"symfony/config": "^3.4|^4.0|^5.0|^6.0",
|
||||
"symfony/console": "^3.4|^4.0|^5.0|^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"cakephp/cakephp-codesniffer": "^3.0",
|
||||
"cakephp/cakephp-codesniffer": "^4.0",
|
||||
"ext-json": "*",
|
||||
"phpunit/phpunit": ">=5.7,<8.0",
|
||||
"sebastian/comparator": ">=1.2.3"
|
||||
"ext-pdo": "*",
|
||||
"phpunit/phpunit": "^8.5|^9.3",
|
||||
"sebastian/comparator": ">=1.2.3",
|
||||
"symfony/yaml": "^3.4|^4.0|^5.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-json": "Install if using JSON configuration format",
|
||||
"ext-pdo": "PDO extension is needed",
|
||||
"symfony/yaml": "Install if using YAML configuration format"
|
||||
},
|
||||
"bin": [
|
||||
|
@ -5573,9 +5427,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/cakephp/phinx/issues",
|
||||
"source": "https://github.com/cakephp/phinx/tree/0.11.7"
|
||||
"source": "https://github.com/cakephp/phinx/tree/0.13.4"
|
||||
},
|
||||
"time": "2020-05-09T13:59:05+00:00"
|
||||
"time": "2023-01-07T00:42:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "robthree/twofactorauth",
|
||||
|
@ -5696,35 +5550,33 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/config",
|
||||
"version": "v5.4.21",
|
||||
"version": "v6.2.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/config.git",
|
||||
"reference": "2a6b1111d038adfa15d52c0871e540f3b352d1e4"
|
||||
"reference": "249271da6f545d6579e0663374f8249a80be2893"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/2a6b1111d038adfa15d52c0871e540f3b352d1e4",
|
||||
"reference": "2a6b1111d038adfa15d52c0871e540f3b352d1e4",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/249271da6f545d6579e0663374f8249a80be2893",
|
||||
"reference": "249271da6f545d6579e0663374f8249a80be2893",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2.5",
|
||||
"php": ">=8.1",
|
||||
"symfony/deprecation-contracts": "^2.1|^3",
|
||||
"symfony/filesystem": "^4.4|^5.0|^6.0",
|
||||
"symfony/polyfill-ctype": "~1.8",
|
||||
"symfony/polyfill-php80": "^1.16",
|
||||
"symfony/polyfill-php81": "^1.22"
|
||||
"symfony/filesystem": "^5.4|^6.0",
|
||||
"symfony/polyfill-ctype": "~1.8"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/finder": "<4.4"
|
||||
"symfony/finder": "<5.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
|
||||
"symfony/finder": "^4.4|^5.0|^6.0",
|
||||
"symfony/messenger": "^4.4|^5.0|^6.0",
|
||||
"symfony/event-dispatcher": "^5.4|^6.0",
|
||||
"symfony/finder": "^5.4|^6.0",
|
||||
"symfony/messenger": "^5.4|^6.0",
|
||||
"symfony/service-contracts": "^1.1|^2|^3",
|
||||
"symfony/yaml": "^4.4|^5.0|^6.0"
|
||||
"symfony/yaml": "^5.4|^6.0"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/yaml": "To use the yaml reference dumper"
|
||||
|
@ -5755,7 +5607,7 @@
|
|||
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/config/tree/v5.4.21"
|
||||
"source": "https://github.com/symfony/config/tree/v6.2.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -5771,7 +5623,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-02-14T08:03:56+00:00"
|
||||
"time": "2023-02-14T08:44:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
|
@ -6657,85 +6509,6 @@
|
|||
],
|
||||
"time": "2022-11-03T14:55:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-php81",
|
||||
"version": "v1.27.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-php81.git",
|
||||
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
|
||||
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "1.27-dev"
|
||||
},
|
||||
"thanks": {
|
||||
"name": "symfony/polyfill",
|
||||
"url": "https://github.com/symfony/polyfill"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"bootstrap.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Symfony\\Polyfill\\Php81\\": ""
|
||||
},
|
||||
"classmap": [
|
||||
"Resources/stubs"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nicolas Grekas",
|
||||
"email": "p@tchwork.com"
|
||||
},
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "https://symfony.com/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
|
||||
"homepage": "https://symfony.com",
|
||||
"keywords": [
|
||||
"compatibility",
|
||||
"polyfill",
|
||||
"portable",
|
||||
"shim"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://symfony.com/sponsor",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/fabpot",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-11-03T14:55:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/service-contracts",
|
||||
"version": "v2.5.2",
|
||||
|
@ -6905,81 +6678,6 @@
|
|||
],
|
||||
"time": "2023-02-24T10:42:00+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v5.4.21",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/yaml.git",
|
||||
"reference": "3713e20d93e46e681e51605d213027e48dab3469"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/3713e20d93e46e681e51605d213027e48dab3469",
|
||||
"reference": "3713e20d93e46e681e51605d213027e48dab3469",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2.5",
|
||||
"symfony/deprecation-contracts": "^2.1|^3",
|
||||
"symfony/polyfill-ctype": "^1.8"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/console": "<5.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/console": "^5.3|^6.0"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/console": "For validating YAML files using the lint command"
|
||||
},
|
||||
"bin": [
|
||||
"Resources/bin/yaml-lint"
|
||||
],
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Component\\Yaml\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Fabien Potencier",
|
||||
"email": "fabien@symfony.com"
|
||||
},
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "https://symfony.com/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Loads and dumps YAML files",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/yaml/tree/v5.4.21"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://symfony.com/sponsor",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/fabpot",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-02-21T19:46:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webimpress/safe-writer",
|
||||
"version": "2.2.0",
|
||||
|
@ -7244,16 +6942,16 @@
|
|||
},
|
||||
{
|
||||
"name": "myclabs/deep-copy",
|
||||
"version": "1.11.0",
|
||||
"version": "1.11.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/myclabs/DeepCopy.git",
|
||||
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
|
||||
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
|
||||
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
|
||||
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
||||
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -7291,7 +6989,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/myclabs/DeepCopy/issues",
|
||||
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
|
||||
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -7299,7 +6997,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-03-03T13:19:32+00:00"
|
||||
"time": "2023-03-08T13:26:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phar-io/manifest",
|
||||
|
|
|
@ -64,7 +64,7 @@ if [[ $? -eq 1 ]]; then
|
|||
fi
|
||||
|
||||
if [[ $isDevEnv -eq 0 ]]; then
|
||||
composer ins -o --no-dev
|
||||
composer ins -o --no-dev --no-cache --ignore-platform-req=php
|
||||
else
|
||||
composer ins
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue