Skip to content

Commit 003d0fe

Browse files
committed
Allow Symfony YAML 5.0
1 parent 7403ab2 commit 003d0fe

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,22 @@ matrix:
77
env: YAML=3.0
88
- php: '7.1'
99
env: YAML=4.0
10+
- php: '7.1'
11+
env: YAML=5.0
1012
- php: '7.2'
1113
env: YAML=3.0
1214
- php: '7.2'
1315
env: YAML=4.0
16+
- php: '7.2'
17+
env: YAML=5.0
1418
- php: '7.3'
1519
env: YAML=3.0
1620
- php: '7.3'
1721
env: YAML=4.0
22+
- php: '7.3'
23+
env: YAML=5.0
1824
- php: nightly
19-
env: YAML=4.0
25+
env: YAML=5.0
2026
# windows tests
2127
# https://travis-ci.community/t/where-to-contribute-php-support-for-windows/304
2228
- os: windows

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": ">=7.1.0",
2222
"ext-json": "*",
23-
"symfony/yaml": "^3.0 | ^4.0",
23+
"symfony/yaml": "^3.0 | ^4.0 | ^5.0",
2424
"justinrainbow/json-schema": "^5.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)