Skip to content

Commit a00a968

Browse files
authored
Merge pull request #40 from reactphp-parallel/2.x-downbump-to-php-8.1
Down bump to PHP 8.1
2 parents ad715a4 + 9b930ff commit a00a968

File tree

2 files changed

+1801
-3096
lines changed

2 files changed

+1801
-3096
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.2",
13+
"php": "^8.1",
1414
"ext-parallel": "*",
1515
"react-parallel/event-loop": "^2@dev",
1616
"react/event-loop": "^1.5",
1717
"react/promise": "^2.11 || ^3.1",
1818
"reactivex/rxphp": "^2.0.12",
1919
"wyrihaximus/constants": "^1.6",
20-
"wyrihaximus/react-awaitable-observable": "^1.1",
20+
"wyrihaximus/react-awaitable-observable": "^1",
2121
"wyrihaximus/react-event-loop-rx-scheduler-hook-up": "^0.1.1"
2222
},
2323
"require-dev": {
24-
"wyrihaximus/async-test-utilities": "^7.2",
24+
"wyrihaximus/async-test-utilities": "^5 || ^7.2",
2525
"wyrihaximus/ticking-promise": "^3"
2626
},
2727
"autoload": {
@@ -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)