Skip to content

Commit

Permalink
Merge pull request #567 from clue-labs/update-stable
Browse files Browse the repository at this point in the history
Update test environment to all stable dependencies
  • Loading branch information
SimonFrings committed Apr 3, 2024
2 parents 4cdcb4c + 4a396be commit b8156fc
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,20 @@
},
"require": {
"php": ">=5.3.8",
"react/async": "^4 || ^3 || ^2",
"react/async": "^4.2 || ^3.2 || ^2.2",
"react/cache": "^1.1",
"react/dns": "^1.11",
"react/dns": "^1.12",
"react/event-loop": "^1.4",
"react/http": "^1.8",
"react/http": "^1.10",
"react/promise": "^3 || ^2.10 || ^1.3",
"react/promise-stream": "^1.6",
"react/promise-timer": "^1.9",
"react/socket": "^1.13",
"react/promise-stream": "^1.7",
"react/promise-timer": "^1.10",
"react/socket": "^1.14",
"react/stream": "^1.3"
},
"require-dev": {
"clue/stream-filter": "^1.3",
"phpunit/phpunit": "^9.6 || ^7.5 || ^5.7 || ^4.8.36",
"react/async": "^4.2@dev || ^3.2@dev || ^4 || ^3 || ^2",
"react/dns": "^1.12@dev",
"react/http": "^1.10@dev",
"react/promise-stream": "^1.7@dev",
"react/promise-timer": "^1.10@dev",
"react/socket": "^1.14@dev"
"phpunit/phpunit": "^9.6 || ^7.5 || ^5.7 || ^4.8.36"
},
"config": {
"preferred-install": {
Expand Down

0 comments on commit b8156fc

Please sign in to comment.