Skip to content

Commit b69499a

Browse files
authored
chore: extend symfony/yaml version constraint
Merge pull request #251 from gogl92/SymfonyYamlUpgrade
2 parents 15971ea + b0b645d commit b69499a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"illuminate/http": ">=5.7",
2727
"illuminate/pagination": ">=5.7",
2828
"illuminate/support": ">=5.7",
29-
"symfony/yaml": "^5.3|^6.0"
29+
"symfony/yaml": "^5.3|^6.0|^7.0"
3030
},
3131
"require-dev": {
3232
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)