Skip to content

Commit ea9df9c

Browse files
authored
Merge pull request #14 from reactphp-parallel/2.x-drop-8.1
[2.x] Drop PHP 8.1
2 parents 967fe05 + 934e799 commit ea9df9c

File tree

2 files changed

+2727
-1797
lines changed

2 files changed

+2727
-1797
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.1",
14-
"wyrihaximus/pool-info": "^2.0.0 || ^1.0.0"
13+
"php": "^8.2",
14+
"wyrihaximus/pool-info": "^2.0.0"
1515
},
1616
"require-dev": {
17-
"wyrihaximus/async-test-utilities": "^8.0.5 || ^5"
17+
"wyrihaximus/async-test-utilities": "^8.0.5"
1818
},
1919
"autoload": {
2020
"psr-4": {
@@ -28,7 +28,7 @@
2828
},
2929
"config": {
3030
"platform": {
31-
"php": "8.1.13"
31+
"php": "8.2.13"
3232
},
3333
"sort-packages": true,
3434
"allow-plugins": {

0 commit comments

Comments
 (0)