Skip to content

Commit f8051e8

Browse files
authored
Merge pull request #77 from fezfez/php8.2
Add PHP 8.2 support
2 parents 49a21b4 + 9f44f3e commit f8051e8

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"MIT"
66
],
77
"require": {
8-
"php": "~8.1.0",
8+
"php": "~8.1.0 || ~8.2.0",
99
"nikic/php-parser": "^4.15.1",
1010
"phpstan/phpstan": "^1.8.10"
1111
},
1212
"require-dev": {
1313
"doctrine/coding-standard": "^10.0.0",
14-
"infection/infection": "^0.26.15",
14+
"infection/infection": "^0.26.1",
1515
"maglnet/composer-require-checker": "^4.2.0",
1616
"phpstan/phpstan-phpunit": "^1.1.1",
1717
"phpstan/phpstan-strict-rules": "^1.4.4",

composer.lock

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

0 commit comments

Comments
 (0)