diff --git a/Classes/Utility/CssUtility.php b/Classes/Utility/CssUtility.php
index 78892c8..86a05c1 100644
--- a/Classes/Utility/CssUtility.php
+++ b/Classes/Utility/CssUtility.php
@@ -7,7 +7,6 @@
class CssUtility
{
-
public ContentObjectRenderer $cObj;
public function includeStyleSheets(): string
diff --git a/Resources/Private/TypeScript/IconPicker.ts b/Resources/Private/TypeScript/IconPicker.ts
index b8323cf..117c34b 100644
--- a/Resources/Private/TypeScript/IconPicker.ts
+++ b/Resources/Private/TypeScript/IconPicker.ts
@@ -15,7 +15,6 @@ export default class IconPicker extends Core.Plugin {
editor.ui.componentFactory.add(IconPicker.pluginName, locale => {
const button = new UI.ButtonView(locale);
button.label = 'Icon Picker';
- // @todo introduce SVG loader
button.icon = '';
button.on('execute', () => this.picker.rteButtonClick());
return button;
diff --git a/Resources/Public/ECMAScript6/IconPicker.js b/Resources/Public/ECMAScript6/IconPicker.js
index a3b9c1e..1648125 100644
--- a/Resources/Public/ECMAScript6/IconPicker.js
+++ b/Resources/Public/ECMAScript6/IconPicker.js
@@ -9,7 +9,6 @@ class IconPicker extends Core.Plugin {
editor.ui.componentFactory.add(IconPicker.pluginName, locale => {
const button = new UI.ButtonView(locale);
button.label = 'Icon Picker';
- // @todo introduce SVG loader
button.icon = '';
button.on('execute', () => this.picker.rteButtonClick());
return button;
diff --git a/Resources/Public/JavaScript/IconPicker.js b/Resources/Public/JavaScript/IconPicker.js
index 85b8551..d4f5bc3 100644
--- a/Resources/Public/JavaScript/IconPicker.js
+++ b/Resources/Public/JavaScript/IconPicker.js
@@ -12,7 +12,6 @@ define(['TYPO3/CMS/Ckeditor5Bundle', '@blueways/bw-icons/IconSelection.js'], (fu
editor.ui.componentFactory.add(IconPicker.pluginName, locale => {
const button = new ckeditor5Bundle_js.UI.ButtonView(locale);
button.label = 'Icon Picker';
- // @todo introduce SVG loader
button.icon = '';
button.on('execute', () => this.picker.rteButtonClick());
return button;
diff --git a/composer.lock b/composer.lock
index d57f39a..bc73c89 100644
--- a/composer.lock
+++ b/composer.lock
@@ -121,16 +121,16 @@
},
{
"name": "dasprid/enum",
- "version": "1.0.4",
+ "version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/DASPRiD/Enum.git",
- "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f"
+ "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
- "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
+ "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016",
+ "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016",
"shasum": ""
},
"require": {
@@ -165,9 +165,9 @@
],
"support": {
"issues": "https://github.com/DASPRiD/Enum/issues",
- "source": "https://github.com/DASPRiD/Enum/tree/1.0.4"
+ "source": "https://github.com/DASPRiD/Enum/tree/1.0.5"
},
- "time": "2023-03-01T18:44:03+00:00"
+ "time": "2023-08-25T16:18:39+00:00"
},
{
"name": "doctrine/annotations",
@@ -340,16 +340,16 @@
},
{
"name": "doctrine/dbal",
- "version": "3.6.1",
+ "version": "3.7.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "57815c7bbcda3cd18871d253c1dd8cbe56f8526e"
+ "reference": "00d03067f07482f025d41ab55e4ba0db5eca2cdf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/57815c7bbcda3cd18871d253c1dd8cbe56f8526e",
- "reference": "57815c7bbcda3cd18871d253c1dd8cbe56f8526e",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/00d03067f07482f025d41ab55e4ba0db5eca2cdf",
+ "reference": "00d03067f07482f025d41ab55e4ba0db5eca2cdf",
"shasum": ""
},
"require": {
@@ -362,13 +362,14 @@
"psr/log": "^1|^2|^3"
},
"require-dev": {
- "doctrine/coding-standard": "11.1.0",
+ "doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1",
- "jetbrains/phpstorm-stubs": "2022.3",
- "phpstan/phpstan": "1.10.3",
+ "jetbrains/phpstorm-stubs": "2023.1",
+ "phpstan/phpstan": "1.10.35",
"phpstan/phpstan-strict-rules": "^1.5",
- "phpunit/phpunit": "9.6.4",
+ "phpunit/phpunit": "9.6.13",
"psalm/plugin-phpunit": "0.18.4",
+ "slevomat/coding-standard": "8.13.1",
"squizlabs/php_codesniffer": "3.7.2",
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
@@ -432,7 +433,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/3.6.1"
+ "source": "https://github.com/doctrine/dbal/tree/3.7.0"
},
"funding": [
{
@@ -448,29 +449,33 @@
"type": "tidelift"
}
],
- "time": "2023-03-02T19:26:24+00:00"
+ "time": "2023-09-26T20:56:55+00:00"
},
{
"name": "doctrine/deprecations",
- "version": "v1.0.0",
+ "version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
- "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
+ "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
- "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
+ "url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
+ "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
"shasum": ""
},
"require": {
- "php": "^7.1|^8.0"
+ "php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9",
- "phpunit/phpunit": "^7.5|^8.5|^9.5",
- "psr/log": "^1|^2|^3"
+ "phpstan/phpstan": "1.4.10 || 1.10.15",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
+ "psalm/plugin-phpunit": "0.18.4",
+ "psr/log": "^1 || ^2 || ^3",
+ "vimeo/psalm": "4.30.0 || 5.12.0"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
@@ -489,9 +494,9 @@
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
- "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
+ "source": "https://github.com/doctrine/deprecations/tree/1.1.2"
},
- "time": "2022-05-02T15:47:09+00:00"
+ "time": "2023-09-27T20:04:15+00:00"
},
{
"name": "doctrine/event-manager",
@@ -663,16 +668,16 @@
},
{
"name": "egulias/email-validator",
- "version": "4.0.1",
+ "version": "4.0.2",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
- "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff"
+ "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/3a85486b709bc384dae8eb78fb2eec649bdb64ff",
- "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff",
+ "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
+ "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
"shasum": ""
},
"require": {
@@ -681,8 +686,8 @@
"symfony/polyfill-intl-idn": "^1.26"
},
"require-dev": {
- "phpunit/phpunit": "^9.5.27",
- "vimeo/psalm": "^4.30"
+ "phpunit/phpunit": "^10.2",
+ "vimeo/psalm": "^5.12"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
@@ -718,7 +723,7 @@
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
- "source": "https://github.com/egulias/EmailValidator/tree/4.0.1"
+ "source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
},
"funding": [
{
@@ -726,7 +731,7 @@
"type": "github"
}
],
- "time": "2023-01-14T14:17:03+00:00"
+ "time": "2023-10-06T06:47:41+00:00"
},
{
"name": "enshrined/svg-sanitize",
@@ -775,25 +780,25 @@
},
{
"name": "firebase/php-jwt",
- "version": "v6.4.0",
+ "version": "v6.9.0",
"source": {
"type": "git",
"url": "https://github.com/firebase/php-jwt.git",
- "reference": "4dd1e007f22a927ac77da5a3fbb067b42d3bc224"
+ "reference": "f03270e63eaccf3019ef0f32849c497385774e11"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/firebase/php-jwt/zipball/4dd1e007f22a927ac77da5a3fbb067b42d3bc224",
- "reference": "4dd1e007f22a927ac77da5a3fbb067b42d3bc224",
+ "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f03270e63eaccf3019ef0f32849c497385774e11",
+ "reference": "f03270e63eaccf3019ef0f32849c497385774e11",
"shasum": ""
},
"require": {
- "php": "^7.1||^8.0"
+ "php": "^7.4||^8.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.5||^7.4",
- "phpspec/prophecy-phpunit": "^1.1",
- "phpunit/phpunit": "^7.5||^9.5",
+ "phpspec/prophecy-phpunit": "^2.0",
+ "phpunit/phpunit": "^9.5",
"psr/cache": "^1.0||^2.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0"
@@ -832,28 +837,28 @@
],
"support": {
"issues": "https://github.com/firebase/php-jwt/issues",
- "source": "https://github.com/firebase/php-jwt/tree/v6.4.0"
+ "source": "https://github.com/firebase/php-jwt/tree/v6.9.0"
},
- "time": "2023-02-09T21:01:23+00:00"
+ "time": "2023-10-05T00:24:42+00:00"
},
{
"name": "guzzlehttp/guzzle",
- "version": "7.5.0",
+ "version": "7.8.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
- "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
+ "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
- "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9",
+ "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9",
"shasum": ""
},
"require": {
"ext-json": "*",
- "guzzlehttp/promises": "^1.5",
- "guzzlehttp/psr7": "^1.9 || ^2.4",
+ "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
+ "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
@@ -864,7 +869,8 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"ext-curl": "*",
- "php-http/client-integration-tests": "^3.0",
+ "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
+ "php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
@@ -878,9 +884,6 @@
"bamarni-bin": {
"bin-links": true,
"forward-command": false
- },
- "branch-alias": {
- "dev-master": "7.5-dev"
}
},
"autoload": {
@@ -946,7 +949,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
- "source": "https://github.com/guzzle/guzzle/tree/7.5.0"
+ "source": "https://github.com/guzzle/guzzle/tree/7.8.0"
},
"funding": [
{
@@ -962,38 +965,37 @@
"type": "tidelift"
}
],
- "time": "2022-08-28T15:39:27+00:00"
+ "time": "2023-08-27T10:20:53+00:00"
},
{
"name": "guzzlehttp/promises",
- "version": "1.5.2",
+ "version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
- "reference": "b94b2807d85443f9719887892882d0329d1e2598"
+ "reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
- "reference": "b94b2807d85443f9719887892882d0329d1e2598",
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
+ "reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
"shasum": ""
},
"require": {
- "php": ">=5.5"
+ "php": "^7.2.5 || ^8.0"
},
"require-dev": {
- "symfony/phpunit-bridge": "^4.4 || ^5.1"
+ "bamarni/composer-bin-plugin": "^1.8.1",
+ "phpunit/phpunit": "^8.5.29 || ^9.5.23"
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-master": "1.5-dev"
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
}
},
"autoload": {
- "files": [
- "src/functions_include.php"
- ],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
@@ -1030,7 +1032,7 @@
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
- "source": "https://github.com/guzzle/promises/tree/1.5.2"
+ "source": "https://github.com/guzzle/promises/tree/2.0.1"
},
"funding": [
{
@@ -1046,26 +1048,26 @@
"type": "tidelift"
}
],
- "time": "2022-08-28T14:55:35+00:00"
+ "time": "2023-08-03T15:11:55+00:00"
},
{
"name": "guzzlehttp/psr7",
- "version": "2.4.4",
+ "version": "2.6.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
- "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf"
+ "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
- "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
+ "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
- "psr/http-message": "^1.0",
+ "psr/http-message": "^1.1 || ^2.0",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
@@ -1085,9 +1087,6 @@
"bamarni-bin": {
"bin-links": true,
"forward-command": false
- },
- "branch-alias": {
- "dev-master": "2.4-dev"
}
},
"autoload": {
@@ -1149,7 +1148,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
- "source": "https://github.com/guzzle/psr7/tree/2.4.4"
+ "source": "https://github.com/guzzle/psr7/tree/2.6.1"
},
"funding": [
{
@@ -1165,7 +1164,7 @@
"type": "tidelift"
}
],
- "time": "2023-03-09T13:19:02+00:00"
+ "time": "2023-08-27T10:13:57+00:00"
},
{
"name": "lolli42/finediff",
@@ -1234,26 +1233,24 @@
},
{
"name": "masterminds/html5",
- "version": "2.7.6",
+ "version": "2.8.1",
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
- "reference": "897eb517a343a2281f11bc5556d6548db7d93947"
+ "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947",
- "reference": "897eb517a343a2281f11bc5556d6548db7d93947",
+ "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf",
+ "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf",
"shasum": ""
},
"require": {
- "ext-ctype": "*",
"ext-dom": "*",
- "ext-libxml": "*",
"php": ">=5.3.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
+ "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
},
"type": "library",
"extra": {
@@ -1297,9 +1294,9 @@
],
"support": {
"issues": "https://github.com/Masterminds/html5-php/issues",
- "source": "https://github.com/Masterminds/html5-php/tree/2.7.6"
+ "source": "https://github.com/Masterminds/html5-php/tree/2.8.1"
},
- "time": "2022-08-18T16:18:26+00:00"
+ "time": "2023-05-10T11:58:31+00:00"
},
{
"name": "phenx/php-font-lib",
@@ -1394,6 +1391,54 @@
},
"time": "2021-02-03T23:26:27+00:00"
},
+ {
+ "name": "psr/clock",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/clock.git",
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.0 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Psr\\Clock\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for reading the clock.",
+ "homepage": "https://github.com/php-fig/clock",
+ "keywords": [
+ "clock",
+ "now",
+ "psr",
+ "psr-20",
+ "time"
+ ],
+ "support": {
+ "issues": "https://github.com/php-fig/clock/issues",
+ "source": "https://github.com/php-fig/clock/tree/1.0.0"
+ },
+ "time": "2022-11-25T14:36:26+00:00"
+ },
{
"name": "psr/container",
"version": "2.0.2",
@@ -1499,21 +1544,21 @@
},
{
"name": "psr/http-client",
- "version": "1.0.1",
+ "version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
- "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
+ "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
- "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
+ "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
+ "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
- "psr/http-message": "^1.0"
+ "psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
"extra": {
@@ -1533,7 +1578,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
@@ -1545,27 +1590,27 @@
"psr-18"
],
"support": {
- "source": "https://github.com/php-fig/http-client/tree/master"
+ "source": "https://github.com/php-fig/http-client"
},
- "time": "2020-06-29T06:28:15+00:00"
+ "time": "2023-09-23T14:17:50+00:00"
},
{
"name": "psr/http-factory",
- "version": "1.0.1",
+ "version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
- "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
+ "reference": "e616d01114759c4c489f93b099585439f795fe35"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
- "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
+ "reference": "e616d01114759c4c489f93b099585439f795fe35",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
- "psr/http-message": "^1.0"
+ "psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
"extra": {
@@ -1585,7 +1630,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
@@ -1600,31 +1645,31 @@
"response"
],
"support": {
- "source": "https://github.com/php-fig/http-factory/tree/master"
+ "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
},
- "time": "2019-04-30T12:38:16+00:00"
+ "time": "2023-04-10T20:10:41+00:00"
},
{
"name": "psr/http-message",
- "version": "1.0.1",
+ "version": "2.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0.x-dev"
+ "dev-master": "2.0.x-dev"
}
},
"autoload": {
@@ -1639,7 +1684,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
@@ -1653,27 +1698,27 @@
"response"
],
"support": {
- "source": "https://github.com/php-fig/http-message/tree/master"
+ "source": "https://github.com/php-fig/http-message/tree/2.0"
},
- "time": "2016-08-06T14:39:51+00:00"
+ "time": "2023-04-04T09:54:51+00:00"
},
{
"name": "psr/http-server-handler",
- "version": "1.0.1",
+ "version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-server-handler.git",
- "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
+ "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
- "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
+ "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4",
+ "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4",
"shasum": ""
},
"require": {
"php": ">=7.0",
- "psr/http-message": "^1.0"
+ "psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
"extra": {
@@ -1693,7 +1738,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for HTTP server-side request handler",
@@ -1709,28 +1754,27 @@
"server"
],
"support": {
- "issues": "https://github.com/php-fig/http-server-handler/issues",
- "source": "https://github.com/php-fig/http-server-handler/tree/master"
+ "source": "https://github.com/php-fig/http-server-handler/tree/1.0.2"
},
- "time": "2018-10-30T16:46:14+00:00"
+ "time": "2023-04-10T20:06:20+00:00"
},
{
"name": "psr/http-server-middleware",
- "version": "1.0.1",
+ "version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-server-middleware.git",
- "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
+ "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
- "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
+ "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
+ "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
"shasum": ""
},
"require": {
"php": ">=7.0",
- "psr/http-message": "^1.0",
+ "psr/http-message": "^1.0 || ^2.0",
"psr/http-server-handler": "^1.0"
},
"type": "library",
@@ -1751,7 +1795,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for HTTP server-side middleware",
@@ -1767,9 +1811,9 @@
],
"support": {
"issues": "https://github.com/php-fig/http-server-middleware/issues",
- "source": "https://github.com/php-fig/http-server-middleware/tree/master"
+ "source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2"
},
- "time": "2018-10-30T17:12:04+00:00"
+ "time": "2023-04-11T06:14:47+00:00"
},
{
"name": "psr/log",
@@ -1920,16 +1964,16 @@
},
{
"name": "scssphp/scssphp",
- "version": "v1.11.0",
+ "version": "v1.11.1",
"source": {
"type": "git",
"url": "https://github.com/scssphp/scssphp.git",
- "reference": "33749d12c2569bb24071f94e9af828662dabb068"
+ "reference": "ace2503684bab0dcc817d7614c8a54b865122414"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/scssphp/scssphp/zipball/33749d12c2569bb24071f94e9af828662dabb068",
- "reference": "33749d12c2569bb24071f94e9af828662dabb068",
+ "url": "https://api.github.com/repos/scssphp/scssphp/zipball/ace2503684bab0dcc817d7614c8a54b865122414",
+ "reference": "ace2503684bab0dcc817d7614c8a54b865122414",
"shasum": ""
},
"require": {
@@ -1946,7 +1990,7 @@
"thoughtbot/bourbon": "^7.0",
"twbs/bootstrap": "~5.0",
"twbs/bootstrap4": "4.6.1",
- "zurb/foundation": "~6.5"
+ "zurb/foundation": "~6.7.0"
},
"suggest": {
"ext-iconv": "Can be used as fallback when ext-mbstring is not available",
@@ -1994,31 +2038,31 @@
],
"support": {
"issues": "https://github.com/scssphp/scssphp/issues",
- "source": "https://github.com/scssphp/scssphp/tree/v1.11.0"
+ "source": "https://github.com/scssphp/scssphp/tree/v1.11.1"
},
- "time": "2022-09-02T21:24:55+00:00"
+ "time": "2023-09-24T13:38:17+00:00"
},
{
"name": "symfony/cache",
- "version": "v6.2.7",
+ "version": "v6.3.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
- "reference": "01a36b32f930018764bcbde006fbbe421fa6b61e"
+ "reference": "6c1a3ea078c4d88ee892530945df63a87981b2da"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache/zipball/01a36b32f930018764bcbde006fbbe421fa6b61e",
- "reference": "01a36b32f930018764bcbde006fbbe421fa6b61e",
+ "url": "https://api.github.com/repos/symfony/cache/zipball/6c1a3ea078c4d88ee892530945df63a87981b2da",
+ "reference": "6c1a3ea078c4d88ee892530945df63a87981b2da",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/cache": "^2.0|^3.0",
"psr/log": "^1.1|^2|^3",
- "symfony/cache-contracts": "^1.1.7|^2|^3",
- "symfony/service-contracts": "^1.1|^2|^3",
- "symfony/var-exporter": "^6.2.7"
+ "symfony/cache-contracts": "^2.5|^3",
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/var-exporter": "^6.2.10"
},
"conflict": {
"doctrine/dbal": "<2.13.1",
@@ -2034,7 +2078,7 @@
"require-dev": {
"cache/integration-tests": "dev-master",
"doctrine/dbal": "^2.13.1|^3.0",
- "predis/predis": "^1.1",
+ "predis/predis": "^1.1|^2.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
@@ -2076,7 +2120,7 @@
"psr6"
],
"support": {
- "source": "https://github.com/symfony/cache/tree/v6.2.7"
+ "source": "https://github.com/symfony/cache/tree/v6.3.5"
},
"funding": [
{
@@ -2092,33 +2136,30 @@
"type": "tidelift"
}
],
- "time": "2023-02-21T16:15:44+00:00"
+ "time": "2023-09-26T15:48:55+00:00"
},
{
"name": "symfony/cache-contracts",
- "version": "v3.2.1",
+ "version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
- "reference": "eeb71f04b6f7f34ca6d15633df82e014528b1632"
+ "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/eeb71f04b6f7f34ca6d15633df82e014528b1632",
- "reference": "eeb71f04b6f7f34ca6d15633df82e014528b1632",
+ "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ad945640ccc0ae6e208bcea7d7de4b39b569896b",
+ "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/cache": "^3.0"
},
- "suggest": {
- "symfony/cache-implementation": ""
- },
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.3-dev"
+ "dev-main": "3.4-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -2155,7 +2196,80 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/cache-contracts/tree/v3.2.1"
+ "source": "https://github.com/symfony/cache-contracts/tree/v3.3.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": "2023-05-23T14:45:45+00:00"
+ },
+ {
+ "name": "symfony/clock",
+ "version": "v6.3.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/clock.git",
+ "reference": "a74086d3db70d0f06ffd84480daa556248706e98"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/clock/zipball/a74086d3db70d0f06ffd84480daa556248706e98",
+ "reference": "a74086d3db70d0f06ffd84480daa556248706e98",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/clock": "^1.0"
+ },
+ "provide": {
+ "psr/clock-implementation": "1.0"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "Resources/now.php"
+ ],
+ "psr-4": {
+ "Symfony\\Component\\Clock\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "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": "Decouples applications from the system clock",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "clock",
+ "psr20",
+ "time"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/clock/tree/v6.3.4"
},
"funding": [
{
@@ -2171,41 +2285,39 @@
"type": "tidelift"
}
],
- "time": "2023-03-01T10:32:47+00:00"
+ "time": "2023-07-31T11:35:03+00:00"
},
{
"name": "symfony/config",
- "version": "v6.2.7",
+ "version": "v6.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
- "reference": "249271da6f545d6579e0663374f8249a80be2893"
+ "reference": "b47ca238b03e7b0d7880ffd1cf06e8d637ca1467"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/249271da6f545d6579e0663374f8249a80be2893",
- "reference": "249271da6f545d6579e0663374f8249a80be2893",
+ "url": "https://api.github.com/repos/symfony/config/zipball/b47ca238b03e7b0d7880ffd1cf06e8d637ca1467",
+ "reference": "b47ca238b03e7b0d7880ffd1cf06e8d637ca1467",
"shasum": ""
},
"require": {
"php": ">=8.1",
- "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/deprecation-contracts": "^2.5|^3",
"symfony/filesystem": "^5.4|^6.0",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
- "symfony/finder": "<5.4"
+ "symfony/finder": "<5.4",
+ "symfony/service-contracts": "<2.5"
},
"require-dev": {
"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/service-contracts": "^2.5|^3",
"symfony/yaml": "^5.4|^6.0"
},
- "suggest": {
- "symfony/yaml": "To use the yaml reference dumper"
- },
"type": "library",
"autoload": {
"psr-4": {
@@ -2232,7 +2344,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/v6.2.7"
+ "source": "https://github.com/symfony/config/tree/v6.3.2"
},
"funding": [
{
@@ -2248,27 +2360,27 @@
"type": "tidelift"
}
],
- "time": "2023-02-14T08:44:56+00:00"
+ "time": "2023-07-19T20:22:16+00:00"
},
{
"name": "symfony/console",
- "version": "v6.2.7",
+ "version": "v6.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "cbad09eb8925b6ad4fb721c7a179344dc4a19d45"
+ "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/cbad09eb8925b6ad4fb721c7a179344dc4a19d45",
- "reference": "cbad09eb8925b6ad4fb721c7a179344dc4a19d45",
+ "url": "https://api.github.com/repos/symfony/console/zipball/eca495f2ee845130855ddf1cf18460c38966c8b6",
+ "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6",
"shasum": ""
},
"require": {
"php": ">=8.1",
- "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0",
- "symfony/service-contracts": "^1.1|^2|^3",
+ "symfony/service-contracts": "^2.5|^3",
"symfony/string": "^5.4|^6.0"
},
"conflict": {
@@ -2290,12 +2402,6 @@
"symfony/process": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
},
- "suggest": {
- "psr/log": "For using the console logger",
- "symfony/event-dispatcher": "",
- "symfony/lock": "",
- "symfony/process": ""
- },
"type": "library",
"autoload": {
"psr-4": {
@@ -2323,12 +2429,12 @@
"homepage": "https://symfony.com",
"keywords": [
"cli",
- "command line",
+ "command-line",
"console",
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v6.2.7"
+ "source": "https://github.com/symfony/console/tree/v6.3.4"
},
"funding": [
{
@@ -2344,34 +2450,34 @@
"type": "tidelift"
}
],
- "time": "2023-02-25T17:00:03+00:00"
+ "time": "2023-08-16T10:10:12+00:00"
},
{
"name": "symfony/dependency-injection",
- "version": "v6.2.7",
+ "version": "v6.3.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "83369dd4ec84bba9673524d25b79dfbde9e6e84c"
+ "reference": "2ed62b3bf98346e1f45529a7b6be2196739bb993"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/83369dd4ec84bba9673524d25b79dfbde9e6e84c",
- "reference": "83369dd4ec84bba9673524d25b79dfbde9e6e84c",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2ed62b3bf98346e1f45529a7b6be2196739bb993",
+ "reference": "2ed62b3bf98346e1f45529a7b6be2196739bb993",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/container": "^1.1|^2.0",
- "symfony/deprecation-contracts": "^2.1|^3",
- "symfony/service-contracts": "^1.1.6|^2.0|^3.0",
- "symfony/var-exporter": "^6.2.7"
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/service-contracts": "^2.5|^3.0",
+ "symfony/var-exporter": "^6.2.10"
},
"conflict": {
"ext-psr": "<1.1|>=2",
"symfony/config": "<6.1",
"symfony/finder": "<5.4",
- "symfony/proxy-manager-bridge": "<6.2",
+ "symfony/proxy-manager-bridge": "<6.3",
"symfony/yaml": "<5.4"
},
"provide": {
@@ -2383,12 +2489,6 @@
"symfony/expression-language": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0"
},
- "suggest": {
- "symfony/config": "",
- "symfony/expression-language": "For using expressions in service container configuration",
- "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
- "symfony/yaml": ""
- },
"type": "library",
"autoload": {
"psr-4": {
@@ -2415,7 +2515,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/dependency-injection/tree/v6.2.7"
+ "source": "https://github.com/symfony/dependency-injection/tree/v6.3.5"
},
"funding": [
{
@@ -2431,20 +2531,20 @@
"type": "tidelift"
}
],
- "time": "2023-02-16T14:11:02+00:00"
+ "time": "2023-09-25T16:46:40+00:00"
},
{
"name": "symfony/deprecation-contracts",
- "version": "v3.2.1",
+ "version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
- "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e"
+ "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
- "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
+ "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
"shasum": ""
},
"require": {
@@ -2453,7 +2553,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.3-dev"
+ "dev-main": "3.4-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -2482,7 +2582,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.1"
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
},
"funding": [
{
@@ -2498,27 +2598,27 @@
"type": "tidelift"
}
],
- "time": "2023-03-01T10:25:55+00:00"
+ "time": "2023-05-23T14:45:45+00:00"
},
{
"name": "symfony/doctrine-messenger",
- "version": "v6.2.7",
+ "version": "v6.3.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-messenger.git",
- "reference": "4aac66cd902c91adfdf648463eb8378555b95509"
+ "reference": "f1c253e24ae6d2bc4939b1439e074e6d2e73ecdb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/4aac66cd902c91adfdf648463eb8378555b95509",
- "reference": "4aac66cd902c91adfdf648463eb8378555b95509",
+ "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/f1c253e24ae6d2bc4939b1439e074e6d2e73ecdb",
+ "reference": "f1c253e24ae6d2bc4939b1439e074e6d2e73ecdb",
"shasum": ""
},
"require": {
"doctrine/dbal": "^2.13|^3.0",
"php": ">=8.1",
"symfony/messenger": "^5.4|^6.0",
- "symfony/service-contracts": "^1.1|^2|^3"
+ "symfony/service-contracts": "^2.5|^3"
},
"conflict": {
"doctrine/persistence": "<1.3"
@@ -2554,7 +2654,7 @@
"description": "Symfony Doctrine Messenger Bridge",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/doctrine-messenger/tree/v6.2.7"
+ "source": "https://github.com/symfony/doctrine-messenger/tree/v6.3.1"
},
"funding": [
{
@@ -2570,28 +2670,29 @@
"type": "tidelift"
}
],
- "time": "2023-02-16T09:57:23+00:00"
+ "time": "2023-06-24T11:51:27+00:00"
},
{
"name": "symfony/event-dispatcher",
- "version": "v6.2.7",
+ "version": "v6.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "404b307de426c1c488e5afad64403e5f145e82a5"
+ "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/404b307de426c1c488e5afad64403e5f145e82a5",
- "reference": "404b307de426c1c488e5afad64403e5f145e82a5",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
+ "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
"shasum": ""
},
"require": {
"php": ">=8.1",
- "symfony/event-dispatcher-contracts": "^2|^3"
+ "symfony/event-dispatcher-contracts": "^2.5|^3"
},
"conflict": {
- "symfony/dependency-injection": "<5.4"
+ "symfony/dependency-injection": "<5.4",
+ "symfony/service-contracts": "<2.5"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
@@ -2604,13 +2705,9 @@
"symfony/error-handler": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
- "symfony/service-contracts": "^1.1|^2|^3",
+ "symfony/service-contracts": "^2.5|^3",
"symfony/stopwatch": "^5.4|^6.0"
},
- "suggest": {
- "symfony/dependency-injection": "",
- "symfony/http-kernel": ""
- },
"type": "library",
"autoload": {
"psr-4": {
@@ -2637,7 +2734,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/event-dispatcher/tree/v6.2.7"
+ "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.2"
},
"funding": [
{
@@ -2653,33 +2750,30 @@
"type": "tidelift"
}
],
- "time": "2023-02-14T08:44:56+00:00"
+ "time": "2023-07-06T06:56:43+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
- "version": "v3.2.1",
+ "version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
- "reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd"
+ "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ad3b6f1e4e2da5690fefe075cd53a238646d8dd",
- "reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
+ "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/event-dispatcher": "^1"
},
- "suggest": {
- "symfony/event-dispatcher-implementation": ""
- },
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.3-dev"
+ "dev-main": "3.4-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -2716,7 +2810,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.1"
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
},
"funding": [
{
@@ -2732,26 +2826,27 @@
"type": "tidelift"
}
],
- "time": "2023-03-01T10:32:47+00:00"
+ "time": "2023-05-23T14:45:45+00:00"
},
{
"name": "symfony/expression-language",
- "version": "v6.2.7",
+ "version": "v6.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
- "reference": "83e1fee4c018aa60bcbbecd585a2c54af6aca905"
+ "reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/expression-language/zipball/83e1fee4c018aa60bcbbecd585a2c54af6aca905",
- "reference": "83e1fee4c018aa60bcbbecd585a2c54af6aca905",
+ "url": "https://api.github.com/repos/symfony/expression-language/zipball/6d560c4c80e7e328708efd923f93ad67e6a0c1c0",
+ "reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/cache": "^5.4|^6.0",
- "symfony/service-contracts": "^1.1|^2|^3"
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/service-contracts": "^2.5|^3"
},
"type": "library",
"autoload": {
@@ -2779,7 +2874,7 @@
"description": "Provides an engine that can compile and evaluate expressions",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/expression-language/tree/v6.2.7"
+ "source": "https://github.com/symfony/expression-language/tree/v6.3.0"
},
"funding": [
{
@@ -2795,20 +2890,20 @@
"type": "tidelift"
}
],
- "time": "2023-02-16T09:57:23+00:00"
+ "time": "2023-04-28T16:05:33+00:00"
},
{
"name": "symfony/filesystem",
- "version": "v6.2.7",
+ "version": "v6.3.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "82b6c62b959f642d000456f08c6d219d749215b3"
+ "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/82b6c62b959f642d000456f08c6d219d749215b3",
- "reference": "82b6c62b959f642d000456f08c6d219d749215b3",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
+ "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
"shasum": ""
},
"require": {
@@ -2842,7 +2937,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/filesystem/tree/v6.2.7"
+ "source": "https://github.com/symfony/filesystem/tree/v6.3.1"
},
"funding": [
{
@@ -2858,20 +2953,20 @@
"type": "tidelift"
}
],
- "time": "2023-02-14T08:44:56+00:00"
+ "time": "2023-06-01T08:30:39+00:00"
},
{
"name": "symfony/finder",
- "version": "v6.2.7",
+ "version": "v6.3.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb"
+ "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/20808dc6631aecafbe67c186af5dcb370be3a0eb",
- "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/a1b31d88c0e998168ca7792f222cbecee47428c4",
+ "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4",
"shasum": ""
},
"require": {
@@ -2906,7 +3001,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/finder/tree/v6.2.7"
+ "source": "https://github.com/symfony/finder/tree/v6.3.5"
},
"funding": [
{
@@ -2922,32 +3017,34 @@
"type": "tidelift"
}
],
- "time": "2023-02-16T09:57:23+00:00"
+ "time": "2023-09-26T12:56:25+00:00"
},
{
"name": "symfony/http-foundation",
- "version": "v6.2.7",
+ "version": "v6.3.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "5fc3038d4a594223f9ea42e4e985548f3fcc9a3b"
+ "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5fc3038d4a594223f9ea42e4e985548f3fcc9a3b",
- "reference": "5fc3038d4a594223f9ea42e4e985548f3fcc9a3b",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b50f5e281d722cb0f4c296f908bacc3e2b721957",
+ "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957",
"shasum": ""
},
"require": {
"php": ">=8.1",
- "symfony/deprecation-contracts": "^2.1|^3",
- "symfony/polyfill-mbstring": "~1.1"
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/polyfill-mbstring": "~1.1",
+ "symfony/polyfill-php83": "^1.27"
},
"conflict": {
"symfony/cache": "<6.2"
},
"require-dev": {
- "predis/predis": "~1.0",
+ "doctrine/dbal": "^2.13.1|^3.0",
+ "predis/predis": "^1.1|^2.0",
"symfony/cache": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
@@ -2955,9 +3052,6 @@
"symfony/mime": "^5.4|^6.0",
"symfony/rate-limiter": "^5.2|^6.0"
},
- "suggest": {
- "symfony/mime": "To use the file extension guesser"
- },
"type": "library",
"autoload": {
"psr-4": {
@@ -2984,7 +3078,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-foundation/tree/v6.2.7"
+ "source": "https://github.com/symfony/http-foundation/tree/v6.3.5"
},
"funding": [
{
@@ -3000,20 +3094,20 @@
"type": "tidelift"
}
],
- "time": "2023-02-21T10:54:55+00:00"
+ "time": "2023-09-04T21:33:54+00:00"
},
{
"name": "symfony/mailer",
- "version": "v6.2.7",
+ "version": "v6.3.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
- "reference": "e4f84c633b72ec70efc50b8016871c3bc43e691e"
+ "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mailer/zipball/e4f84c633b72ec70efc50b8016871c3bc43e691e",
- "reference": "e4f84c633b72ec70efc50b8016871c3bc43e691e",
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/d89611a7830d51b5e118bca38e390dea92f9ea06",
+ "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06",
"shasum": ""
},
"require": {
@@ -3023,9 +3117,10 @@
"psr/log": "^1|^2|^3",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/mime": "^6.2",
- "symfony/service-contracts": "^1.1|^2|^3"
+ "symfony/service-contracts": "^2.5|^3"
},
"conflict": {
+ "symfony/http-client-contracts": "<2.5",
"symfony/http-kernel": "<5.4",
"symfony/messenger": "<6.2",
"symfony/mime": "<6.2",
@@ -3063,7 +3158,7 @@
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/mailer/tree/v6.2.7"
+ "source": "https://github.com/symfony/mailer/tree/v6.3.5"
},
"funding": [
{
@@ -3079,37 +3174,40 @@
"type": "tidelift"
}
],
- "time": "2023-02-21T10:35:38+00:00"
+ "time": "2023-09-06T09:47:15+00:00"
},
{
"name": "symfony/messenger",
- "version": "v6.2.7",
+ "version": "v6.3.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/messenger.git",
- "reference": "5ca618865eb726354e5369dda38770af1a8a8331"
+ "reference": "fb29632c2abdc52f4f10f9402f8f93ebb8938234"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/messenger/zipball/5ca618865eb726354e5369dda38770af1a8a8331",
- "reference": "5ca618865eb726354e5369dda38770af1a8a8331",
+ "url": "https://api.github.com/repos/symfony/messenger/zipball/fb29632c2abdc52f4f10f9402f8f93ebb8938234",
+ "reference": "fb29632c2abdc52f4f10f9402f8f93ebb8938234",
"shasum": ""
},
"require": {
"php": ">=8.1",
- "psr/log": "^1|^2|^3"
+ "psr/log": "^1|^2|^3",
+ "symfony/clock": "^6.3"
},
"conflict": {
+ "symfony/console": "<6.3",
"symfony/event-dispatcher": "<5.4",
- "symfony/event-dispatcher-contracts": "<2",
+ "symfony/event-dispatcher-contracts": "<2.5",
"symfony/framework-bundle": "<5.4",
"symfony/http-kernel": "<5.4",
"symfony/serializer": "<5.4"
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
- "symfony/console": "^5.4|^6.0",
+ "symfony/console": "^6.3",
"symfony/dependency-injection": "^5.4|^6.0",
+ "symfony/deprecation-contracts": "^2.5|^3",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
@@ -3117,13 +3215,10 @@
"symfony/rate-limiter": "^5.4|^6.0",
"symfony/routing": "^5.4|^6.0",
"symfony/serializer": "^5.4|^6.0",
- "symfony/service-contracts": "^1.1|^2|^3",
+ "symfony/service-contracts": "^2.5|^3",
"symfony/stopwatch": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0"
},
- "suggest": {
- "enqueue/messenger-adapter": "For using the php-enqueue library as a transport."
- },
"type": "library",
"autoload": {
"psr-4": {
@@ -3150,7 +3245,7 @@
"description": "Helps applications send and receive messages to/from other applications or via message queues",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/messenger/tree/v6.2.7"
+ "source": "https://github.com/symfony/messenger/tree/v6.3.5"
},
"funding": [
{
@@ -3166,24 +3261,25 @@
"type": "tidelift"
}
],
- "time": "2023-02-16T09:57:23+00:00"
+ "time": "2023-09-29T16:11:24+00:00"
},
{
"name": "symfony/mime",
- "version": "v6.2.7",
+ "version": "v6.3.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
- "reference": "62e341f80699badb0ad70b31149c8df89a2d778e"
+ "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/62e341f80699badb0ad70b31149c8df89a2d778e",
- "reference": "62e341f80699badb0ad70b31149c8df89a2d778e",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/d5179eedf1cb2946dbd760475ebf05c251ef6a6e",
+ "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e",
"shasum": ""
},
"require": {
"php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
},
@@ -3192,7 +3288,7 @@
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/mailer": "<5.4",
- "symfony/serializer": "<6.2"
+ "symfony/serializer": "<6.2.13|>=6.3,<6.3.2"
},
"require-dev": {
"egulias/email-validator": "^2.1.10|^3.1|^4",
@@ -3201,7 +3297,7 @@
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/property-info": "^5.4|^6.0",
- "symfony/serializer": "^6.2"
+ "symfony/serializer": "~6.2.13|^6.3.2"
},
"type": "library",
"autoload": {
@@ -3233,7 +3329,7 @@
"mime-type"
],
"support": {
- "source": "https://github.com/symfony/mime/tree/v6.2.7"
+ "source": "https://github.com/symfony/mime/tree/v6.3.5"
},
"funding": [
{
@@ -3249,25 +3345,25 @@
"type": "tidelift"
}
],
- "time": "2023-02-24T10:42:00+00:00"
+ "time": "2023-09-29T06:59:36+00:00"
},
{
"name": "symfony/options-resolver",
- "version": "v6.2.7",
+ "version": "v6.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
- "reference": "aa0e85b53bbb2b4951960efd61d295907eacd629"
+ "reference": "a10f19f5198d589d5c33333cffe98dc9820332dd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/aa0e85b53bbb2b4951960efd61d295907eacd629",
- "reference": "aa0e85b53bbb2b4951960efd61d295907eacd629",
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/a10f19f5198d589d5c33333cffe98dc9820332dd",
+ "reference": "a10f19f5198d589d5c33333cffe98dc9820332dd",
"shasum": ""
},
"require": {
"php": ">=8.1",
- "symfony/deprecation-contracts": "^2.1|^3"
+ "symfony/deprecation-contracts": "^2.5|^3"
},
"type": "library",
"autoload": {
@@ -3300,7 +3396,7 @@
"options"
],
"support": {
- "source": "https://github.com/symfony/options-resolver/tree/v6.2.7"
+ "source": "https://github.com/symfony/options-resolver/tree/v6.3.0"
},
"funding": [
{
@@ -3316,20 +3412,20 @@
"type": "tidelift"
}
],
- "time": "2023-02-14T08:44:56+00:00"
+ "time": "2023-05-12T14:21:09+00:00"
},
{
"name": "symfony/polyfill-ctype",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
+ "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
- "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
+ "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
"shasum": ""
},
"require": {
@@ -3344,7 +3440,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -3382,7 +3478,7 @@
"portable"
],
"support": {
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
},
"funding": [
{
@@ -3398,20 +3494,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
- "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
+ "reference": "875e90aeea2777b6f135677f618529449334a612"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
- "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
+ "reference": "875e90aeea2777b6f135677f618529449334a612",
"shasum": ""
},
"require": {
@@ -3423,7 +3519,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -3463,7 +3559,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
},
"funding": [
{
@@ -3479,20 +3575,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
- "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
+ "reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
- "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
+ "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
"shasum": ""
},
"require": {
@@ -3506,7 +3602,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -3550,7 +3646,7 @@
"shim"
],
"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": [
{
@@ -3566,20 +3662,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-01-26T09:30:37+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
- "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
+ "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
- "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
+ "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
"shasum": ""
},
"require": {
@@ -3591,7 +3687,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -3634,7 +3730,7 @@
"shim"
],
"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": [
{
@@ -3650,20 +3746,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
+ "reference": "42292d99c55abe617799667f454222c54c60e229"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
- "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
+ "reference": "42292d99c55abe617799667f454222c54c60e229",
"shasum": ""
},
"require": {
@@ -3678,7 +3774,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -3717,7 +3813,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
},
"funding": [
{
@@ -3733,20 +3829,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-07-28T09:04:16+00:00"
},
{
"name": "symfony/polyfill-php72",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
- "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
+ "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
- "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179",
+ "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179",
"shasum": ""
},
"require": {
@@ -3755,7 +3851,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -3793,7 +3889,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0"
},
"funding": [
{
@@ -3809,40 +3905,44 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
- "name": "symfony/rate-limiter",
- "version": "v6.2.7",
+ "name": "symfony/polyfill-php80",
+ "version": "v1.28.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/rate-limiter.git",
- "reference": "e82784d6a8d64a33f44a8acfd703327a32831533"
+ "url": "https://github.com/symfony/polyfill-php80.git",
+ "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/rate-limiter/zipball/e82784d6a8d64a33f44a8acfd703327a32831533",
- "reference": "e82784d6a8d64a33f44a8acfd703327a32831533",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
+ "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
"shasum": ""
},
"require": {
- "php": ">=8.1",
- "symfony/options-resolver": "^5.4|^6.0"
- },
- "require-dev": {
- "psr/cache": "^1.0|^2.0|^3.0",
- "symfony/lock": "^5.4|^6.0"
- },
- "suggest": {
- "symfony/lock": "For preventing race conditions in rate limiters"
+ "php": ">=7.1"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.28-dev"
+ },
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
"autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
"psr-4": {
- "Symfony\\Component\\RateLimiter\\": ""
+ "Symfony\\Polyfill\\Php80\\": ""
},
- "exclude-from-classmap": [
- "/Tests/"
+ "classmap": [
+ "Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -3851,22 +3951,28 @@
],
"authors": [
{
- "name": "Wouter de Jong",
- "email": "wouter@wouterj.nl"
+ "name": "Ion Bazan",
+ "email": "ion.bazan@gmail.com"
+ },
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Provides a Token Bucket implementation to rate limit input and output in your application",
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
- "limiter",
- "rate-limiter"
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
],
"support": {
- "source": "https://github.com/symfony/rate-limiter/tree/v6.2.7"
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
},
"funding": [
{
@@ -3882,53 +3988,45 @@
"type": "tidelift"
}
],
- "time": "2023-02-24T10:42:00+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
- "name": "symfony/routing",
- "version": "v6.2.7",
+ "name": "symfony/polyfill-php83",
+ "version": "v1.28.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/routing.git",
- "reference": "fa643fa4c56de161f8bc8c0492a76a60140b50e4"
+ "url": "https://github.com/symfony/polyfill-php83.git",
+ "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/fa643fa4c56de161f8bc8c0492a76a60140b50e4",
- "reference": "fa643fa4c56de161f8bc8c0492a76a60140b50e4",
+ "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
+ "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
"shasum": ""
},
"require": {
- "php": ">=8.1"
- },
- "conflict": {
- "doctrine/annotations": "<1.12",
- "symfony/config": "<6.2",
- "symfony/dependency-injection": "<5.4",
- "symfony/yaml": "<5.4"
- },
- "require-dev": {
- "doctrine/annotations": "^1.12|^2",
- "psr/log": "^1|^2|^3",
- "symfony/config": "^6.2",
- "symfony/dependency-injection": "^5.4|^6.0",
- "symfony/expression-language": "^5.4|^6.0",
- "symfony/http-foundation": "^5.4|^6.0",
- "symfony/yaml": "^5.4|^6.0"
- },
- "suggest": {
- "symfony/config": "For using the all-in-one router or any loader",
- "symfony/expression-language": "For using expression matching",
- "symfony/http-foundation": "For using a Symfony Request object",
- "symfony/yaml": "For using the YAML loader"
+ "php": ">=7.1",
+ "symfony/polyfill-php80": "^1.14"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.28-dev"
+ },
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
"autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
"psr-4": {
- "Symfony\\Component\\Routing\\": ""
+ "Symfony\\Polyfill\\Php83\\": ""
},
- "exclude-from-classmap": [
- "/Tests/"
+ "classmap": [
+ "Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -3937,24 +4035,24 @@
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Maps an HTTP request to a set of configuration variables",
+ "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
- "router",
- "routing",
- "uri",
- "url"
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
],
"support": {
- "source": "https://github.com/symfony/routing/tree/v6.2.7"
+ "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0"
},
"funding": [
{
@@ -3970,20 +4068,255 @@
"type": "tidelift"
}
],
- "time": "2023-02-14T08:53:37+00:00"
+ "time": "2023-08-16T06:22:46+00:00"
},
{
- "name": "symfony/service-contracts",
- "version": "v3.2.1",
+ "name": "symfony/polyfill-uuid",
+ "version": "v1.28.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/service-contracts.git",
- "reference": "a8c9cedf55f314f3a186041d19537303766df09a"
+ "url": "https://github.com/symfony/polyfill-uuid.git",
+ "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a8c9cedf55f314f3a186041d19537303766df09a",
- "reference": "a8c9cedf55f314f3a186041d19537303766df09a",
+ "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/9c44518a5aff8da565c8a55dbe85d2769e6f630e",
+ "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "provide": {
+ "ext-uuid": "*"
+ },
+ "suggest": {
+ "ext-uuid": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.28-dev"
+ },
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Uuid\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Grégoire Pineau",
+ "email": "lyrixx@lyrixx.info"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for uuid functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "uuid"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-uuid/tree/v1.28.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": "2023-01-26T09:26:14+00:00"
+ },
+ {
+ "name": "symfony/rate-limiter",
+ "version": "v6.3.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/rate-limiter.git",
+ "reference": "5223387e4017f26c8c61c46d8e39c11fe4d504b7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/rate-limiter/zipball/5223387e4017f26c8c61c46d8e39c11fe4d504b7",
+ "reference": "5223387e4017f26c8c61c46d8e39c11fe4d504b7",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "symfony/options-resolver": "^5.4|^6.0"
+ },
+ "require-dev": {
+ "psr/cache": "^1.0|^2.0|^3.0",
+ "symfony/lock": "^5.4|^6.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\RateLimiter\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Wouter de Jong",
+ "email": "wouter@wouterj.nl"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides a Token Bucket implementation to rate limit input and output in your application",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "limiter",
+ "rate-limiter"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/rate-limiter/tree/v6.3.2"
+ },
+ "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-07-13T14:29:38+00:00"
+ },
+ {
+ "name": "symfony/routing",
+ "version": "v6.3.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/routing.git",
+ "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/82616e59acd3e3d9c916bba798326cb7796d7d31",
+ "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3"
+ },
+ "conflict": {
+ "doctrine/annotations": "<1.12",
+ "symfony/config": "<6.2",
+ "symfony/dependency-injection": "<5.4",
+ "symfony/yaml": "<5.4"
+ },
+ "require-dev": {
+ "doctrine/annotations": "^1.12|^2",
+ "psr/log": "^1|^2|^3",
+ "symfony/config": "^6.2",
+ "symfony/dependency-injection": "^5.4|^6.0",
+ "symfony/expression-language": "^5.4|^6.0",
+ "symfony/http-foundation": "^5.4|^6.0",
+ "symfony/yaml": "^5.4|^6.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Routing\\": ""
+ },
+ "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": "Maps an HTTP request to a set of configuration variables",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "router",
+ "routing",
+ "uri",
+ "url"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/routing/tree/v6.3.5"
+ },
+ "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-09-20T16:05:51+00:00"
+ },
+ {
+ "name": "symfony/service-contracts",
+ "version": "v3.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/service-contracts.git",
+ "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
+ "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
"shasum": ""
},
"require": {
@@ -3993,13 +4326,10 @@
"conflict": {
"ext-psr": "<1.1|>=2"
},
- "suggest": {
- "symfony/service-implementation": ""
- },
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.3-dev"
+ "dev-main": "3.4-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -4039,7 +4369,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/service-contracts/tree/v3.2.1"
+ "source": "https://github.com/symfony/service-contracts/tree/v3.3.0"
},
"funding": [
{
@@ -4055,20 +4385,20 @@
"type": "tidelift"
}
],
- "time": "2023-03-01T10:32:47+00:00"
+ "time": "2023-05-23T14:45:45+00:00"
},
{
"name": "symfony/string",
- "version": "v6.2.7",
+ "version": "v6.3.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "67b8c1eec78296b85dc1c7d9743830160218993d"
+ "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/67b8c1eec78296b85dc1c7d9743830160218993d",
- "reference": "67b8c1eec78296b85dc1c7d9743830160218993d",
+ "url": "https://api.github.com/repos/symfony/string/zipball/13d76d0fb049051ed12a04bef4f9de8715bea339",
+ "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339",
"shasum": ""
},
"require": {
@@ -4079,13 +4409,13 @@
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
- "symfony/translation-contracts": "<2.0"
+ "symfony/translation-contracts": "<2.5"
},
"require-dev": {
"symfony/error-handler": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"symfony/intl": "^6.2",
- "symfony/translation-contracts": "^2.0|^3.0",
+ "symfony/translation-contracts": "^2.5|^3.0",
"symfony/var-exporter": "^5.4|^6.0"
},
"type": "library",
@@ -4125,7 +4455,81 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v6.2.7"
+ "source": "https://github.com/symfony/string/tree/v6.3.5"
+ },
+ "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-09-18T10:38:32+00:00"
+ },
+ {
+ "name": "symfony/uid",
+ "version": "v6.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/uid.git",
+ "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/uid/zipball/01b0f20b1351d997711c56f1638f7a8c3061e384",
+ "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "symfony/polyfill-uuid": "^1.15"
+ },
+ "require-dev": {
+ "symfony/console": "^5.4|^6.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Uid\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Grégoire Pineau",
+ "email": "lyrixx@lyrixx.info"
+ },
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides an object-oriented API to generate and represent UIDs",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "UID",
+ "ulid",
+ "uuid"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/uid/tree/v6.3.0"
},
"funding": [
{
@@ -4141,20 +4545,20 @@
"type": "tidelift"
}
],
- "time": "2023-02-24T10:42:00+00:00"
+ "time": "2023-04-08T07:25:02+00:00"
},
{
"name": "symfony/var-exporter",
- "version": "v6.2.7",
+ "version": "v6.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
- "reference": "86062dd0103530e151588c8f60f5b85a139f1442"
+ "reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-exporter/zipball/86062dd0103530e151588c8f60f5b85a139f1442",
- "reference": "86062dd0103530e151588c8f60f5b85a139f1442",
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/df1f8aac5751871b83d30bf3e2c355770f8f0691",
+ "reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691",
"shasum": ""
},
"require": {
@@ -4194,12 +4598,12 @@
"export",
"hydrate",
"instantiate",
- "lazy loading",
+ "lazy-loading",
"proxy",
"serialize"
],
"support": {
- "source": "https://github.com/symfony/var-exporter/tree/v6.2.7"
+ "source": "https://github.com/symfony/var-exporter/tree/v6.3.4"
},
"funding": [
{
@@ -4215,24 +4619,25 @@
"type": "tidelift"
}
],
- "time": "2023-02-24T10:42:00+00:00"
+ "time": "2023-08-16T18:14:47+00:00"
},
{
"name": "symfony/yaml",
- "version": "v6.2.7",
+ "version": "v6.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
- "reference": "e8e6a1d59e050525f27a1f530aa9703423cb7f57"
+ "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/e8e6a1d59e050525f27a1f530aa9703423cb7f57",
- "reference": "e8e6a1d59e050525f27a1f530aa9703423cb7f57",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/e23292e8c07c85b971b44c1c4b87af52133e2add",
+ "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add",
"shasum": ""
},
"require": {
"php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
@@ -4241,9 +4646,6 @@
"require-dev": {
"symfony/console": "^5.4|^6.0"
},
- "suggest": {
- "symfony/console": "For validating YAML files using the lint command"
- },
"bin": [
"Resources/bin/yaml-lint"
],
@@ -4273,7 +4675,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/yaml/tree/v6.2.7"
+ "source": "https://github.com/symfony/yaml/tree/v6.3.3"
},
"funding": [
{
@@ -4289,7 +4691,7 @@
"type": "tidelift"
}
],
- "time": "2023-02-16T09:57:23+00:00"
+ "time": "2023-07-31T07:08:24+00:00"
},
{
"name": "typo3/class-alias-loader",
@@ -4355,16 +4757,16 @@
},
{
"name": "typo3/cms-cli",
- "version": "3.1.0",
+ "version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/TYPO3/cms-cli.git",
- "reference": "1572143c88ec08d238e417de55c9813fb949e783"
+ "reference": "d8947732ff5a6dc52829e88cb1c761124475c0e8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3/cms-cli/zipball/1572143c88ec08d238e417de55c9813fb949e783",
- "reference": "1572143c88ec08d238e417de55c9813fb949e783",
+ "url": "https://api.github.com/repos/TYPO3/cms-cli/zipball/d8947732ff5a6dc52829e88cb1c761124475c0e8",
+ "reference": "d8947732ff5a6dc52829e88cb1c761124475c0e8",
"shasum": ""
},
"require": {
@@ -4382,9 +4784,9 @@
"homepage": "https://typo3.org",
"support": {
"issues": "https://github.com/TYPO3/cms-cli/issues",
- "source": "https://github.com/TYPO3/cms-cli/tree/3.1.0"
+ "source": "https://github.com/TYPO3/cms-cli/tree/3.1.1"
},
- "time": "2021-03-01T12:18:57+00:00"
+ "time": "2023-08-15T10:14:53+00:00"
},
{
"name": "typo3/cms-composer-installers",
@@ -4460,16 +4862,16 @@
},
{
"name": "typo3/cms-core",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/core.git",
- "reference": "271fa1efc450ec292460b89f42df1310fb0522ca"
+ "reference": "4a56eab217c708602bbb69ce93be7210bedafbb0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/271fa1efc450ec292460b89f42df1310fb0522ca",
- "reference": "271fa1efc450ec292460b89f42df1310fb0522ca",
+ "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/4a56eab217c708602bbb69ce93be7210bedafbb0",
+ "reference": "4a56eab217c708602bbb69ce93be7210bedafbb0",
"shasum": ""
},
"require": {
@@ -4477,7 +4879,7 @@
"christian-riesen/base32": "^1.6",
"composer-runtime-api": "^2.1",
"doctrine/annotations": "^1.13.3 || ^2.0",
- "doctrine/dbal": "^3.5.1",
+ "doctrine/dbal": "^3.6.2",
"doctrine/event-manager": "^2.0",
"doctrine/lexer": "^2.0 || ^3.0",
"egulias/email-validator": "^4.0",
@@ -4492,9 +4894,9 @@
"ext-session": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
- "firebase/php-jwt": "^6.3.1",
- "guzzlehttp/guzzle": "^7.5.0",
- "guzzlehttp/psr7": "^2.4.3",
+ "firebase/php-jwt": "^6.4.0",
+ "guzzlehttp/guzzle": "^7.7.0",
+ "guzzlehttp/psr7": "^2.5.0",
"lolli42/finediff": "^1.0.2",
"masterminds/html5": "^2.7.6",
"php": "^8.1",
@@ -4502,7 +4904,7 @@
"psr/event-dispatcher": "^1.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
- "psr/http-message": "^1.0",
+ "psr/http-message": "^1.1 || ^2.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "^2.0 || ^3.0",
@@ -4522,12 +4924,13 @@
"symfony/options-resolver": "^6.2",
"symfony/rate-limiter": "^6.2",
"symfony/routing": "^6.2",
+ "symfony/uid": "^6.2",
"symfony/yaml": "^6.2",
"typo3/class-alias-loader": "^1.1.4",
"typo3/cms-cli": "^3.1",
"typo3/cms-composer-installers": "^5.0",
- "typo3/html-sanitizer": "^2.1.1",
- "typo3fluid/fluid": "^2.7.2"
+ "typo3/html-sanitizer": "^2.1.3",
+ "typo3fluid/fluid": "^2.9.2"
},
"conflict": {
"hoa/core": "*",
@@ -4543,6 +4946,7 @@
"typo3/cms-sv": "*"
},
"suggest": {
+ "ext-apcu": "Needed when non-default APCU based cache backends are used",
"ext-fileinfo": "Used for proper file type detection in the file abstraction layer",
"ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images",
"ext-mysqli": "",
@@ -4553,7 +4957,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -4595,20 +4999,20 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/html-sanitizer",
- "version": "v2.1.1",
+ "version": "v2.1.3",
"source": {
"type": "git",
"url": "https://github.com/TYPO3/html-sanitizer.git",
- "reference": "f8b9c466a08fe4b7bd32b4b8dbde5cf7fbfa9956"
+ "reference": "a35f220b2336e3f040f91d3de23d19964833643f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3/html-sanitizer/zipball/f8b9c466a08fe4b7bd32b4b8dbde5cf7fbfa9956",
- "reference": "f8b9c466a08fe4b7bd32b4b8dbde5cf7fbfa9956",
+ "url": "https://api.github.com/repos/TYPO3/html-sanitizer/zipball/a35f220b2336e3f040f91d3de23d19964833643f",
+ "reference": "a35f220b2336e3f040f91d3de23d19964833643f",
"shasum": ""
},
"require": {
@@ -4644,33 +5048,34 @@
"description": "HTML sanitizer aiming to provide XSS-safe markup based on explicitly allowed tags, attributes and values.",
"support": {
"issues": "https://github.com/TYPO3/html-sanitizer/issues",
- "source": "https://github.com/TYPO3/html-sanitizer/tree/v2.1.1"
+ "source": "https://github.com/TYPO3/html-sanitizer/tree/v2.1.3"
},
- "time": "2022-12-13T08:07:15+00:00"
+ "time": "2023-07-25T08:47:32+00:00"
},
{
"name": "typo3fluid/fluid",
- "version": "2.7.2",
+ "version": "2.9.2",
"source": {
"type": "git",
"url": "https://github.com/TYPO3/Fluid.git",
- "reference": "50ee1ee19ee00947c92bcb554bbea4fb5463b468"
+ "reference": "e308c61aecc2832c195c423fda812217e3c9d18f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/50ee1ee19ee00947c92bcb554bbea4fb5463b468",
- "reference": "50ee1ee19ee00947c92bcb554bbea4fb5463b468",
+ "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/e308c61aecc2832c195c423fda812217e3c9d18f",
+ "reference": "e308c61aecc2832c195c423fda812217e3c9d18f",
"shasum": ""
},
"require": {
- "php": "^7.2 || ^8.0"
+ "ext-mbstring": "*",
+ "php": "^8.1"
},
"require-dev": {
- "ext-mbstring": "*",
- "friendsofphp/php-cs-fixer": "^3.4",
- "phpstan/phpstan": "^1.7",
- "phpstan/phpstan-phpunit": "^1.1",
- "phpunit/phpunit": "^8.5.26 || ^9.5"
+ "ext-json": "*",
+ "friendsofphp/php-cs-fixer": "^3.16.0",
+ "phpstan/phpstan": "^1.10.14",
+ "phpstan/phpstan-phpunit": "^1.3.11",
+ "phpunit/phpunit": "^10.1.2"
},
"suggest": {
"ext-json": "PHP JSON is needed when using JSONVariableProvider: A relatively rare use case"
@@ -4695,7 +5100,7 @@
"issues": "https://github.com/TYPO3/Fluid/issues",
"source": "https://github.com/TYPO3/Fluid"
},
- "time": "2022-07-28T11:24:11+00:00"
+ "time": "2023-06-19T16:51:11+00:00"
}
],
"packages-dev": [
@@ -4705,12 +5110,12 @@
"source": {
"type": "git",
"url": "https://github.com/benjaminkott/bootstrap_package.git",
- "reference": "33ccae281acb1d4dfbef7eff0ab2f3f5e8db3443"
+ "reference": "1462f2fa848163ac54aab550582dd78c12e44e64"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/benjaminkott/bootstrap_package/zipball/33ccae281acb1d4dfbef7eff0ab2f3f5e8db3443",
- "reference": "33ccae281acb1d4dfbef7eff0ab2f3f5e8db3443",
+ "url": "https://api.github.com/repos/benjaminkott/bootstrap_package/zipball/1462f2fa848163ac54aab550582dd78c12e44e64",
+ "reference": "1462f2fa848163ac54aab550582dd78c12e44e64",
"shasum": ""
},
"require": {
@@ -4721,45 +5126,45 @@
"ext-libxml": "*",
"ext-pdo": "*",
"ext-simplexml": "*",
- "php": ">=7.4.0",
- "scssphp/scssphp": "^1.8.1",
- "typo3/cms-backend": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-core": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-extbase": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-extensionmanager": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-fluid": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-frontend": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-install": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-rte-ckeditor": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-seo": "^11.5 || ^12.1 || 12.*.*@dev"
+ "php": ">=8.1.0",
+ "scssphp/scssphp": "^1.11",
+ "typo3/cms-backend": "^12.4 || 13.*.*@dev",
+ "typo3/cms-core": "^12.4 || 13.*.*@dev",
+ "typo3/cms-extbase": "^12.4 || 13.*.*@dev",
+ "typo3/cms-extensionmanager": "^12.4 || 13.*.*@dev",
+ "typo3/cms-fluid": "^12.4 || 13.*.*@dev",
+ "typo3/cms-frontend": "^12.4 || 13.*.*@dev",
+ "typo3/cms-install": "^12.4 || 13.*.*@dev",
+ "typo3/cms-rte-ckeditor": "^12.4 || 13.*.*@dev",
+ "typo3/cms-seo": "^12.4 || 13.*.*@dev"
},
"require-dev": {
- "b13/container": "^2.0",
+ "b13/container": "^2.2",
"bk2k/demo-package": "@dev",
"bk2k/extension-helper": "^2.0",
- "friendsofphp/php-cs-fixer": "^3.0.0",
+ "friendsofphp/php-cs-fixer": "^3.20",
"friendsoftypo3/phpstan-typo3": "^0.9",
- "overtrue/phplint": "^3.2 || ^4.3 || ^5.3",
- "phpstan/phpstan": "^1.7",
- "phpstan/phpstan-deprecation-rules": "^1.0",
- "phpstan/phpstan-phpunit": "^1.1",
- "phpstan/phpstan-strict-rules": "^1.2",
- "typo3/cms-belog": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-felogin": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-filelist": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-form": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-indexed-search": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-info": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-lowlevel": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-tstemplate": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/cms-workspaces": "^11.5 || ^12.1 || 12.*.*@dev",
- "typo3/testing-framework": "7.x-dev"
+ "overtrue/phplint": "^9.0",
+ "phpstan/phpstan": "^1.10",
+ "phpstan/phpstan-deprecation-rules": "^1.1",
+ "phpstan/phpstan-phpunit": "^1.3",
+ "phpstan/phpstan-strict-rules": "^1.5",
+ "typo3/cms-belog": "^12.4 || 13.*.*@dev",
+ "typo3/cms-felogin": "^12.4 || 13.*.*@dev",
+ "typo3/cms-filelist": "^12.4 || 13.*.*@dev",
+ "typo3/cms-form": "^12.4 || 13.*.*@dev",
+ "typo3/cms-indexed-search": "^12.4 || 13.*.*@dev",
+ "typo3/cms-info": "^12.4 || 13.*.*@dev",
+ "typo3/cms-lowlevel": "^12.4 || 13.*.*@dev",
+ "typo3/cms-tstemplate": "^12.4 || 13.*.*@dev",
+ "typo3/cms-workspaces": "^12.4 || 13.*.*@dev",
+ "typo3/testing-framework": "^8.0.0"
},
"default-branch": true,
"type": "typo3-cms-extension",
"extra": {
"branch-alias": {
- "dev-master": "13.0.x-dev"
+ "dev-master": "15.0.x-dev"
},
"typo3/cms": {
"extension-key": "bootstrap_package",
@@ -4807,7 +5212,7 @@
"type": "custom"
}
],
- "time": "2022-12-13T15:21:33+00:00"
+ "time": "2023-08-28T13:02:27+00:00"
},
{
"name": "bnf/phpstan-psr-container",
@@ -5007,16 +5412,16 @@
},
{
"name": "composer/semver",
- "version": "3.3.2",
+ "version": "3.4.0",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
- "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
+ "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
- "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
+ "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
+ "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
"shasum": ""
},
"require": {
@@ -5066,9 +5471,9 @@
"versioning"
],
"support": {
- "irc": "irc://irc.freenode.org/composer",
+ "irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/semver/issues",
- "source": "https://github.com/composer/semver/tree/3.3.2"
+ "source": "https://github.com/composer/semver/tree/3.4.0"
},
"funding": [
{
@@ -5084,7 +5489,7 @@
"type": "tidelift"
}
],
- "time": "2022-04-01T19:23:25+00:00"
+ "time": "2023-08-31T09:50:34+00:00"
},
{
"name": "composer/xdebug-handler",
@@ -5154,28 +5559,28 @@
},
{
"name": "doctrine/inflector",
- "version": "2.0.6",
+ "version": "2.0.8",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
- "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024"
+ "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
- "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
+ "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^10",
+ "doctrine/coding-standard": "^11.0",
"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"
+ "vimeo/psalm": "^4.25 || ^5.4"
},
"type": "library",
"autoload": {
@@ -5225,7 +5630,7 @@
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
- "source": "https://github.com/doctrine/inflector/tree/2.0.6"
+ "source": "https://github.com/doctrine/inflector/tree/2.0.8"
},
"funding": [
{
@@ -5241,27 +5646,95 @@
"type": "tidelift"
}
],
- "time": "2022-10-20T09:10:12+00:00"
+ "time": "2023-06-16T13:40:37+00:00"
+ },
+ {
+ "name": "doctrine/instantiator",
+ "version": "2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/instantiator.git",
+ "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
+ "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.1"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^11",
+ "ext-pdo": "*",
+ "ext-phar": "*",
+ "phpbench/phpbench": "^1.2",
+ "phpstan/phpstan": "^1.9.4",
+ "phpstan/phpstan-phpunit": "^1.3",
+ "phpunit/phpunit": "^9.5.27",
+ "vimeo/psalm": "^5.4"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Marco Pivetta",
+ "email": "ocramius@gmail.com",
+ "homepage": "https://ocramius.github.io/"
+ }
+ ],
+ "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
+ "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
+ "keywords": [
+ "constructor",
+ "instantiate"
+ ],
+ "support": {
+ "issues": "https://github.com/doctrine/instantiator/issues",
+ "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-12-30T00:23:10+00:00"
},
{
"name": "friendsofphp/php-cs-fixer",
- "version": "v3.14.4",
+ "version": "v3.34.1",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
- "reference": "1b3d9dba63d93b8a202c31e824748218781eae6b"
+ "reference": "98bf1b1068b4ceddbbc2a2b70b67a5e380add9e3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/1b3d9dba63d93b8a202c31e824748218781eae6b",
- "reference": "1b3d9dba63d93b8a202c31e824748218781eae6b",
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/98bf1b1068b4ceddbbc2a2b70b67a5e380add9e3",
+ "reference": "98bf1b1068b4ceddbbc2a2b70b67a5e380add9e3",
"shasum": ""
},
"require": {
"composer/semver": "^3.3",
"composer/xdebug-handler": "^3.0.3",
- "doctrine/annotations": "^2",
- "doctrine/lexer": "^2 || ^3",
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^7.4 || ^8.0",
@@ -5278,6 +5751,7 @@
"symfony/stopwatch": "^5.4 || ^6.0"
},
"require-dev": {
+ "facile-it/paraunit": "^1.3 || ^2.0",
"justinrainbow/json-schema": "^5.2",
"keradus/cli-executor": "^2.0",
"mikey179/vfsstream": "^1.6.11",
@@ -5321,9 +5795,15 @@
}
],
"description": "A tool to automatically fix PHP code style",
+ "keywords": [
+ "Static code analysis",
+ "fixer",
+ "standards",
+ "static analysis"
+ ],
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
- "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.14.4"
+ "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.34.1"
},
"funding": [
{
@@ -5331,7 +5811,7 @@
"type": "github"
}
],
- "time": "2023-02-09T21:49:13+00:00"
+ "time": "2023-10-03T23:51:05+00:00"
},
{
"name": "knplabs/packagist-api",
@@ -5392,16 +5872,16 @@
},
{
"name": "nikic/php-parser",
- "version": "v4.15.4",
+ "version": "v4.17.1",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290"
+ "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
- "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
+ "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
"shasum": ""
},
"require": {
@@ -5442,22 +5922,22 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4"
+ "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
},
- "time": "2023-03-05T19:49:14+00:00"
+ "time": "2023-08-13T19:53:39+00:00"
},
{
"name": "pdepend/pdepend",
- "version": "2.13.0",
+ "version": "2.15.1",
"source": {
"type": "git",
"url": "https://github.com/pdepend/pdepend.git",
- "reference": "31be7cd4f305f3f7b52af99c1cb13fc938d1cfad"
+ "reference": "d12f25bcdfb7754bea458a4a5cb159d55e9950d0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/pdepend/pdepend/zipball/31be7cd4f305f3f7b52af99c1cb13fc938d1cfad",
- "reference": "31be7cd4f305f3f7b52af99c1cb13fc938d1cfad",
+ "url": "https://api.github.com/repos/pdepend/pdepend/zipball/d12f25bcdfb7754bea458a4a5cb159d55e9950d0",
+ "reference": "d12f25bcdfb7754bea458a4a5cb159d55e9950d0",
"shasum": ""
},
"require": {
@@ -5491,9 +5971,15 @@
"BSD-3-Clause"
],
"description": "Official version of pdepend to be handled with Composer",
+ "keywords": [
+ "PHP Depend",
+ "PHP_Depend",
+ "dev",
+ "pdepend"
+ ],
"support": {
"issues": "https://github.com/pdepend/pdepend/issues",
- "source": "https://github.com/pdepend/pdepend/tree/2.13.0"
+ "source": "https://github.com/pdepend/pdepend/tree/2.15.1"
},
"funding": [
{
@@ -5501,7 +5987,7 @@
"type": "tidelift"
}
],
- "time": "2023-02-28T20:56:15+00:00"
+ "time": "2023-09-28T12:00:56+00:00"
},
{
"name": "phpdocumentor/reflection-common",
@@ -5615,24 +6101,27 @@
},
{
"name": "phpdocumentor/type-resolver",
- "version": "1.6.2",
+ "version": "1.7.3",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
- "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d"
+ "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d",
- "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d",
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
+ "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
"shasum": ""
},
"require": {
+ "doctrine/deprecations": "^1.0",
"php": "^7.4 || ^8.0",
- "phpdocumentor/reflection-common": "^2.0"
+ "phpdocumentor/reflection-common": "^2.0",
+ "phpstan/phpdoc-parser": "^1.13"
},
"require-dev": {
"ext-tokenizer": "*",
+ "phpbench/phpbench": "^1.2",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
@@ -5664,28 +6153,28 @@
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
- "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2"
+ "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.3"
},
- "time": "2022-10-14T12:47:21+00:00"
+ "time": "2023-08-12T11:01:26+00:00"
},
{
"name": "phpmd/phpmd",
- "version": "2.13.0",
+ "version": "2.14.1",
"source": {
"type": "git",
"url": "https://github.com/phpmd/phpmd.git",
- "reference": "dad0228156856b3ad959992f9748514fa943f3e3"
+ "reference": "442fc2c34edcd5198b442d8647c7f0aec3afabe8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpmd/phpmd/zipball/dad0228156856b3ad959992f9748514fa943f3e3",
- "reference": "dad0228156856b3ad959992f9748514fa943f3e3",
+ "url": "https://api.github.com/repos/phpmd/phpmd/zipball/442fc2c34edcd5198b442d8647c7f0aec3afabe8",
+ "reference": "442fc2c34edcd5198b442d8647c7f0aec3afabe8",
"shasum": ""
},
"require": {
"composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0",
"ext-xml": "*",
- "pdepend/pdepend": "^2.12.1",
+ "pdepend/pdepend": "^2.15.1",
"php": ">=5.3.9"
},
"require-dev": {
@@ -5695,7 +6184,7 @@
"gregwar/rst": "^1.0",
"mikey179/vfsstream": "^1.6.8",
"phpunit/phpunit": "^4.8.36 || ^5.7.27",
- "squizlabs/php_codesniffer": "^2.0"
+ "squizlabs/php_codesniffer": "^2.9.2 || ^3.7.2"
},
"bin": [
"src/bin/phpmd"
@@ -5732,6 +6221,7 @@
"description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
"homepage": "https://phpmd.org/",
"keywords": [
+ "dev",
"mess detection",
"mess detector",
"pdepend",
@@ -5741,7 +6231,7 @@
"support": {
"irc": "irc://irc.freenode.org/phpmd",
"issues": "https://github.com/phpmd/phpmd/issues",
- "source": "https://github.com/phpmd/phpmd/tree/2.13.0"
+ "source": "https://github.com/phpmd/phpmd/tree/2.14.1"
},
"funding": [
{
@@ -5749,20 +6239,67 @@
"type": "tidelift"
}
],
- "time": "2022-09-10T08:44:15+00:00"
+ "time": "2023-09-28T13:07:44+00:00"
+ },
+ {
+ "name": "phpstan/phpdoc-parser",
+ "version": "1.24.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpstan/phpdoc-parser.git",
+ "reference": "bcad8d995980440892759db0c32acae7c8e79442"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bcad8d995980440892759db0c32acae7c8e79442",
+ "reference": "bcad8d995980440892759db0c32acae7c8e79442",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "require-dev": {
+ "doctrine/annotations": "^2.0",
+ "nikic/php-parser": "^4.15",
+ "php-parallel-lint/php-parallel-lint": "^1.2",
+ "phpstan/extension-installer": "^1.0",
+ "phpstan/phpstan": "^1.5",
+ "phpstan/phpstan-phpunit": "^1.1",
+ "phpstan/phpstan-strict-rules": "^1.0",
+ "phpunit/phpunit": "^9.5",
+ "symfony/process": "^5.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "PHPStan\\PhpDocParser\\": [
+ "src/"
+ ]
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "PHPDoc parser with support for nullable, intersection and generic types",
+ "support": {
+ "issues": "https://github.com/phpstan/phpdoc-parser/issues",
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.2"
+ },
+ "time": "2023-09-26T12:28:12+00:00"
},
{
"name": "phpstan/phpstan",
- "version": "1.10.6",
+ "version": "1.10.37",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a"
+ "reference": "058ba07e92f744d4dcf6061ae75283d0c6456f2e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d089a3e0904b0fe7e2cf2d4fd37d427d64235a",
- "reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/058ba07e92f744d4dcf6061ae75283d0c6456f2e",
+ "reference": "058ba07e92f744d4dcf6061ae75283d0c6456f2e",
"shasum": ""
},
"require": {
@@ -5791,8 +6328,11 @@
"static analysis"
],
"support": {
+ "docs": "https://phpstan.org/user-guide/getting-started",
+ "forum": "https://github.com/phpstan/phpstan/discussions",
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.10.6"
+ "security": "https://github.com/phpstan/phpstan/security/policy",
+ "source": "https://github.com/phpstan/phpstan-src"
},
"funding": [
{
@@ -5808,45 +6348,43 @@
"type": "tidelift"
}
],
- "time": "2023-03-09T16:55:12+00:00"
+ "time": "2023-10-02T16:18:37+00:00"
},
{
"name": "saschaegerer/phpstan-typo3",
- "version": "1.8.2",
+ "version": "1.9.0",
"source": {
"type": "git",
"url": "https://github.com/sascha-egerer/phpstan-typo3.git",
- "reference": "a5121d6e610ced02445a8ac7deb91cd31bb02b71"
+ "reference": "ebfc11409ec6f6e2a524982b6591090cf5214f43"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sascha-egerer/phpstan-typo3/zipball/a5121d6e610ced02445a8ac7deb91cd31bb02b71",
- "reference": "a5121d6e610ced02445a8ac7deb91cd31bb02b71",
+ "url": "https://api.github.com/repos/sascha-egerer/phpstan-typo3/zipball/ebfc11409ec6f6e2a524982b6591090cf5214f43",
+ "reference": "ebfc11409ec6f6e2a524982b6591090cf5214f43",
"shasum": ""
},
"require": {
"bnf/phpstan-psr-container": "^1.0",
+ "composer/semver": "^3.3",
"nikic/php-parser": "^4.15.1",
- "php": "^7.2 || ^8.0",
+ "php": "^7.4 || ^8.0",
"phpstan/phpstan": "^1.8.9",
- "typo3/cms-core": "^10.4 || ^11.5 || ^12.0",
- "typo3/cms-extbase": "^10.4 || ^11.5 || ^12.0"
+ "typo3/cms-core": "^10.4 || ^11.5 || ^12.4",
+ "typo3/cms-extbase": "^10.4 || ^11.5 || ^12.4"
},
"require-dev": {
- "consistence-community/coding-standard": "^3.10.1",
+ "consistence-community/coding-standard": "^3.11.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"phing/phing": "^2.17.4",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
- "phpstan/phpstan-strict-rules": "^1.4.4",
- "phpunit/phpunit": "^8.5.30",
- "slevomat/coding-standard": "^6.4.1",
- "symfony/polyfill-php80": "^1.26.0"
+ "phpstan/phpstan-strict-rules": "^1.5.1",
+ "phpunit/phpunit": "^8.5.33",
+ "slevomat/coding-standard": "^7.2.1",
+ "symfony/polyfill-php80": "^1.27.0"
},
"type": "phpstan-extension",
"extra": {
- "branch-alias": {
- "dev-master": "1.1-dev"
- },
"phpstan": {
"includes": [
"extension.neon"
@@ -5863,9 +6401,12 @@
"MIT"
],
"description": "TYPO3 CMS class reflection extension for PHPStan",
+ "keywords": [
+ "static analysis"
+ ],
"support": {
"issues": "https://github.com/sascha-egerer/phpstan-typo3/issues",
- "source": "https://github.com/sascha-egerer/phpstan-typo3/tree/1.8.2"
+ "source": "https://github.com/sascha-egerer/phpstan-typo3/tree/1.9.0"
},
"funding": [
{
@@ -5877,20 +6418,20 @@
"type": "liberapay"
}
],
- "time": "2022-11-06T09:11:41+00:00"
+ "time": "2023-09-05T21:36:56+00:00"
},
{
"name": "sebastian/diff",
- "version": "5.0.0",
+ "version": "5.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
- "reference": "70dd1b20bc198da394ad542e988381b44e64e39f"
+ "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/70dd1b20bc198da394ad542e988381b44e64e39f",
- "reference": "70dd1b20bc198da394ad542e988381b44e64e39f",
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
+ "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
"shasum": ""
},
"require": {
@@ -5935,7 +6476,8 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
- "source": "https://github.com/sebastianbergmann/diff/tree/5.0.0"
+ "security": "https://github.com/sebastianbergmann/diff/security/policy",
+ "source": "https://github.com/sebastianbergmann/diff/tree/5.0.3"
},
"funding": [
{
@@ -5943,103 +6485,20 @@
"type": "github"
}
],
- "time": "2023-02-03T07:00:31+00:00"
- },
- {
- "name": "symfony/polyfill-php80",
- "version": "v1.27.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
- "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
- "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\\Php80\\": ""
- },
- "classmap": [
- "Resources/stubs"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ion Bazan",
- "email": "ion.bazan@gmail.com"
- },
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-php80/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"
+ "time": "2023-05-01T07:48:21+00:00"
},
{
"name": "symfony/polyfill-php81",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
- "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
+ "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
- "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
+ "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b",
+ "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
"shasum": ""
},
"require": {
@@ -6048,7 +6507,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -6089,7 +6548,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0"
},
"funding": [
{
@@ -6105,20 +6564,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/process",
- "version": "v6.2.7",
+ "version": "v6.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "680e8a2ea6b3f87aecc07a6a65a203ae573d1902"
+ "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/680e8a2ea6b3f87aecc07a6a65a203ae573d1902",
- "reference": "680e8a2ea6b3f87aecc07a6a65a203ae573d1902",
+ "url": "https://api.github.com/repos/symfony/process/zipball/0b5c29118f2e980d455d2e34a5659f4579847c54",
+ "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54",
"shasum": ""
},
"require": {
@@ -6150,7 +6609,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/process/tree/v6.2.7"
+ "source": "https://github.com/symfony/process/tree/v6.3.4"
},
"funding": [
{
@@ -6166,33 +6625,30 @@
"type": "tidelift"
}
],
- "time": "2023-02-24T10:42:00+00:00"
+ "time": "2023-08-07T10:39:22+00:00"
},
{
"name": "symfony/property-access",
- "version": "v6.2.7",
+ "version": "v6.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
- "reference": "5a389172011e2c37b47c896d0b156549126690a1"
+ "reference": "2dc4f9da444b8f8ff592e95d570caad67924f1d0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/property-access/zipball/5a389172011e2c37b47c896d0b156549126690a1",
- "reference": "5a389172011e2c37b47c896d0b156549126690a1",
+ "url": "https://api.github.com/repos/symfony/property-access/zipball/2dc4f9da444b8f8ff592e95d570caad67924f1d0",
+ "reference": "2dc4f9da444b8f8ff592e95d570caad67924f1d0",
"shasum": ""
},
"require": {
"php": ">=8.1",
- "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/deprecation-contracts": "^2.5|^3",
"symfony/property-info": "^5.4|^6.0"
},
"require-dev": {
"symfony/cache": "^5.4|^6.0"
},
- "suggest": {
- "psr/cache-implementation": "To cache access methods."
- },
"type": "library",
"autoload": {
"psr-4": {
@@ -6226,11 +6682,11 @@
"injection",
"object",
"property",
- "property path",
+ "property-path",
"reflection"
],
"support": {
- "source": "https://github.com/symfony/property-access/tree/v6.2.7"
+ "source": "https://github.com/symfony/property-access/tree/v6.3.2"
},
"funding": [
{
@@ -6246,20 +6702,20 @@
"type": "tidelift"
}
],
- "time": "2023-02-14T08:44:56+00:00"
+ "time": "2023-07-13T15:26:11+00:00"
},
{
"name": "symfony/property-info",
- "version": "v6.2.7",
+ "version": "v6.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
- "reference": "5cf906918ea0f74032ffc5c0b85def246ce409df"
+ "reference": "7f3a03716112269741fe2a809f8f791a371d1fcd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/property-info/zipball/5cf906918ea0f74032ffc5c0b85def246ce409df",
- "reference": "5cf906918ea0f74032ffc5c0b85def246ce409df",
+ "url": "https://api.github.com/repos/symfony/property-info/zipball/7f3a03716112269741fe2a809f8f791a371d1fcd",
+ "reference": "7f3a03716112269741fe2a809f8f791a371d1fcd",
"shasum": ""
},
"require": {
@@ -6279,12 +6735,6 @@
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/serializer": "^5.4|^6.0"
},
- "suggest": {
- "phpdocumentor/reflection-docblock": "To use the PHPDoc",
- "psr/cache-implementation": "To cache results",
- "symfony/doctrine-bridge": "To use Doctrine metadata",
- "symfony/serializer": "To use Serializer metadata"
- },
"type": "library",
"autoload": {
"psr-4": {
@@ -6319,7 +6769,7 @@
"validator"
],
"support": {
- "source": "https://github.com/symfony/property-info/tree/v6.2.7"
+ "source": "https://github.com/symfony/property-info/tree/v6.3.0"
},
"funding": [
{
@@ -6335,25 +6785,25 @@
"type": "tidelift"
}
],
- "time": "2023-02-14T08:53:37+00:00"
+ "time": "2023-05-19T08:06:44+00:00"
},
{
"name": "symfony/stopwatch",
- "version": "v6.2.7",
+ "version": "v6.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
- "reference": "f3adc98c1061875dd2edcd45e5b04e63d0e29f8f"
+ "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f3adc98c1061875dd2edcd45e5b04e63d0e29f8f",
- "reference": "f3adc98c1061875dd2edcd45e5b04e63d0e29f8f",
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2",
+ "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2",
"shasum": ""
},
"require": {
"php": ">=8.1",
- "symfony/service-contracts": "^1|^2|^3"
+ "symfony/service-contracts": "^2.5|^3"
},
"type": "library",
"autoload": {
@@ -6381,7 +6831,7 @@
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/stopwatch/tree/v6.2.7"
+ "source": "https://github.com/symfony/stopwatch/tree/v6.3.0"
},
"funding": [
{
@@ -6397,25 +6847,25 @@
"type": "tidelift"
}
],
- "time": "2023-02-14T08:44:56+00:00"
+ "time": "2023-02-16T10:14:28+00:00"
},
{
"name": "typo3/cms-backend",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/backend.git",
- "reference": "26af3b01e12ff36309f50f8df30f031daedb363f"
+ "reference": "34880900f17ab54bd3220b9eeac30c32198a6d27"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/26af3b01e12ff36309f50f8df30f031daedb363f",
- "reference": "26af3b01e12ff36309f50f8df30f031daedb363f",
+ "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/34880900f17ab54bd3220b9eeac30c32198a6d27",
+ "reference": "34880900f17ab54bd3220b9eeac30c32198a6d27",
"shasum": ""
},
"require": {
"psr/event-dispatcher": "^1.0",
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -6435,7 +6885,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -6476,24 +6926,24 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-belog",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/belog.git",
- "reference": "12a5c0cb0f764d30f03f47b0ec64fcfe2d7d0706"
+ "reference": "b385528cbeff381ab4d8661945c5367a8b419a9e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/12a5c0cb0f764d30f03f47b0ec64fcfe2d7d0706",
- "reference": "12a5c0cb0f764d30f03f47b0ec64fcfe2d7d0706",
+ "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/b385528cbeff381ab4d8661945c5367a8b419a9e",
+ "reference": "b385528cbeff381ab4d8661945c5367a8b419a9e",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -6501,7 +6951,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -6534,24 +6984,24 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-beuser",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/beuser.git",
- "reference": "0a9ff010a7f527b4792e5a4e81b8de60e0643936"
+ "reference": "80b9371e8f74207afff85640d4bbbb9f17f7a529"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/0a9ff010a7f527b4792e5a4e81b8de60e0643936",
- "reference": "0a9ff010a7f527b4792e5a4e81b8de60e0643936",
+ "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/80b9371e8f74207afff85640d4bbbb9f17f7a529",
+ "reference": "80b9371e8f74207afff85640d4bbbb9f17f7a529",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -6559,7 +7009,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -6592,28 +7042,28 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-dashboard",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/dashboard.git",
- "reference": "5e9ac49a0dc298e2b2ade0e16ec13278f85e86e1"
+ "reference": "ab1d00978214e2296b9ab75c6f0b764ccf595b69"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/dashboard/zipball/5e9ac49a0dc298e2b2ade0e16ec13278f85e86e1",
- "reference": "5e9ac49a0dc298e2b2ade0e16ec13278f85e86e1",
+ "url": "https://api.github.com/repos/TYPO3-CMS/dashboard/zipball/ab1d00978214e2296b9ab75c6f0b764ccf595b69",
+ "reference": "ab1d00978214e2296b9ab75c6f0b764ccf595b69",
"shasum": ""
},
"require": {
- "typo3/cms-backend": "12.2.0",
- "typo3/cms-core": "12.2.0",
- "typo3/cms-extbase": "12.2.0",
- "typo3/cms-fluid": "12.2.0",
- "typo3/cms-frontend": "12.2.0"
+ "typo3/cms-backend": "12.4.6",
+ "typo3/cms-core": "12.4.6",
+ "typo3/cms-extbase": "12.4.6",
+ "typo3/cms-fluid": "12.4.6",
+ "typo3/cms-frontend": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -6621,7 +7071,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"extension-key": "dashboard",
@@ -6655,29 +7105,30 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-extbase",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/extbase.git",
- "reference": "d6980a97212a7087d8f421753da7643316c3f5e9"
+ "reference": "e1f3b852630ab46bda15dc8ee39e2a75d08a4b3e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/d6980a97212a7087d8f421753da7643316c3f5e9",
- "reference": "d6980a97212a7087d8f421753da7643316c3f5e9",
+ "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/e1f3b852630ab46bda15dc8ee39e2a75d08a4b3e",
+ "reference": "e1f3b852630ab46bda15dc8ee39e2a75d08a4b3e",
"shasum": ""
},
"require": {
+ "doctrine/instantiator": "^1.5 || ^2.0",
"phpdocumentor/reflection-docblock": "^5.2",
- "phpdocumentor/type-resolver": "^1.4",
+ "phpdocumentor/type-resolver": "^1.7.1",
"symfony/dependency-injection": "^6.2",
"symfony/property-access": "^6.2",
- "symfony/property-info": "^6.2",
- "typo3/cms-core": "12.2.0"
+ "symfony/property-info": "^6.2.11",
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -6688,7 +7139,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -6724,25 +7175,25 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-extensionmanager",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/extensionmanager.git",
- "reference": "4dcf515aab4a1ca1d6998622fa2881c5fbe6653c"
+ "reference": "bd187effc63a246e086aa3d5196b35b0fa21a5ba"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/4dcf515aab4a1ca1d6998622fa2881c5fbe6653c",
- "reference": "4dcf515aab4a1ca1d6998622fa2881c5fbe6653c",
+ "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/bd187effc63a246e086aa3d5196b35b0fa21a5ba",
+ "reference": "bd187effc63a246e086aa3d5196b35b0fa21a5ba",
"shasum": ""
},
"require": {
"ext-libxml": "*",
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -6750,7 +7201,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -6785,24 +7236,24 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-felogin",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/felogin.git",
- "reference": "1438fec2235671ed23b4a96ab4292227b459d76a"
+ "reference": "8273b6e3c4ddbfc2d7959f4474b243ccb0bfbe92"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/1438fec2235671ed23b4a96ab4292227b459d76a",
- "reference": "1438fec2235671ed23b4a96ab4292227b459d76a",
+ "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/8273b6e3c4ddbfc2d7959f4474b243ccb0bfbe92",
+ "reference": "8273b6e3c4ddbfc2d7959f4474b243ccb0bfbe92",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -6810,7 +7261,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -6843,24 +7294,24 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-filelist",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/filelist.git",
- "reference": "5b839e4a7f02b263a457514fda01b25d5013abd3"
+ "reference": "22939118c75d13a424599d5ba70b60dd52bdf688"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/5b839e4a7f02b263a457514fda01b25d5013abd3",
- "reference": "5b839e4a7f02b263a457514fda01b25d5013abd3",
+ "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/22939118c75d13a424599d5ba70b60dd52bdf688",
+ "reference": "22939118c75d13a424599d5ba70b60dd52bdf688",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -6868,7 +7319,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -6903,27 +7354,27 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-fluid",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/fluid.git",
- "reference": "81cac008cfb92fe83aefac0b0175cac9374fac1a"
+ "reference": "9c4029cc57df74ce319eb30ad34c6bfd3f2886b2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/81cac008cfb92fe83aefac0b0175cac9374fac1a",
- "reference": "81cac008cfb92fe83aefac0b0175cac9374fac1a",
+ "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/9c4029cc57df74ce319eb30ad34c6bfd3f2886b2",
+ "reference": "9c4029cc57df74ce319eb30ad34c6bfd3f2886b2",
"shasum": ""
},
"require": {
"symfony/dependency-injection": "^6.2",
- "typo3/cms-core": "12.2.0",
- "typo3/cms-extbase": "12.2.0",
- "typo3fluid/fluid": "^2.7.2"
+ "typo3/cms-core": "12.4.6",
+ "typo3/cms-extbase": "12.4.6",
+ "typo3fluid/fluid": "^2.9.2"
},
"conflict": {
"typo3/cms": "*"
@@ -6931,7 +7382,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -6967,26 +7418,26 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-fluid-styled-content",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/fluid_styled_content.git",
- "reference": "174e99ad4081f2efb6ba649f2eb48678786eb0fb"
+ "reference": "4604b9891dd577a172e45c6c33f2d514ff0f29f2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/174e99ad4081f2efb6ba649f2eb48678786eb0fb",
- "reference": "174e99ad4081f2efb6ba649f2eb48678786eb0fb",
+ "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/4604b9891dd577a172e45c6c33f2d514ff0f29f2",
+ "reference": "4604b9891dd577a172e45c6c33f2d514ff0f29f2",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0",
- "typo3/cms-fluid": "12.2.0",
- "typo3/cms-frontend": "12.2.0"
+ "typo3/cms-core": "12.4.6",
+ "typo3/cms-fluid": "12.4.6",
+ "typo3/cms-frontend": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -6994,7 +7445,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -7027,38 +7478,39 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-form",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/form.git",
- "reference": "0e4e9ff03d27200910306518186f18e48b09bb6d"
+ "reference": "ff6142d976879b7219e8363939df5f1b1fc64fd1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/0e4e9ff03d27200910306518186f18e48b09bb6d",
- "reference": "0e4e9ff03d27200910306518186f18e48b09bb6d",
+ "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/ff6142d976879b7219e8363939df5f1b1fc64fd1",
+ "reference": "ff6142d976879b7219e8363939df5f1b1fc64fd1",
"shasum": ""
},
"require": {
- "psr/http-message": "^1.0",
+ "psr/http-message": "^1.1 || ^2.0",
"symfony/expression-language": "^6.2",
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
},
"suggest": {
"typo3/cms-filelist": "Listing of files in the directory",
- "typo3/cms-impexp": "Import and Export of records from TYPO3 in a custom serialized format (.T3D) for data exchange with other TYPO3 systems."
+ "typo3/cms-impexp": "Import and Export of records from TYPO3 in a custom serialized format (.T3D) for data exchange with other TYPO3 systems.",
+ "typo3/cms-lowlevel": "To display the YAML configuration in the configuration module"
},
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -7091,25 +7543,25 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-frontend",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/frontend.git",
- "reference": "7a6f61a6db756035236742442fdeda32263aee05"
+ "reference": "997a85c16e5bb679eb2fc1f7d2ba9d1c645c8749"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/7a6f61a6db756035236742442fdeda32263aee05",
- "reference": "7a6f61a6db756035236742442fdeda32263aee05",
+ "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/997a85c16e5bb679eb2fc1f7d2ba9d1c645c8749",
+ "reference": "997a85c16e5bb679eb2fc1f7d2ba9d1c645c8749",
"shasum": ""
},
"require": {
"ext-libxml": "*",
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -7120,7 +7572,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -7161,24 +7613,24 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-impexp",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/impexp.git",
- "reference": "bbf4082ad18e1feb37c7f6b33a828bcfc1371437"
+ "reference": "3fb70062707f184d495a28639dff70747ce2cc0e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/impexp/zipball/bbf4082ad18e1feb37c7f6b33a828bcfc1371437",
- "reference": "bbf4082ad18e1feb37c7f6b33a828bcfc1371437",
+ "url": "https://api.github.com/repos/TYPO3-CMS/impexp/zipball/3fb70062707f184d495a28639dff70747ce2cc0e",
+ "reference": "3fb70062707f184d495a28639dff70747ce2cc0e",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -7186,7 +7638,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -7219,24 +7671,24 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-indexed-search",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/indexed_search.git",
- "reference": "fe75b7a00b69bde13106fbfbb08a15f1c6710a42"
+ "reference": "c14898ea4f93532ac6cc50e686044c83a8683663"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/indexed_search/zipball/fe75b7a00b69bde13106fbfbb08a15f1c6710a42",
- "reference": "fe75b7a00b69bde13106fbfbb08a15f1c6710a42",
+ "url": "https://api.github.com/repos/TYPO3-CMS/indexed_search/zipball/c14898ea4f93532ac6cc50e686044c83a8683663",
+ "reference": "c14898ea4f93532ac6cc50e686044c83a8683663",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -7247,7 +7699,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"extension-key": "indexed_search"
@@ -7277,24 +7729,24 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-info",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/info.git",
- "reference": "b2c888547d3e626384e6a8e14e8ea4fe8f04ec4e"
+ "reference": "15d8ffa0020acba3d9845d9d39bc4634cbbcf512"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/b2c888547d3e626384e6a8e14e8ea4fe8f04ec4e",
- "reference": "b2c888547d3e626384e6a8e14e8ea4fe8f04ec4e",
+ "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/15d8ffa0020acba3d9845d9d39bc4634cbbcf512",
+ "reference": "15d8ffa0020acba3d9845d9d39bc4634cbbcf512",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -7305,7 +7757,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -7338,31 +7790,31 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-install",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/install.git",
- "reference": "73fb7225c810a83ac14b62a51f9b6f0ee869655d"
+ "reference": "bd07e5df2f7abb7583a15970ff496b30abf82a3a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/73fb7225c810a83ac14b62a51f9b6f0ee869655d",
- "reference": "73fb7225c810a83ac14b62a51f9b6f0ee869655d",
+ "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/bd07e5df2f7abb7583a15970ff496b30abf82a3a",
+ "reference": "bd07e5df2f7abb7583a15970ff496b30abf82a3a",
"shasum": ""
},
"require": {
- "doctrine/dbal": "^3.5.1",
- "guzzlehttp/promises": "^1.5.2",
- "nikic/php-parser": "^4.15.1",
+ "doctrine/dbal": "^3.6.2",
+ "guzzlehttp/promises": "^1.5.2 || ^2.0",
+ "nikic/php-parser": "^4.15.4",
"symfony/finder": "^6.2",
"symfony/http-foundation": "^6.2",
- "typo3/cms-core": "12.2.0",
- "typo3/cms-extbase": "12.2.0",
- "typo3/cms-fluid": "12.2.0"
+ "typo3/cms-core": "12.4.6",
+ "typo3/cms-extbase": "12.4.6",
+ "typo3/cms-fluid": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -7370,7 +7822,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -7406,25 +7858,25 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-linkvalidator",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/linkvalidator.git",
- "reference": "47b9f08e5da72e95c763e9d821c29f2c97236f4c"
+ "reference": "960da145c208bfacab3a3f3d2834a06b4dd60f60"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/linkvalidator/zipball/47b9f08e5da72e95c763e9d821c29f2c97236f4c",
- "reference": "47b9f08e5da72e95c763e9d821c29f2c97236f4c",
+ "url": "https://api.github.com/repos/TYPO3-CMS/linkvalidator/zipball/960da145c208bfacab3a3f3d2834a06b4dd60f60",
+ "reference": "960da145c208bfacab3a3f3d2834a06b4dd60f60",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0",
- "typo3/cms-info": "12.2.0"
+ "typo3/cms-core": "12.4.6",
+ "typo3/cms-info": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -7435,7 +7887,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"extension-key": "linkvalidator"
@@ -7465,24 +7917,24 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-lowlevel",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/lowlevel.git",
- "reference": "a86202e145eff34f4298a4cd9b6327ef8c2c9fca"
+ "reference": "839b58791743497c23c5123e4ed8308198416588"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/a86202e145eff34f4298a4cd9b6327ef8c2c9fca",
- "reference": "a86202e145eff34f4298a4cd9b6327ef8c2c9fca",
+ "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/839b58791743497c23c5123e4ed8308198416588",
+ "reference": "839b58791743497c23c5123e4ed8308198416588",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -7490,7 +7942,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -7523,24 +7975,24 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-opendocs",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/opendocs.git",
- "reference": "03f6bc01b85d26a4532166d43d3147612084ec91"
+ "reference": "07f213c2e7fb131583d27a53fd94f94f187f0c94"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/opendocs/zipball/03f6bc01b85d26a4532166d43d3147612084ec91",
- "reference": "03f6bc01b85d26a4532166d43d3147612084ec91",
+ "url": "https://api.github.com/repos/TYPO3-CMS/opendocs/zipball/07f213c2e7fb131583d27a53fd94f94f187f0c94",
+ "reference": "07f213c2e7fb131583d27a53fd94f94f187f0c94",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -7548,7 +8000,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"extension-key": "opendocs"
@@ -7578,30 +8030,30 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-redirects",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/redirects.git",
- "reference": "e0d1521d8ea8feb75ce1cc7ed385771b5169dad5"
+ "reference": "8f3bbd7ededfecb1ad107c038f8820d72bd23366"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/e0d1521d8ea8feb75ce1cc7ed385771b5169dad5",
- "reference": "e0d1521d8ea8feb75ce1cc7ed385771b5169dad5",
+ "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/8f3bbd7ededfecb1ad107c038f8820d72bd23366",
+ "reference": "8f3bbd7ededfecb1ad107c038f8820d72bd23366",
"shasum": ""
},
"require": {
- "doctrine/dbal": "^3.5.1",
- "psr/http-message": "^1.0",
+ "doctrine/dbal": "^3.6.2",
+ "psr/http-message": "^1.1 || ^2.0",
"psr/log": "^2.0 || ^3.0",
"symfony/console": "^6.2",
- "typo3/cms-backend": "12.2.0",
- "typo3/cms-core": "12.2.0",
- "typo3fluid/fluid": "^2.7.2"
+ "typo3/cms-backend": "12.4.6",
+ "typo3/cms-core": "12.4.6",
+ "typo3fluid/fluid": "^2.9.2"
},
"conflict": {
"typo3/cms": "*"
@@ -7613,7 +8065,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"extension-key": "redirects",
@@ -7646,24 +8098,24 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-reports",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/reports.git",
- "reference": "5c2d446f33f4ea67a5ec60ffa12fea57d247272f"
+ "reference": "83202864fc4d797192dc920ea29d07f7c2d70b73"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/5c2d446f33f4ea67a5ec60ffa12fea57d247272f",
- "reference": "5c2d446f33f4ea67a5ec60ffa12fea57d247272f",
+ "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/83202864fc4d797192dc920ea29d07f7c2d70b73",
+ "reference": "83202864fc4d797192dc920ea29d07f7c2d70b73",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -7674,7 +8126,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -7707,24 +8159,24 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-rte-ckeditor",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/rte_ckeditor.git",
- "reference": "07ed4a5691b0f4fed80e6b56dd0cf53940d77ef7"
+ "reference": "ba73ac6f4fbb8b1b7df7b24e18fefb8a3ad7c2f8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/07ed4a5691b0f4fed80e6b56dd0cf53940d77ef7",
- "reference": "07ed4a5691b0f4fed80e6b56dd0cf53940d77ef7",
+ "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/ba73ac6f4fbb8b1b7df7b24e18fefb8a3ad7c2f8",
+ "reference": "ba73ac6f4fbb8b1b7df7b24e18fefb8a3ad7c2f8",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -7735,7 +8187,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -7768,24 +8220,24 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-scheduler",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/scheduler.git",
- "reference": "e71b7161c6ad1b6f0820f936f2704e45312fb5cd"
+ "reference": "8d648cac47b6a21e974358063f5f5df9676bace0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/e71b7161c6ad1b6f0820f936f2704e45312fb5cd",
- "reference": "e71b7161c6ad1b6f0820f936f2704e45312fb5cd",
+ "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/8d648cac47b6a21e974358063f5f5df9676bace0",
+ "reference": "8d648cac47b6a21e974358063f5f5df9676bace0",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -7793,7 +8245,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"extension-key": "scheduler"
@@ -7823,26 +8275,26 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-seo",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/seo.git",
- "reference": "6c4920fec46b64526d97b5d5f1848e0a3dae832a"
+ "reference": "82bc5e97192adc7861bfc720c7f624dfdc58f04b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/6c4920fec46b64526d97b5d5f1848e0a3dae832a",
- "reference": "6c4920fec46b64526d97b5d5f1848e0a3dae832a",
+ "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/82bc5e97192adc7861bfc720c7f624dfdc58f04b",
+ "reference": "82bc5e97192adc7861bfc720c7f624dfdc58f04b",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0",
- "typo3/cms-extbase": "12.2.0",
- "typo3/cms-frontend": "12.2.0"
+ "typo3/cms-core": "12.4.6",
+ "typo3/cms-extbase": "12.4.6",
+ "typo3/cms-frontend": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -7853,7 +8305,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"extension-key": "seo",
@@ -7886,24 +8338,24 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-setup",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/setup.git",
- "reference": "b9b8847c5a5051c0ad13f10ae443cf62722d6929"
+ "reference": "ea680df4f9c91db5b0dff1f6a4406acfb9717046"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/b9b8847c5a5051c0ad13f10ae443cf62722d6929",
- "reference": "b9b8847c5a5051c0ad13f10ae443cf62722d6929",
+ "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/ea680df4f9c91db5b0dff1f6a4406acfb9717046",
+ "reference": "ea680df4f9c91db5b0dff1f6a4406acfb9717046",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -7911,7 +8363,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -7944,24 +8396,24 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "typo3/cms-tstemplate",
- "version": "v12.2.0",
+ "version": "v12.4.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3-CMS/tstemplate.git",
- "reference": "c8384fd1c8009c0f0511248a904ee85a4c6cc08c"
+ "reference": "5c405ca1c7968cb968be5412157df3c8cfb232d5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/c8384fd1c8009c0f0511248a904ee85a4c6cc08c",
- "reference": "c8384fd1c8009c0f0511248a904ee85a4c6cc08c",
+ "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/5c405ca1c7968cb968be5412157df3c8cfb232d5",
+ "reference": "5c405ca1c7968cb968be5412157df3c8cfb232d5",
"shasum": ""
},
"require": {
- "typo3/cms-core": "12.2.0"
+ "typo3/cms-core": "12.4.6"
},
"conflict": {
"typo3/cms": "*"
@@ -7969,7 +8421,7 @@
"type": "typo3-cms-framework",
"extra": {
"branch-alias": {
- "dev-main": "12.2.x-dev"
+ "dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
@@ -8002,7 +8454,7 @@
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
- "time": "2023-02-07T10:24:25+00:00"
+ "time": "2023-09-12T06:54:01+00:00"
},
{
"name": "webmozart/assert",
@@ -8075,5 +8527,5 @@
"ext-json": "*"
},
"platform-dev": [],
- "plugin-api-version": "2.3.0"
+ "plugin-api-version": "2.6.0"
}
diff --git a/config/system/settings.php b/config/system/settings.php
index 4e315bb..3456282 100644
--- a/config/system/settings.php
+++ b/config/system/settings.php
@@ -106,7 +106,7 @@
],
'MAIL' => [
'transport' => 'sendmail',
- 'transport_sendmail_command' => '/usr/local/bin/mailhog sendmail test@example.org --smtp-addr 127.0.0.1:1025',
+ 'transport_sendmail_command' => '/usr/local/bin/mailhog sendmail -t test@example.org --smtp-addr 127.0.0.1:1025',
'transport_smtp_encrypt' => '',
'transport_smtp_password' => '',
'transport_smtp_server' => '',
@@ -117,7 +117,7 @@
'default' => 'EXT:bw_icons/Configuration/RTE/test.yaml',
'full' => 'EXT:bw_icons/Configuration/RTE/test.yaml',
'minimal' => 'EXT:bw_icons/Configuration/RTE/test.yaml',
- ]
+ ],
],
'SYS' => [
'UTF8filesystem' => true,
@@ -148,9 +148,12 @@
],
'devIPmask' => '',
'displayErrors' => 0,
- 'encryptionKey' => '649053da276ea65223eb6241846f99f22ef09061b39c5de24ca8a215ae4d6395a3198dca8c46bdea8ac78230e5b58502',
+ 'encryptionKey' => 'd8d1706f0b5f73653e9be2518738b0bf45c4ff6c8c9b52e0e423f3de863a647b639211fb87679e696413c0909e1f6f7c',
'exceptionalErrors' => 4096,
+ 'features' => [
+ 'security.backend.enforceContentSecurityPolicy' => true,
+ 'security.usePasswordPolicyForFrontendUsers' => true,
+ ],
'sitename' => 'New TYPO3 site',
- 'trustedHostsPattern' => '.*',
],
];