Skip to content

Commit 0de01ad

Browse files
committed
Allow Symfony YAML 5.0
1 parent 7403ab2 commit 0de01ad

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ matrix:
1111
env: YAML=3.0
1212
- php: '7.2'
1313
env: YAML=4.0
14+
- php: '7.2'
15+
env: YAML=5.0
1416
- php: '7.3'
1517
env: YAML=3.0
1618
- php: '7.3'
1719
env: YAML=4.0
20+
- php: '7.3'
21+
env: YAML=5.0
1822
- php: nightly
19-
env: YAML=4.0
23+
env: YAML=5.0
2024
# windows tests
2125
# https://travis-ci.community/t/where-to-contribute-php-support-for-windows/304
2226
- 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)