Skip to content

Commit fc9253b

Browse files
authored
#13 require symfony 6.4 as minimum version (#14)
- set minimum stability for vendor packages
1 parent b4df27d commit fc9253b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "symfony-bundle",
44
"name": "qossmic/twig-doc-bundle",
55
"description": "Storybook with twig components",
6+
"minimum-stability": "stable",
67
"autoload": {
78
"psr-4": {
89
"Qossmic\\TwigDocBundle\\": "src/"
@@ -15,13 +16,13 @@
1516
},
1617
"require": {
1718
"php": ">=8.2",
18-
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
19-
"symfony/validator": "^5.4|^6.0|^7.0",
20-
"symfony/twig-bundle": "^5.4|^6.0|^7.0"
19+
"symfony/framework-bundle": "^6.4|^7.0",
20+
"symfony/validator": "^6.4|^7.0",
21+
"symfony/twig-bundle": "^6.4|^7.0"
2122
},
2223
"require-dev": {
2324
"phpunit/phpunit": "^10.5",
24-
"symfony/browser-kit": "^5.4|^6.0|^7.0",
25-
"symfony/css-selector": "^5.4|^6.0|^7.0"
25+
"symfony/browser-kit": "^6.4|^7.0",
26+
"symfony/css-selector": "^6.4|^7.0"
2627
}
2728
}

0 commit comments

Comments
 (0)