Skip to content

Commit b20152d

Browse files
ttomdewitDEVizzent
authored andcommitted
Support Symfony 7
Add ^7 version constraint to composer.json
1 parent de3a406 commit b20152d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"require": {
2525
"php": ">=7.1.0",
2626
"ext-json": "*",
27-
"symfony/yaml": "^3.4 || ^4 || ^5 || ^6",
27+
"symfony/yaml": "^3.4 || ^4 || ^5 || ^6 || ^7",
2828
"justinrainbow/json-schema": "^5.2"
2929
},
3030
"require-dev": {

0 commit comments

Comments
 (0)