Skip to content

Commit

Permalink
Merge pull request #46 from WyriHaximus/bump-to-PHP-8.2PLUS
Browse files Browse the repository at this point in the history
Bump to PHP8.2+
  • Loading branch information
WyriHaximus authored Apr 2, 2024
2 parents 877b5d9 + c3a9e33 commit 2542272
Show file tree
Hide file tree
Showing 2 changed files with 3,049 additions and 1,715 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"bentools/iterable-functions": "^2.1.1",
"psr/simple-cache": "^2.0",
"react/async": "^4.1.0",
"react/cache": "^1.2",
"thecodingmachine/safe": "^2.4.0"
},
"require-dev": {
"wyrihaximus/async-test-utilities": "^5.0.25 || ^8.0.0"
"wyrihaximus/async-test-utilities": "^8.0.0"
},
"autoload": {
"psr-4": {
Expand All @@ -38,7 +38,7 @@
"infection/extension-installer": true
},
"platform": {
"php": "8.1.1"
"php": "8.2.13"
},
"sort-packages": true
},
Expand Down
Loading

0 comments on commit 2542272

Please sign in to comment.