Skip to content

Commit

Permalink
Add "1.0" into valid protocal version list.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrylinooo committed Nov 18, 2020
1 parent c1a3fc4 commit c1c88c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Psr7/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class Message implements MessageInterface
* @var array
*/
protected $validProtocolVersions = [
'1.0',
'1.1',
'2.0',
'3.0',
Expand Down

0 comments on commit c1c88c5

Please sign in to comment.