Skip to content

Commit d34a8cf

Browse files
authored
Merge pull request #56 from reactphp-parallel/2.x-downbump-to-php-8.1
[2.x] Bump down to PHP 8.1
2 parents e4ce638 + c9f4bba commit d34a8cf

File tree

2 files changed

+1764
-3037
lines changed

2 files changed

+1764
-3037
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.2",
13+
"php": "^8.1",
1414
"ext-parallel": "*",
1515
"react/async": "^4.2",
1616
"react/event-loop": "^1.5",
1717
"react/promise": "^2.11 || ^3.0",
1818
"reactivex/rxphp": "^2.0.12",
1919
"wyrihaximus/constants": "^1.6.0",
2020
"wyrihaximus/metrics": "^1.0 || ^2",
21-
"wyrihaximus/react-awaitable-observable": "^1.1",
21+
"wyrihaximus/react-awaitable-observable": "^1",
2222
"wyrihaximus/react-event-loop-rx-scheduler-hook-up": "^0.1.1"
2323
},
2424
"require-dev": {
25-
"wyrihaximus/async-test-utilities": "^7.2"
25+
"wyrihaximus/async-test-utilities": "^7.2 || ^5"
2626
},
2727
"autoload": {
2828
"psr-4": {
@@ -42,7 +42,7 @@
4242
"infection/extension-installer": true
4343
},
4444
"platform": {
45-
"php": "8.2.13"
45+
"php": "8.1.13"
4646
},
4747
"sort-packages": true
4848
},

0 commit comments

Comments
 (0)