Skip to content

Commit 2c99946

Browse files
authored
Merge pull request #126 from php-http/1.5
Removed PHP7 code
2 parents 6911039 + 7cd966b commit 2c99946

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
- Support for `php-http/httplug` version 2.0, hence supporting PSR-18
66

7+
## 1.5.1 - 2018-12-30
8+
9+
### Fixed
10+
11+
- Removed PHP 7 code
12+
713
## 1.5.0 - 2018-12-30
814

915
### Added

src/Exception/NoCandidateFoundException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
namespace Http\Discovery\Exception;
64

75
use Http\Discovery\Exception;

0 commit comments

Comments
 (0)