From 6a57e826bb51f04887f76f50f5ebb766a3e12288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 08:23:38 +0000 Subject: [PATCH] Update symfony/process requirement from ^5.4|^6.0 to ^6.4.x-dev Updates the requirements on [symfony/process](https://github.com/symfony/process) to permit the latest version. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/process/commits) --- updated-dependencies: - dependency-name: symfony/process dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 845befa..7166eec 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "illuminate/macroable": "^9.35|^10.1", "illuminate/support": "^9.35|^10.1", "ratchet/pawl": "^0.4.1", - "symfony/process": "^5.4|^6.0", + "symfony/process": "^6.4.x-dev", "vierbergenlars/php-semver": "^2.1|^3.0" }, "suggest": {