Skip to content

Commit

Permalink
Merge pull request #14 from ghostwriter/Add-support-for-PHP-8.2
Browse files Browse the repository at this point in the history
Add support for PHP 8.2
  • Loading branch information
ghostwriter committed Oct 4, 2022
2 parents 8bfb1c1 + 992f22f commit aa7e443
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
],
"require": {
"php": ">=8.0,<8.2"
"php": ">=8.0,<8.3"
},
"require-dev": {
"infection/infection": "^0.26.15",
Expand All @@ -39,7 +39,7 @@
"psalm/plugin-phpunit": "^0.17.0",
"rector/rector": "^0.14.5",
"symplify/easy-coding-standard": "^11.1.10",
"vimeo/psalm": "^4.27"
"vimeo/psalm": "^4.27.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down
52 changes: 26 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa7e443

Please sign in to comment.