Skip to content

Commit

Permalink
Merge pull request #37 from gsteel/php-8.2
Browse files Browse the repository at this point in the history
Adds support for PHP 8.2
  • Loading branch information
Ocramius authored Oct 10, 2022
2 parents 761db48 + 7c6686d commit ab1f99c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"extra": {
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-ctype": "*",
"ext-mbstring": "*"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit ab1f99c

Please sign in to comment.