Skip to content

Commit

Permalink
Merge pull request #142 from internalsystemerror/add-php82-support
Browse files Browse the repository at this point in the history
Add support for PHP 8.2
  • Loading branch information
boesing authored Dec 10, 2022
2 parents 054355a + ab8b02b commit cb2d950
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 214 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"description": "Psalm plugin to work with `sprintf`, `printf`, `sscanf` and `fscanf`.",
"license": "BSD-3-Clause",
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-simplexml": "*",
"vimeo/psalm": "^4.30 || ^5.0",
"webmozart/assert": "^1.10"
"webmozart/assert": "^1.11"
},
"require-dev": {
"codeception/codeception": "^4.1",
Expand Down
Loading

0 comments on commit cb2d950

Please sign in to comment.