From 6b2d5da79ec0799a7773ef013714a8d65285a436 Mon Sep 17 00:00:00 2001 From: SebSept Date: Mon, 11 Apr 2022 16:47:49 +0200 Subject: [PATCH] removed all phive dependencies, they are not available on github ci I need a quick fix, so i removed phive components for the moment. --- .phive/phars.xml | 4 ++-- composer.json | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.phive/phars.xml b/.phive/phars.xml index 4f7fd1f..a23f2ac 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,6 +1,6 @@ - + - + diff --git a/composer.json b/composer.json index ff4ad82..7e1c324 100644 --- a/composer.json +++ b/composer.json @@ -40,8 +40,6 @@ ], "fix": "@php-cs-fixer", "pre-commit": [ - "tools/php-cs-fixer fix --dry-run --ansi", - "@phpstan --ansi", "composer validate" ] },