Skip to content

Commit ab1f99c

Browse files
authored
Merge pull request #37 from gsteel/php-8.2
Adds support for PHP 8.2
2 parents 761db48 + 7c6686d commit ab1f99c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"extra": {
3030
},
3131
"require": {
32-
"php": "^7.4 || ~8.0.0 || ~8.1.0",
32+
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
3333
"ext-ctype": "*",
3434
"ext-mbstring": "*"
3535
},

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)