Skip to content

Commit

Permalink
Add support for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
delolmo committed Nov 15, 2023
1 parent d5d2235 commit eb3a650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Use psr/http-message as a Valinor source",
"type": "library",
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"cuyz/valinor": "^1.2",
"psr/http-message": "^1.0"
},
Expand Down

0 comments on commit eb3a650

Please sign in to comment.