From 4b45f8d55673cee3983c4fe24b82735f4f70282b Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 18 Oct 2024 09:20:53 +0900 Subject: [PATCH] Update and fix composer json file, phars file --- .phive/phars.xml | 2 +- composer.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.phive/phars.xml b/.phive/phars.xml index e1f29fd0..23d283b6 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -3,7 +3,7 @@ - + diff --git a/composer.json b/composer.json index cbf7ae31..b1d8fe0d 100644 --- a/composer.json +++ b/composer.json @@ -3,10 +3,9 @@ "version": "dev-master", "description": "CoreLibs: Development package", "type": "library", - "config": { - }, "require": { "php": ">=8.1" + }, "require-dev": { "phpstan/phpstan": "^1.10", "phan/phan": "^5.4",