Skip to content

Commit 849f8e4

Browse files
committed
Down bump to PHP 8.1
1 parent 4d17590 commit 849f8e4

File tree

6 files changed

+1902
-3200
lines changed

6 files changed

+1902
-3200
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.2",
13+
"php": "^8.1",
1414
"react-parallel/contracts": "^2@dev",
1515
"react/async": "^4.2",
1616
"react/event-loop": "^1.5",
17-
"react/promise": "^3.1",
18-
"wyrihaximus/pool-info": "^2"
17+
"react/promise": "^2 || ^3.1",
18+
"wyrihaximus/pool-info": "^1.1 || ^2"
1919
},
2020
"require-dev": {
2121
"ext-parallel": "*",
@@ -24,7 +24,7 @@
2424
"react-parallel/infinite-pool": "^3@dev",
2525
"react-parallel/pool-tests": "^4@dev",
2626
"react-parallel/runtime": "^3@dev",
27-
"wyrihaximus/async-test-utilities": "^7.2"
27+
"wyrihaximus/async-test-utilities": "^5 || ^7.2"
2828
},
2929
"minimum-stability": "dev",
3030
"prefer-stable": true,
@@ -47,7 +47,7 @@
4747
"ocramius/package-versions": true
4848
},
4949
"platform": {
50-
"php": "8.2.13"
50+
"php": "8.1.13"
5151
},
5252
"sort-packages": true
5353
},

0 commit comments

Comments
 (0)