Skip to content

Commit c80f5e7

Browse files
committed
[4.x] Down bump to PHP 8.1
1 parent 432a5ab commit c80f5e7

File tree

2 files changed

+1813
-3109
lines changed

2 files changed

+1813
-3109
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.2",
13+
"php": "^8.1",
1414
"ext-parallel": "*",
1515
"moneyphp/money": "^3.2.1 || ^4.0.0",
1616
"react-parallel/contracts": "^2@dev",
1717
"react-parallel/event-loop": "^2@dev",
1818
"react/event-loop": "^1.5",
19-
"react/promise": "^3.1",
20-
"wyrihaximus/async-test-utilities": "^7.2",
21-
"wyrihaximus/pool-info": "^2.0"
19+
"react/promise": "^2.9 || ^3.1",
20+
"wyrihaximus/async-test-utilities": "^5 || ^7.2",
21+
"wyrihaximus/pool-info": "^1.1 || ^2.0"
2222
},
2323
"require-dev": {},
2424
"autoload": {
@@ -34,7 +34,7 @@
3434
"infection/extension-installer": true
3535
},
3636
"platform": {
37-
"php": "8.2.13"
37+
"php": "8.1.13"
3838
},
3939
"sort-packages": true
4040
},

0 commit comments

Comments
 (0)