Skip to content

Commit

Permalink
Improve PHP 8.4+ support by avoiding implicitly nullable types
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Nov 23, 2024
1 parent b8156fc commit 88dc8e6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"require": {
"php": ">=5.3.8",
"react/async": "^4.2 || ^3.2 || ^2.2",
"react/async": "^4.3 || ^3.2 || ^2.2",
"react/cache": "^1.1",
"react/dns": "^1.12",
"react/event-loop": "^1.4",
"react/http": "^1.10",
"react/promise": "^3 || ^2.10 || ^1.3",
"react/dns": "^1.13",
"react/event-loop": "^1.5",
"react/http": "^1.11",
"react/promise": "^3.2 || ^2.10 || ^1.3",
"react/promise-stream": "^1.7",
"react/promise-timer": "^1.10",
"react/socket": "^1.14",
"react/stream": "^1.3"
"react/promise-timer": "^1.11",
"react/socket": "^1.15",
"react/stream": "^1.4"
},
"require-dev": {
"clue/stream-filter": "^1.3",
Expand Down

0 comments on commit 88dc8e6

Please sign in to comment.