Skip to content

Commit

Permalink
Adding ^7 to symfony finder and yaml to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ander-murane committed Dec 10, 2024
1 parent 644ede3 commit 30d2f3c
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 @@ -46,8 +46,8 @@
"http-interop/http-factory-guzzle": "^1.0",
"kint-php/kint": "^4.1|^5",
"psr/event-dispatcher": "^1.0",
"symfony/finder": "^4.4|^5|^6",
"symfony/yaml": "^4.4|^5|^6"
"symfony/finder": "^4.4|^5|^6|^7",
"symfony/yaml": "^4.4|^5|^6|^7"
},
"require-dev": {
"consolidation/robo": "^3.0",
Expand Down

0 comments on commit 30d2f3c

Please sign in to comment.