Skip to content

Commit c0390ae

Browse files
authored
Merge pull request #177 from php-http/prepare-release
prepare 1.10 release
2 parents 486ac88 + 6416ce7 commit c0390ae

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ matrix:
2929
- php: 7.0
3030
- php: 7.1
3131
- php: 7.2
32+
- php: 7.3
3233
env: COVERAGE=true TEST_COMMAND="composer test-ci" DEPENDENCIES="henrikbjorn/phpspec-code-coverage:^1.0"
3334

3435
# Test LTS versions

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.10.0 - 2019-11-18
4+
5+
### Added
6+
7+
- Support for Symfony 5
8+
39
## 1.9.1 - 2019-02-02
410

511
### Added

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"extra": {
3939
"branch-alias": {
40-
"dev-master": "1.9.x-dev"
40+
"dev-master": "1.10.x-dev"
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)