We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432a5ab commit c80f5e7Copy full SHA for c80f5e7
composer.json
@@ -10,15 +10,15 @@
10
}
11
],
12
"require": {
13
- "php": "^8.2",
+ "php": "^8.1",
14
"ext-parallel": "*",
15
"moneyphp/money": "^3.2.1 || ^4.0.0",
16
"react-parallel/contracts": "^2@dev",
17
"react-parallel/event-loop": "^2@dev",
18
"react/event-loop": "^1.5",
19
- "react/promise": "^3.1",
20
- "wyrihaximus/async-test-utilities": "^7.2",
21
- "wyrihaximus/pool-info": "^2.0"
+ "react/promise": "^2.9 || ^3.1",
+ "wyrihaximus/async-test-utilities": "^5 || ^7.2",
+ "wyrihaximus/pool-info": "^1.1 || ^2.0"
22
},
23
"require-dev": {},
24
"autoload": {
@@ -34,7 +34,7 @@
34
"infection/extension-installer": true
35
36
"platform": {
37
- "php": "8.2.13"
+ "php": "8.1.13"
38
39
"sort-packages": true
40
0 commit comments