From 2bf646f01c7458ba180366854a2933021f106835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Le=C3=B3n?= <56183278+Sleon4@users.noreply.github.com> Date: Sat, 26 Mar 2022 18:08:20 -0500 Subject: [PATCH] update composer.json --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ff52f6c..27228e6 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,7 @@ } ], "require": { - "php": ">=8.0.9" - }, - "require-dev": { + "php": ">=8.0.9", "phroute/phroute": "^2.1" } }