We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb3231 commit 83dc9c1Copy full SHA for 83dc9c1
2 files changed
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
php:
14
+ - 8.5
15
- 8.4
16
- 8.3
17
- 8.2
@@ -26,7 +27,7 @@ jobs:
26
27
- 5.4
28
- 5.3
29
steps:
- - uses: actions/checkout@v4
30
+ - uses: actions/checkout@v7
31
- uses: shivammathur/setup-php@v2
32
with:
33
php-version: ${{ matrix.php }}
composer.json
@@ -12,12 +12,12 @@
],
"require": {
"php": ">=5.3",
- "react/promise": "^3 || ^2.2.1 || ^1.2.1"
+ "react/promise": "^3.3 || ^2.2.1 || ^1.2.1"
},
"require-dev": {
18
"phpunit/phpunit": "^9.6 || ^8.5 || ^5.7 || ^4.8.36",
19
- "react/async": "^4 || ^3 || ^2",
20
- "react/event-loop": "^1.2",
+ "react/async": "^4.3 || ^3 || ^2",
+ "react/event-loop": "^1.6",
21
"react/http": "^1.8"
22
23
"autoload": {
0 commit comments