From 60d1de1b60d10c663c67752fb564ff4c135b5a3d Mon Sep 17 00:00:00 2001 From: Michael Priest Date: Tue, 15 Aug 2023 00:04:09 +0930 Subject: [PATCH] Support both D9 & 10. --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index d916430..b46a98b 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "require": { "php": ">=8", "composer-plugin-api": "^2", - "symfony/filesystem": "^6.2" + "symfony/filesystem": "~3.0 || ^4.0 || ^6.2" }, "require-dev": { "composer/composer": "^2@stable", diff --git a/composer.lock b/composer.lock index 906e1c7..72121f8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c585f5060b43f0e75ef66b81f418b893", + "content-hash": "f75f706237dcd1b2a40a9f484268cfd0", "packages": [ { "name": "symfony/filesystem", - "version": "6.3.x-dev", + "version": "6.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "ebd0ca75299ab3629c4283c28222536c0f3033a6" + "reference": "952a8cb588c3bc6ce76f6023000fb932f16a6e59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/ebd0ca75299ab3629c4283c28222536c0f3033a6", - "reference": "ebd0ca75299ab3629c4283c28222536c0f3033a6", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/952a8cb588c3bc6ce76f6023000fb932f16a6e59", + "reference": "952a8cb588c3bc6ce76f6023000fb932f16a6e59", "shasum": "" }, "require": { @@ -51,7 +51,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/6.3" + "source": "https://github.com/symfony/filesystem/tree/6.4" }, "funding": [ { @@ -67,7 +67,7 @@ "type": "tidelift" } ], - "time": "2023-04-02T01:25:41+00:00" + "time": "2023-07-26T17:27:13+00:00" }, { "name": "symfony/polyfill-ctype",