We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa27285 commit a0b0ba9Copy full SHA for a0b0ba9
2 files changed
.github/workflows/ci.yml
@@ -14,6 +14,7 @@ jobs:
14
- ubuntu-24.04
15
- windows-2025
16
php:
17
+ - 8.5
18
- 8.4
19
- 8.3
20
- 8.2
@@ -25,7 +26,7 @@ jobs:
25
26
- 7.1
27
- 7.0
28
steps:
- - uses: actions/checkout@v5
29
+ - uses: actions/checkout@v7
30
- uses: shivammathur/setup-php@v2
31
with:
32
php-version: ${{ matrix.php }}
composer.json
@@ -13,11 +13,11 @@
13
"require": {
"php": ">=7.0",
"ext-zlib": "*",
- "react/stream": "^1.2"
+ "react/stream": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "^9.6 || ^8.5 || ^6.5",
- "react/event-loop": "^1.2"
+ "react/event-loop": "^1.6"
21
22
"autoload": {
23
"psr-4": {
0 commit comments