Skip to content

Commit 41d2fa3

Browse files
authored
Merge pull request #11 from reactphp-parallel/2.x-downbump-to-php-8.1
[2.x] Down bump to PHP 8.1
2 parents aa145d5 + 096149a commit 41d2fa3

File tree

2 files changed

+1385
-2283
lines changed

2 files changed

+1385
-2283
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.2",
14-
"wyrihaximus/pool-info": "^2.0.0"
13+
"php": "^8.1",
14+
"wyrihaximus/pool-info": "^2.0.0 || ^1.0.0"
1515
},
1616
"require-dev": {
17-
"wyrihaximus/async-test-utilities": "^8.0.5"
17+
"wyrihaximus/async-test-utilities": "^8.0.5 || ^5"
1818
},
1919
"autoload": {
2020
"psr-4": {
@@ -28,7 +28,7 @@
2828
},
2929
"config": {
3030
"platform": {
31-
"php": "8.2.13"
31+
"php": "8.1.13"
3232
},
3333
"sort-packages": true,
3434
"allow-plugins": {

0 commit comments

Comments
 (0)