File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 11
11
- 5.6
12
12
- 7.0
13
13
- 7.1
14
+ - 7.2
15
+ - 7.3
14
16
15
17
env :
16
18
global :
@@ -23,14 +25,12 @@ branches:
23
25
24
26
matrix :
25
27
allow_failures :
26
- - php : hhvm
27
- dist : trusty
28
+ - php : 7.3
28
29
fast_finish : true
29
30
include :
30
31
- php : 5.5
31
32
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" PULI_VERSION=1.0.0-beta9
32
- - php : hhvm
33
- dist : trusty
33
+
34
34
35
35
before_install :
36
36
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 1.6.0 - UNRELEASED
4
+
5
+ ### Added
6
+
7
+ - Support for PSR-17 factories
8
+ - Support for PSR-18 clients
9
+
3
10
## 1.5.2 - 2018-12-31
4
11
5
12
Corrected mistakes in 1.5.1. The different between 1.5.2 and 1.5.0 is that
6
13
we removed some PHP 7 code.
7
14
15
+ https://github.com/php-http/discovery/compare/1.5.0...1.5.2
16
+
8
17
## 1.5.1 - 2018-12-31
9
18
10
19
This version added new features by mistake. These are reverted in 1.5.2.
@@ -15,12 +24,6 @@ Do not use 1.5.1.
15
24
16
25
- Removed PHP 7 code
17
26
18
- ## 1.5.1 - 2018-12-30
19
-
20
- ### Fixed
21
-
22
- - Removed PHP 7 code
23
-
24
27
## 1.5.0 - 2018-12-30
25
28
26
29
### Added
You can’t perform that action at this time.
0 commit comments