Skip to content

Commit

Permalink
Added compatibility with symfony/yaml 5.x and 6.x (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert <[email protected]>
  • Loading branch information
nightio and Robert committed Aug 16, 2023
1 parent c394503 commit d66effc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"require": {
"php": ">=5.5",
"symfony/yaml": "^3.2 | ^4.0"
"symfony/yaml": "^3.2 | ^4.0 | ^5.0 | ^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -24,4 +24,4 @@
"scripts": {
"fetch-update": "php bin/fetch-update.php"
}
}
}

0 comments on commit d66effc

Please sign in to comment.