Skip to content

Commit

Permalink
Merge pull request #228 from clue-labs/update-deps
Browse files Browse the repository at this point in the history
Update dependencies and require legacy reactphp/promise-timer for tests
  • Loading branch information
SimonFrings authored Jun 7, 2023
2 parents 66a871e + 5ec052f commit f7bf6ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
"php": ">=7.1",
"nikic/fast-route": "^1.3",
"react/async": "^4 || ^3",
"react/http": "^1.8",
"react/promise": "^3 || ^2.7"
"react/http": "^1.9",
"react/promise": "^3 || ^2.10",
"react/socket": "^1.13"
},
"require-dev": {
"phpstan/phpstan": "1.10.6 || 1.4.10",
"phpstan/phpstan": "1.10.16 || 1.4.10",
"phpunit/phpunit": "^9.6 || ^7.5",
"psr/container": "^2 || ^1"
"psr/container": "^2 || ^1",
"react/promise-timer": "^1.9"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 2 additions & 1 deletion tests/install-as-dep/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"require": {
"clue/framework-x": "*@dev"
"clue/framework-x": "*@dev",
"react/promise-timer": "^1.9"
},
"repositories": [
{
Expand Down

0 comments on commit f7bf6ee

Please sign in to comment.