Skip to content

Commit 8427815

Browse files
committed
fix: update package name to spojenet/abraflexi and PHP version constraint in composer.json
1 parent 524b825 commit 8427815

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "spojenet/flexibee",
2+
"name": "spojenet/abraflexi",
33
"description": "Library for easy interaction with czech economic system AbraFlexi.",
44
"license": "MIT",
55
"authors": [
@@ -16,7 +16,7 @@
1616
],
1717
"type": "library",
1818
"require": {
19-
"php": "^8.1",
19+
"php": ">=8.1",
2020
"ext-json": "*",
2121
"ext-curl": "*",
2222
"ext-gettext": "*",
@@ -40,9 +40,9 @@
4040
"roave/security-advisories": "dev-latest",
4141
"phpunit/phpunit": "*",
4242
"phpstan/phpstan": "*",
43-
"friendsofphp/php-cs-fixer": "^3.89",
43+
"friendsofphp/php-cs-fixer": "^3.94",
4444
"ergebnis/composer-normalize": "^2.50",
45-
"ergebnis/php-cs-fixer-config": "^6.59"
45+
"ergebnis/php-cs-fixer-config": "^6.60"
4646
},
4747
"scripts": {
4848
"post-install-cmd": [

0 commit comments

Comments
 (0)