Skip to content

Commit

Permalink
Merge pull request #150 from DJTommek/pr/api-type-updates
Browse files Browse the repository at this point in the history
updated dependencies, updates according API changes
  • Loading branch information
unreal4u committed Jun 7, 2023
2 parents 70f478d + 54548b5 commit 12971df
Show file tree
Hide file tree
Showing 47 changed files with 1,393 additions and 1,043 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0.0",
"php": ">=7.1",
"ext-json": "*",
"unreal4u/dummy-logger": "^1.0",
"react/promise": "^2.7",
Expand All @@ -26,9 +26,9 @@
},
"require-dev": {
"monolog/monolog": "^1.17",
"squizlabs/php_codesniffer": "^3.5",
"phpunit/phpunit": "^6.2",
"phpunit/php-code-coverage": "^5.2"
"squizlabs/php_codesniffer": "^3.7",
"phpunit/phpunit": "^10.0",
"phpunit/php-code-coverage": "^10.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 12971df

Please sign in to comment.