Skip to content

Commit

Permalink
Merge branch 'master' into add-param-and-return-type-hints
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelau authored Apr 4, 2023
2 parents 3def521 + cb6ce48 commit 947607b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.2.0 || ^8.0.0"
"php": "^7.2 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions src/RequestInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public function getRequestTarget(): string;
*/
public function withRequestTarget(string $requestTarget): RequestInterface;


/**
* Retrieves the HTTP method of the request.
*
Expand Down

0 comments on commit 947607b

Please sign in to comment.