Skip to content

Commit 12971df

Browse files
authored
Merge pull request #150 from DJTommek/pr/api-type-updates
updated dependencies, updates according API changes
2 parents 70f478d + 54548b5 commit 12971df

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1393
-1043
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=7.0.0",
17+
"php": ">=7.1",
1818
"ext-json": "*",
1919
"unreal4u/dummy-logger": "^1.0",
2020
"react/promise": "^2.7",
@@ -26,9 +26,9 @@
2626
},
2727
"require-dev": {
2828
"monolog/monolog": "^1.17",
29-
"squizlabs/php_codesniffer": "^3.5",
30-
"phpunit/phpunit": "^6.2",
31-
"phpunit/php-code-coverage": "^5.2"
29+
"squizlabs/php_codesniffer": "^3.7",
30+
"phpunit/phpunit": "^10.0",
31+
"phpunit/php-code-coverage": "^10.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)