Skip to content

Commit cd1cb1d

Browse files
Merge pull request php-vcr#311 from thecoderszone/symfony-5
Symfony 5 compatibility
2 parents 5085060 + 5e7cea8 commit cd1cb1d

File tree

10 files changed

+241
-72
lines changed

10 files changed

+241
-72
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ext-curl": "*",
2323
"beberlei/assert": "^3.2.5",
2424
"symfony/yaml": "~2.1|^3.0|^4.0",
25-
"symfony/event-dispatcher": "^2.4|^3.0|^4.0"
25+
"symfony/event-dispatcher": "^2.4|^3.0|^4.0|^5.0"
2626
},
2727

2828
"require-dev": {

0 commit comments

Comments
 (0)