From bd5ea114b194e4daaf658e86079b1850ca26ff48 Mon Sep 17 00:00:00 2001 From: Leonardo Reynoso <128936819+LeonardoRRC@users.noreply.github.com> Date: Sat, 22 Jun 2024 16:47:37 -0500 Subject: [PATCH] Update composer.json --- composer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/composer.json b/composer.json index 67ceb11..92b83e7 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,6 @@ "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "friendsofphp/php-cs-fixer": "^2.16", "phpcompatibility/php-compatibility": "*", - "phpunit/phpunit": "^9 || ^8 || ^7", "squizlabs/php_codesniffer": "^3.4" }, "autoload": { @@ -73,7 +72,6 @@ } }, "scripts": { - "test": "phpunit", "check": "phpcs", "check2": "php-cs-fixer fix --diff --dry-run -v", "fix": "phpcbf",