Skip to content

Commit 43ea4e6

Browse files
committed
Fix issue with composer loading dev branch instead of a release
1 parent 5d240b1 commit 43ea4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strata/symfony-frontend",
3-
"description": "TODO",
3+
"description": "Integration with Symfony framework for Strata Frontend",
44
"type": "symfony-bundle",
55
"license": "MIT",
66
"authors": [
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=7.4",
14-
"strata/frontend": "dev-release/0.8.0 as 0.8.0",
14+
"strata/frontend": "^0.8",
1515
"symfony/http-kernel": "^5.3",
1616
"twig/twig": "^3.0",
1717
"symfony/framework-bundle": "^5.3"

0 commit comments

Comments
 (0)