From 33c9c7cee9bfa0758bc1bf20addee414041baf1b Mon Sep 17 00:00:00 2001 From: Richard Fath Date: Sun, 8 Dec 2024 10:44:16 +0100 Subject: [PATCH] Composer update joomla/application to 3.0.3 (#44585) --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index b0689ad9e7298..571853d2e194c 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ }, "require": { "php": "^8.1.0", - "joomla/application": "^3.0.2", + "joomla/application": "^3.0.3", "joomla/archive": "^3.0.2", "joomla/authentication": "^3.0.1", "joomla/console": "^3.0.1", diff --git a/composer.lock b/composer.lock index 8fdae5799e8f2..2f2ff5c6dffd1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0f1f9d337d9ee7e6f717bf13b606a359", + "content-hash": "9b7f4af719557c545a076458a5217904", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -1051,16 +1051,16 @@ }, { "name": "joomla/application", - "version": "3.0.2", + "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/joomla-framework/application.git", - "reference": "dd055642fbe8d7b919a6c6c345a0d016b0981e65" + "reference": "e063a4a308729b930d853e29a9f7c303cac68629" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/joomla-framework/application/zipball/dd055642fbe8d7b919a6c6c345a0d016b0981e65", - "reference": "dd055642fbe8d7b919a6c6c345a0d016b0981e65", + "url": "https://api.github.com/repos/joomla-framework/application/zipball/e063a4a308729b930d853e29a9f7c303cac68629", + "reference": "e063a4a308729b930d853e29a9f7c303cac68629", "shasum": "" }, "require": { @@ -1144,7 +1144,7 @@ "type": "github" } ], - "time": "2024-08-07T16:49:02+00:00" + "time": "2024-12-04T18:09:37+00:00" }, { "name": "joomla/archive", @@ -10254,7 +10254,7 @@ "ext-gd": "*", "ext-dom": "*" }, - "platform-dev": [], + "platform-dev": {}, "platform-overrides": { "php": "8.1.0" },