Skip to content

Commit

Permalink
Update PHP constraints to allow v8.3
Browse files Browse the repository at this point in the history
Signed-off-by: ADmad <[email protected]>
  • Loading branch information
ADmad committed Oct 27, 2023
1 parent 39811fb commit 9d8b02d
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 90 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.1"
},
Expand Down
Loading

0 comments on commit 9d8b02d

Please sign in to comment.