feat: add swarrot to the story
... | ... | @@ -7,13 +7,14 @@ |
"php": ">=8.0.0", | ||
"ext-ctype": "*", | ||
"ext-iconv": "*", | ||
"symfony/console": "5.2.*", | ||
"symfony/dotenv": "5.2.*", | ||
"swarrot/swarrot": "^4.11", | ||
"symfony/console": "5.3.*", | ||
"symfony/dotenv": "5.3.*", | ||
"symfony/flex": "^1.3.1", | ||
"symfony/framework-bundle": "5.2.*", | ||
"symfony/framework-bundle": "5.3.*", | ||
"symfony/maker-bundle": "^1.31", | ||
"symfony/messenger": "5.2.*", | ||
"symfony/yaml": "5.2.*" | ||
"symfony/messenger": "5.3.*", | ||
"symfony/yaml": "5.3.*" | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
... | ... | @@ -55,7 +56,7 @@ |
"extra": { | ||
"symfony": { | ||
"allow-contrib": false, | ||
"require": "5.2.*" | ||
"require": "5.3.*" | ||
} | ||
} | ||
} |
This diff is collapsed.
docker-compose.yaml
0 → 100644
Please register or sign in to comment