Skip to content

Commit 947607b

Browse files
authored
Merge branch 'master' into add-param-and-return-type-hints
2 parents 3def521 + cb6ce48 commit 947607b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.2.0 || ^8.0.0"
14+
"php": "^7.2 || ^8.0"
1515
},
1616
"autoload": {
1717
"psr-4": {

src/RequestInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public function getRequestTarget(): string;
6060
*/
6161
public function withRequestTarget(string $requestTarget): RequestInterface;
6262

63+
6364
/**
6465
* Retrieves the HTTP method of the request.
6566
*

0 commit comments

Comments
 (0)