Skip to content

Commit

Permalink
Merge pull request #4 from absszero/fix-yaml-ver
Browse files Browse the repository at this point in the history
fix yaml vars
  • Loading branch information
absszero authored Jun 22, 2024
2 parents 82f3d26 + 9814d17 commit 2270291
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 @@ -10,7 +10,7 @@
"require": {
"php": "^7.4 || ^8.0",
"symfony/console": "^5.4 || ^7.0",
"symfony/yaml": "^5.4"
"symfony/yaml": "^5.4 || ^7.0"
},
"require-dev": {
"phpstan/phpstan": "^1.0",
Expand Down

0 comments on commit 2270291

Please sign in to comment.