Skip to content

Commit f6b5fb4

Browse files
Merge pull request php-vcr#319 from php-vcr/1.5-allow-symfony-yaml-5
Allow using symfony/yaml ^5.0
2 parents fc5c75a + ca06c3e commit f6b5fb4

File tree

2 files changed

+29
-11
lines changed

2 files changed

+29
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"php": ">=7.2",
2222
"ext-curl": "*",
2323
"beberlei/assert": "^3.2.5",
24-
"symfony/yaml": "~2.1|^3.0|^4.0",
24+
"symfony/yaml": "~2.1|^3.0|^4.0|^5.0",
2525
"symfony/event-dispatcher": "^2.4|^3.0|^4.0|^5.0"
2626
},
2727

composer.lock

Lines changed: 28 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)