Skip to content

Commit 9ef9c2b

Browse files
committed
php8
1 parent decc452 commit 9ef9c2b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@
2929
"php": "^7.4|^8.0",
3030
"ext-json": "*",
3131
"guzzlehttp/guzzle": "^6.3|^7.0",
32-
"keboola/kbc-manage-api-php-client": "^5.2",
32+
"keboola/kbc-manage-api-php-client": "^5.2|^6.0",
3333
"keboola/object-encryptor": "^2.0",
34-
"keboola/storage-api-client": "^12.0|^13.1|^14.0",
34+
"keboola/storage-api-client": "^14.0",
3535
"keboola/storage-api-php-client-branch-wrapper": "^3.2",
3636
"monolog/monolog": "^2.6",
3737
"psr/log": "^1.1",
3838
"symfony/config": "^5.4|^6.0",
39-
"symfony/uid": "^5.4",
39+
"symfony/uid": "^5.4|^6.2",
4040
"symfony/validator": "^5.4|^6.0"
4141
},
4242
"require-dev": {
43-
"infection/infection": "^0.18.2",
44-
"keboola/coding-standard": ">=13.0",
43+
"infection/infection": "^0.26",
44+
"keboola/coding-standard": ">=14.0",
4545
"phpstan/phpstan": "^1.0",
46-
"phpstan/phpstan-phpunit": "^1.0",
46+
"phpstan/phpstan-phpunit": "^1.3",
4747
"phpunit/phpunit": "^9.5"
4848
},
4949
"scripts": {

0 commit comments

Comments
 (0)