Skip to content

Commit bfa65c9

Browse files
authored
Merge pull request #7 from WyriHaximus/bump-down-to-intended-php8.1-for-initial-release
Bump down to intended PHP8.1 for initial release
2 parents b9e9327 + d53232e commit bfa65c9

File tree

5 files changed

+619
-633
lines changed

5 files changed

+619
-633
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
}
1010
],
1111
"require": {
12-
"php": "^8.2",
12+
"php": "^8.1",
1313
"react/async": "^4.2.0",
1414
"react/event-loop": "^1.5.0",
1515
"react/promise": "^2.10 || ^3.0"
1616
},
1717
"require-dev": {
1818
"react/promise-timer": "^1.10.0",
19-
"wyrihaximus/test-utilities": "^5.6"
19+
"wyrihaximus/test-utilities": "^5.2.4"
2020
},
2121
"autoload": {
2222
"psr-4": {
@@ -37,7 +37,7 @@
3737
"php-http/discovery": true
3838
},
3939
"platform": {
40-
"php": "8.2.13"
40+
"php": "8.1.13"
4141
},
4242
"sort-packages": true
4343
},

0 commit comments

Comments
 (0)