We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524b825 commit 8427815Copy full SHA for 8427815
1 file changed
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "spojenet/flexibee",
+ "name": "spojenet/abraflexi",
3
"description": "Library for easy interaction with czech economic system AbraFlexi.",
4
"license": "MIT",
5
"authors": [
@@ -16,7 +16,7 @@
16
],
17
"type": "library",
18
"require": {
19
- "php": "^8.1",
+ "php": ">=8.1",
20
"ext-json": "*",
21
"ext-curl": "*",
22
"ext-gettext": "*",
@@ -40,9 +40,9 @@
40
"roave/security-advisories": "dev-latest",
41
"phpunit/phpunit": "*",
42
"phpstan/phpstan": "*",
43
- "friendsofphp/php-cs-fixer": "^3.89",
+ "friendsofphp/php-cs-fixer": "^3.94",
44
"ergebnis/composer-normalize": "^2.50",
45
- "ergebnis/php-cs-fixer-config": "^6.59"
+ "ergebnis/php-cs-fixer-config": "^6.60"
46
},
47
"scripts": {
48
"post-install-cmd": [
0 commit comments