From 7f5fcc98d7c5198fd8b9b61952a0e3d604452aad Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 8 Jan 2023 20:55:46 +0100 Subject: [PATCH] feat(dep): update composer.json remove symfony/flex update murph/murph-core --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8e3d796..dea6ca6 100644 --- a/composer.json +++ b/composer.json @@ -7,8 +7,7 @@ "prefer-stable": true, "require": { "php": ">=8.0.0", - "murph/murph-core": "dev-feature/tests", - "symfony/flex": "^2.2" + "murph/murph-core": "^1.17" }, "require-dev": { "symfony/browser-kit": "^5.4", @@ -27,7 +26,8 @@ }, "sort-packages": true, "allow-plugins": { - "symfony/flex": true + "symfony/flex": true, + "symfony/runtime": true } }, "autoload": {