Skip to content

Commit 6e438eb

Browse files
authored
Merge pull request #65 from reactphp-parallel/3.x-downbump-to-php-8.1
[3.x] Down bumpto PHP 8.1
2 parents eb13a4b + 95691f8 commit 6e438eb

File tree

3 files changed

+1308
-1205
lines changed

3 files changed

+1308
-1205
lines changed

composer.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@
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",
17-
"react/promise": "^3.1",
17+
"react/promise": "^2.9 || ^3.1",
1818
"wyrihaximus/constants": "^1.6"
1919
},
2020
"require-dev": {
21-
"the-orville/exceptions": "^1.0",
22-
"wyrihaximus/async-test-utilities": "^7.2",
21+
"wyrihaximus/async-test-utilities": "^5 || ^7.2",
2322
"wyrihaximus/ticking-promise": "^3"
2423
},
2524
"autoload": {
@@ -30,7 +29,10 @@
3029
"autoload-dev": {
3130
"psr-4": {
3231
"ReactParallel\\Tests\\Runtime\\": "tests/"
33-
}
32+
},
33+
"files": [
34+
"tests/LatchcombException.php"
35+
]
3436
},
3537
"config": {
3638
"allow-plugins": {
@@ -40,7 +42,7 @@
4042
"infection/extension-installer": true
4143
},
4244
"platform": {
43-
"php": "8.2.13"
45+
"php": "8.1.13"
4446
},
4547
"sort-packages": true
4648
},

0 commit comments

Comments
 (0)