Skip to content

Commit 2542272

Browse files
authored
Merge pull request #46 from WyriHaximus/bump-to-PHP-8.2PLUS
Bump to PHP8.2+
2 parents 877b5d9 + c3a9e33 commit 2542272

File tree

2 files changed

+3049
-1715
lines changed

2 files changed

+3049
-1715
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
}
1010
],
1111
"require": {
12-
"php": "^8.1",
12+
"php": "^8.2",
1313
"bentools/iterable-functions": "^2.1.1",
1414
"psr/simple-cache": "^2.0",
1515
"react/async": "^4.1.0",
1616
"react/cache": "^1.2",
1717
"thecodingmachine/safe": "^2.4.0"
1818
},
1919
"require-dev": {
20-
"wyrihaximus/async-test-utilities": "^5.0.25 || ^8.0.0"
20+
"wyrihaximus/async-test-utilities": "^8.0.0"
2121
},
2222
"autoload": {
2323
"psr-4": {
@@ -38,7 +38,7 @@
3838
"infection/extension-installer": true
3939
},
4040
"platform": {
41-
"php": "8.1.1"
41+
"php": "8.2.13"
4242
},
4343
"sort-packages": true
4444
},

0 commit comments

Comments
 (0)