We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 486ac88 + 6416ce7 commit c0390aeCopy full SHA for c0390ae
.travis.yml
@@ -29,6 +29,7 @@ matrix:
29
- php: 7.0
30
- php: 7.1
31
- php: 7.2
32
+ - php: 7.3
33
env: COVERAGE=true TEST_COMMAND="composer test-ci" DEPENDENCIES="henrikbjorn/phpspec-code-coverage:^1.0"
34
35
# Test LTS versions
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 1.10.0 - 2019-11-18
4
+
5
+### Added
6
7
+- Support for Symfony 5
8
9
## 1.9.1 - 2019-02-02
10
11
### Added
composer.json
@@ -37,7 +37,7 @@
37
},
38
"extra": {
39
"branch-alias": {
40
- "dev-master": "1.9.x-dev"
+ "dev-master": "1.10.x-dev"
41
}
42
43
0 commit comments