From f99e63f9bc0c9db78763be219454f6268cbd0c83 Mon Sep 17 00:00:00 2001 From: Khoubza Younes Date: Sun, 3 Oct 2021 22:03:22 +0100 Subject: [PATCH] wip --- composer.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/composer.json b/composer.json index a522bd38..6f23f55a 100755 --- a/composer.json +++ b/composer.json @@ -13,17 +13,7 @@ ], "require": { "php": ">=5.3", - "ext-json": "*", - "illuminate/support": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0", - "symfony/config": "^2.0|^3.0|^4.0|^5.0|^6.0", - "symfony/dependency-injection": "^2.0|^3.0|^4.0|^5.0|^6.0", - "symfony/http-kernel": "^2.0|^3.0|^4.0|^5.0|^6.0", - "symfony/twig-bundle": "^2.0|^3.0|^4.0|^5.0|^6.0", - "symfony/console": "^2.0|^3.0|^4.0|^5.0|^6.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0|^8.0|^9.0", - "orchestra/testbench": "^2.0|^3.0|^4.0|^5.0|^6.0" + "ext-json": "*" }, "autoload": { "psr-4": {