Skip to content

Commit

Permalink
allow php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fezfez committed Sep 13, 2023
1 parent 6709998 commit b364dbc
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 163 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"bin/roave-infection-static-analysis-plugin"
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"infection/infection": "0.27.0",
"ocramius/package-versions": "^2.7.0",
"sanmai/later": "^0.1.2",
"vimeo/psalm": "^4.30.0 || ^5.0.0"
"vimeo/psalm": "^4.30.0 || ^5.15"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.2.4"
"phpunit/phpunit": "^10.3.4"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit b364dbc

Please sign in to comment.