Skip to content

Commit 9a72fa6

Browse files
committed
Raise minimum PHP version to 8.2
1 parent 5a9c30c commit 9a72fa6

File tree

8 files changed

+608
-582
lines changed

8 files changed

+608
-582
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
}
1010
],
1111
"require": {
12-
"php": "^8",
13-
"clue/block-react": "^1.5.",
12+
"php": "^8.2",
1413
"phpunit/phpunit": "^9.5.27",
14+
"react/async": "^4.0",
1515
"react/event-loop": "^1.3.0",
1616
"react/promise": "^2.9.",
17-
"wyrihaximus/test-utilities": "^5.2.4"
17+
"wyrihaximus/test-utilities": "^5.3.1"
1818
},
1919
"require-dev": {
2020
"wyrihaximus/iterator-or-array-to-array": "^1.2"
@@ -41,7 +41,7 @@
4141
"infection/extension-installer": true
4242
},
4343
"platform": {
44-
"php": "8.0.13"
44+
"php": "8.2.13"
4545
},
4646
"sort-packages": true
4747
},

0 commit comments

Comments
 (0)