From 9b7f45ecb521e322289d0c1f5fc8fb6d9fbdabf9 Mon Sep 17 00:00:00 2001 From: CyberVitexus Date: Fri, 15 Sep 2023 00:43:42 +0200 Subject: [PATCH] composer.json update --- composer.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 5ed630e..6cf82bd 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "spojenet/flexibee", - "description": "Library for easy interaction with czech economic system FlexiBee.", + "description": "Library for easy interaction with czech economic system AbraFlexi.", "license": "MIT", "authors": [ { @@ -18,7 +18,7 @@ "ext-json": "*", "ext-curl": "*", "ext-gettext": "*", - "vitexsoftware/ease-core": ">=1.12" + "vitexsoftware/ease-core": ">=1.40" }, "autoload": { "psr-4": { @@ -28,8 +28,8 @@ "autoload-dev": { "psr-4": { "Test\\Ease\\": "vendor/vitexsoftware/ease-core/tests/src/Ease", - "Test\\AbraFlexi\\": "testing/src/AbraFlexi/", - "Test\\": "testing/" + "Test\\AbraFlexi\\": "test/src/AbraFlexi/", + "Test\\": "test/" } }, "require-dev": { @@ -37,10 +37,6 @@ "phpunit/phpunit": "*", "phing/phing": "*" }, - "replace": { - "spoje.net/flexipeehp": "*", - "spoje.net/flexibee": "*" - }, "scripts": { "post-install-cmd": [ "cd tools/ ; ./update_all.sh ; cd .."