We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d240b1 commit 43ea4e6Copy full SHA for 43ea4e6
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "strata/symfony-frontend",
3
- "description": "TODO",
+ "description": "Integration with Symfony framework for Strata Frontend",
4
"type": "symfony-bundle",
5
"license": "MIT",
6
"authors": [
@@ -11,7 +11,7 @@
11
],
12
"require": {
13
"php": ">=7.4",
14
- "strata/frontend": "dev-release/0.8.0 as 0.8.0",
+ "strata/frontend": "^0.8",
15
"symfony/http-kernel": "^5.3",
16
"twig/twig": "^3.0",
17
"symfony/framework-bundle": "^5.3"
0 commit comments