From 63008124e98b9ef7049be9a6b2ac02ff385f5a20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:02:44 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ----- | ------ | | packagist | league/commonmark | 2.5.3 | 2.5.3 | | github-tags | containerbase/php-prebuild | 8.3.0 | 8.3.11 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 4 ++-- composer.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index cf55c2de..ac9bdbea 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "forum": "https://discourse.laminas.dev" }, "require": { - "php": "~8.3.0", + "php": "~8.3.11", "ext-pdo": "*", "ext-curl": "*", "dflydev/fig-cookies": "^3.1.0", @@ -46,7 +46,7 @@ "laminas/laminas-paginator": "^2.18.1", "laminas/laminas-servicemanager": "^3.22.1", "laminas/laminas-stdlib": "^3.19.0", - "league/commonmark": "^2.5.1", + "league/commonmark": "^2.5.3", "mezzio/mezzio": "^3.19.1", "mezzio/mezzio-fastroute": "^3.11.0", "mezzio/mezzio-helpers": "^5.16.0", diff --git a/composer.lock b/composer.lock index feb61251..9bb88e3e 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": "d11389efc18b7397fa87dacfa2d22381", + "content-hash": "7d644b443c912eeabbde2f2cf34b390a", "packages": [ { "name": "brick/varexporter", @@ -3465,20 +3465,20 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "77fa7995ac1b21ab60769b7323d600a991a90433" + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433", - "reference": "77fa7995ac1b21ab60769b7323d600a991a90433", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { @@ -3525,7 +3525,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" }, "funding": [ { @@ -3541,7 +3541,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T15:07:36+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/service-contracts", @@ -8168,7 +8168,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.3.0", + "php": "~8.3.11", "ext-pdo": "*", "ext-curl": "*" },