Skip to content

Commit

Permalink
composer.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Sep 14, 2023
1 parent 597ab88 commit 9b7f45e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand All @@ -18,7 +18,7 @@
"ext-json": "*",
"ext-curl": "*",
"ext-gettext": "*",
"vitexsoftware/ease-core": ">=1.12"
"vitexsoftware/ease-core": ">=1.40"
},
"autoload": {
"psr-4": {
Expand All @@ -28,19 +28,15 @@
"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": {
"ext-iconv": "*",
"phpunit/phpunit": "*",
"phing/phing": "*"
},
"replace": {
"spoje.net/flexipeehp": "*",
"spoje.net/flexibee": "*"
},
"scripts": {
"post-install-cmd": [
"cd tools/ ; ./update_all.sh ; cd .."
Expand Down

0 comments on commit 9b7f45e

Please sign in to comment.