Skip to content

Commit a8240a5

Browse files
authored
Merge pull request #57 from reactphp-parallel/3.x-downbump-to-php-8.1
Down bump to PHP 8.1
2 parents c3ce477 + 196c39e commit a8240a5

File tree

9 files changed

+1952
-3207
lines changed

9 files changed

+1952
-3207
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,22 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.2",
13+
"php": "^8.1",
1414
"ext-parallel": "*",
15-
"ext-random": "*",
1615
"react-parallel/contracts": "^2@dev",
1716
"react-parallel/event-loop": "^2@dev",
1817
"react-parallel/runtime": "^3@dev",
1918
"react/event-loop": "^1.5",
20-
"react/promise": "^3.1",
19+
"react/promise": "^2.9 || ^3.1",
2120
"thecodingmachine/safe": "^2.5",
2221
"wyrihaximus/constants": "^1.6",
2322
"wyrihaximus/metrics": "^2",
24-
"wyrihaximus/pool-info": "^2.0"
23+
"wyrihaximus/pool-info": "^1.1 || ^2.0"
2524
},
2625
"require-dev": {
2726
"moneyphp/money": "^3.2",
2827
"react-parallel/pool-tests": "^4@dev",
29-
"wyrihaximus/async-test-utilities": "^7.2"
28+
"wyrihaximus/async-test-utilities": "^5 || ^7.2"
3029
},
3130
"autoload": {
3231
"psr-4": {
@@ -46,7 +45,7 @@
4645
"infection/extension-installer": true
4746
},
4847
"platform": {
49-
"php": "8.2.13"
48+
"php": "8.1.13"
5049
},
5150
"sort-packages": true
5251
},

0 commit comments

Comments
 (0)