Skip to content

Commit

Permalink
Merge pull request #250 from fezfez/php8.3
Browse files Browse the repository at this point in the history
allow php 8.3
  • Loading branch information
Ocramius authored Sep 15, 2023
2 parents f74da98 + c316407 commit ad25a61
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"composer-runtime-api": "^2.2.0"
},
"require-dev": {
"composer/composer": "^2.6.2",
"composer/composer": "^2.6.3",
"doctrine/coding-standard": "^12.0.0",
"ext-zip": "^1.15.0",
"roave/infection-static-analysis-plugin": "^1.32.0",
"roave/infection-static-analysis-plugin": "^1.33",
"phpunit/phpunit": "^9.6.12",
"vimeo/psalm": "^5.15.0"
},
Expand Down
38 changes: 19 additions & 19 deletions composer.lock

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

0 comments on commit ad25a61

Please sign in to comment.