Skip to content

Commit

Permalink
Merge pull request #77 from fezfez/php8.2
Browse files Browse the repository at this point in the history
Add PHP 8.2 support
  • Loading branch information
Ocramius committed Oct 22, 2022
2 parents 49a21b4 + 9f44f3e commit f8051e8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"MIT"
],
"require": {
"php": "~8.1.0",
"php": "~8.1.0 || ~8.2.0",
"nikic/php-parser": "^4.15.1",
"phpstan/phpstan": "^1.8.10"
},
"require-dev": {
"doctrine/coding-standard": "^10.0.0",
"infection/infection": "^0.26.15",
"infection/infection": "^0.26.1",
"maglnet/composer-require-checker": "^4.2.0",
"phpstan/phpstan-phpunit": "^1.1.1",
"phpstan/phpstan-strict-rules": "^1.4.4",
Expand Down
44 changes: 22 additions & 22 deletions composer.lock

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

0 comments on commit f8051e8

Please sign in to comment.