Skip to content

Commit

Permalink
add 2 as valid protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
danopz committed Aug 24, 2017
1 parent 960af6e commit a697980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Message.php
Expand Up @@ -40,6 +40,7 @@ abstract class Message implements MessageInterface
'1.0' => true,
'1.1' => true,
'2.0' => true,
'2' => true,
];

/**
Expand Down

0 comments on commit a697980

Please sign in to comment.