From f74813cd693ee29806ac475c3357e863f95af4be Mon Sep 17 00:00:00 2001 From: trendschau Date: Thu, 12 Dec 2024 14:45:54 +0100 Subject: [PATCH] Finish 2.12.0 --- composer.lock | 101 +++++++++++++------------ system/typemill/settings/defaults.yaml | 2 +- 2 files changed, 52 insertions(+), 51 deletions(-) diff --git a/composer.lock b/composer.lock index 1ea557a..053b8d9 100644 --- a/composer.lock +++ b/composer.lock @@ -8,20 +8,20 @@ "packages": [ { "name": "akrabat/proxy-detection-middleware", - "version": "1.0", + "version": "1.1", "source": { "type": "git", "url": "https://github.com/akrabat/proxy-detection-middleware.git", - "reference": "90472f490e56ad23afc36b0d95c24cd48fa331d7" + "reference": "ea30be71ffb863ea1bdfdab66459e820e7044122" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/akrabat/proxy-detection-middleware/zipball/90472f490e56ad23afc36b0d95c24cd48fa331d7", - "reference": "90472f490e56ad23afc36b0d95c24cd48fa331d7", + "url": "https://api.github.com/repos/akrabat/proxy-detection-middleware/zipball/ea30be71ffb863ea1bdfdab66459e820e7044122", + "reference": "ea30be71ffb863ea1bdfdab66459e820e7044122", "shasum": "" }, "require": { - "psr/http-message": "^1.0", + "psr/http-message": "^1.0 || ^2.0", "psr/http-server-middleware": "^1.0" }, "require-dev": { @@ -56,9 +56,9 @@ ], "support": { "issues": "https://github.com/akrabat/proxy-detection-middleware/issues", - "source": "https://github.com/akrabat/proxy-detection-middleware/tree/1.0" + "source": "https://github.com/akrabat/proxy-detection-middleware/tree/1.1" }, - "time": "2023-02-17T18:13:01+00:00" + "time": "2024-11-21T19:16:46+00:00" }, { "name": "erusev/parsedown", @@ -66,12 +66,12 @@ "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", - "reference": "999fcf788675b65b5344e2744443fc4d5f76cc14" + "reference": "c9dc49f68f7bd14e5aa107d86a08ce59203f02ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/999fcf788675b65b5344e2744443fc4d5f76cc14", - "reference": "999fcf788675b65b5344e2744443fc4d5f76cc14", + "url": "https://api.github.com/repos/erusev/parsedown/zipball/c9dc49f68f7bd14e5aa107d86a08ce59203f02ee", + "reference": "c9dc49f68f7bd14e5aa107d86a08ce59203f02ee", "shasum": "" }, "require": { @@ -109,7 +109,7 @@ "issues": "https://github.com/erusev/parsedown/issues", "source": "https://github.com/erusev/parsedown/tree/master" }, - "time": "2024-11-10T07:39:46+00:00" + "time": "2024-12-01T16:36:17+00:00" }, { "name": "erusev/parsedown-extra", @@ -408,16 +408,16 @@ }, { "name": "laravel/serializable-closure", - "version": "v1.3.6", + "version": "v1.3.7", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "f865a58ea3a0107c336b7045104c75243fa59d96" + "reference": "4f48ade902b94323ca3be7646db16209ec76be3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/f865a58ea3a0107c336b7045104c75243fa59d96", - "reference": "f865a58ea3a0107c336b7045104c75243fa59d96", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/4f48ade902b94323ca3be7646db16209ec76be3d", + "reference": "4f48ade902b94323ca3be7646db16209ec76be3d", "shasum": "" }, "require": { @@ -465,7 +465,7 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2024-11-11T17:06:04+00:00" + "time": "2024-11-14T18:34:49+00:00" }, { "name": "nikic/fast-route", @@ -692,16 +692,16 @@ }, { "name": "php-di/slim-bridge", - "version": "3.4.0", + "version": "3.4.1", "source": { "type": "git", "url": "https://github.com/PHP-DI/Slim-Bridge.git", - "reference": "d14c95b34b3c5ba2e8c40020dd93fdcc8f3ba875" + "reference": "02ab0274a19d104d74561164f8915b62d93f3cf0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/Slim-Bridge/zipball/d14c95b34b3c5ba2e8c40020dd93fdcc8f3ba875", - "reference": "d14c95b34b3c5ba2e8c40020dd93fdcc8f3ba875", + "url": "https://api.github.com/repos/PHP-DI/Slim-Bridge/zipball/02ab0274a19d104d74561164f8915b62d93f3cf0", + "reference": "02ab0274a19d104d74561164f8915b62d93f3cf0", "shasum": "" }, "require": { @@ -712,6 +712,7 @@ }, "require-dev": { "laminas/laminas-diactoros": "^2.1", + "mnapoli/hard-mode": "^0.3.0", "phpunit/phpunit": ">= 7.0 < 10" }, "type": "library", @@ -727,9 +728,9 @@ "description": "PHP-DI integration in Slim", "support": { "issues": "https://github.com/PHP-DI/Slim-Bridge/issues", - "source": "https://github.com/PHP-DI/Slim-Bridge/tree/3.4.0" + "source": "https://github.com/PHP-DI/Slim-Bridge/tree/3.4.1" }, - "time": "2023-06-29T14:08:47+00:00" + "time": "2024-06-19T15:47:45+00:00" }, { "name": "psr/container", @@ -886,16 +887,16 @@ }, { "name": "psr/http-message", - "version": "1.1", + "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { @@ -904,7 +905,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -919,7 +920,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", @@ -933,9 +934,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/1.1" + "source": "https://github.com/php-fig/http-message/tree/2.0" }, - "time": "2023-04-04T09:50:52+00:00" + "time": "2023-04-04T09:54:51+00:00" }, { "name": "psr/http-server-handler", @@ -1519,16 +1520,16 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v2.5.3", + "version": "v2.5.4", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "80d075412b557d41002320b96a096ca65aa2c98d" + "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d", - "reference": "80d075412b557d41002320b96a096ca65aa2c98d", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918", + "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918", "shasum": "" }, "require": { @@ -1566,7 +1567,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3" + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4" }, "funding": [ { @@ -1582,7 +1583,7 @@ "type": "tidelift" } ], - "time": "2023-01-24T14:02:46+00:00" + "time": "2024-09-25T14:11:13+00:00" }, { "name": "symfony/event-dispatcher", @@ -1671,16 +1672,16 @@ }, { "name": "symfony/event-dispatcher-contracts", - "version": "v2.5.3", + "version": "v2.5.4", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "540f4c73e87fd0c71ca44a6aa305d024ac68cb73" + "reference": "e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/540f4c73e87fd0c71ca44a6aa305d024ac68cb73", - "reference": "540f4c73e87fd0c71ca44a6aa305d024ac68cb73", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f", + "reference": "e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f", "shasum": "" }, "require": { @@ -1730,7 +1731,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.3" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.4" }, "funding": [ { @@ -1746,7 +1747,7 @@ "type": "tidelift" } ], - "time": "2024-01-23T13:51:25+00:00" + "time": "2024-09-25T14:11:13+00:00" }, { "name": "symfony/finder", @@ -1837,8 +1838,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -1916,8 +1917,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -1990,8 +1991,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -2070,8 +2071,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { diff --git a/system/typemill/settings/defaults.yaml b/system/typemill/settings/defaults.yaml index 86a4cc6..3bf23a2 100644 --- a/system/typemill/settings/defaults.yaml +++ b/system/typemill/settings/defaults.yaml @@ -1,4 +1,4 @@ -version: '2.11.0' +version: '2.12.0' title: 'Typemill' author: 'Unknown' copyright: false