Skip to content

Commit

Permalink
Merge pull request #33 from fezfez/php8.3
Browse files Browse the repository at this point in the history
allow php 8.3
  • Loading branch information
gsteel authored Nov 2, 2023
2 parents 9500cbb + cd5014c commit f821635
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
},
"extra": {},
"require": {
"php": "~8.1.0 || ~8.2.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^10.2.2",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.13"
"vimeo/psalm": "^5.15"
},
"autoload": {
"classmap": [
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 f821635

Please sign in to comment.