Skip to content

Commit

Permalink
Merge pull request #295 from humanmade/backport-293-to-v6-branch
Browse files Browse the repository at this point in the history
[Backport v6-branch] require patch releases of symfony/yaml 5.3 only
  • Loading branch information
roborourke authored Jun 9, 2021
2 parents 6fcdcce + e698575 commit aefe765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=7.1",
"composer-plugin-api": "^1.1 || ^2.0",
"symfony/yaml": "^5.2"
"symfony/yaml": "~5.3.0"
},
"extra": {
"class": "Altis\\Local_Server\\Composer\\Plugin",
Expand Down

0 comments on commit aefe765

Please sign in to comment.