From 22f6fdc9c893aafd8239a45f0683d3f8e0048290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:15:52 +0000 Subject: [PATCH] chore(deps): bump cocur/slugify from 4.3.0 to 4.6.0 Bumps [cocur/slugify](https://github.com/cocur/slugify) from 4.3.0 to 4.6.0. - [Release notes](https://github.com/cocur/slugify/releases) - [Commits](https://github.com/cocur/slugify/compare/v4.3.0...v4.6.0) --- updated-dependencies: - dependency-name: cocur/slugify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 96be9f8b5b1..e7146b66f1c 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "bcremer/line-reader": "1.3.0", "beberlei/assert": "3.3.2", "beberlei/doctrineextensions": "1.4.0", - "cocur/slugify": "4.3.0 || 4.5.1", + "cocur/slugify": "^4.6.0", "doctrine/annotations": "1.14.4", "doctrine/cache": "1.13.0", "doctrine/collections": "1.8.0", diff --git a/composer.lock b/composer.lock index b883254fa02..a05206e61ff 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": "593ef8ea27d418aa2832a1335f87e898", + "content-hash": "6fde2c3996a33f50114b9756382da861", "packages": [ { "name": "aws/aws-crt-php", @@ -391,21 +391,21 @@ }, { "name": "cocur/slugify", - "version": "v4.3.0", + "version": "v4.6.0", "source": { "type": "git", "url": "https://github.com/cocur/slugify.git", - "reference": "652234ef5f1be844a2ae1c36ad1b4c88b05160f9" + "reference": "1d674022e9cbefa80b4f51aa3e2375b6e3c14fdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cocur/slugify/zipball/652234ef5f1be844a2ae1c36ad1b4c88b05160f9", - "reference": "652234ef5f1be844a2ae1c36ad1b4c88b05160f9", + "url": "https://api.github.com/repos/cocur/slugify/zipball/1d674022e9cbefa80b4f51aa3e2375b6e3c14fdb", + "reference": "1d674022e9cbefa80b4f51aa3e2375b6e3c14fdb", "shasum": "" }, "require": { "ext-mbstring": "*", - "php": "^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { "symfony/config": "<3.4 || >=4,<4.3", @@ -459,9 +459,9 @@ ], "support": { "issues": "https://github.com/cocur/slugify/issues", - "source": "https://github.com/cocur/slugify/tree/v4.3.0" + "source": "https://github.com/cocur/slugify/tree/v4.6.0" }, - "time": "2022-12-07T19:48:48+00:00" + "time": "2024-09-10T14:09:25+00:00" }, { "name": "doctrine/annotations",