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 47f569d commit 3f5f8e4Copy full SHA for 3f5f8e4
1 file changed
composer.json
@@ -27,6 +27,7 @@
27
"ibexa/content-forms": "~6.0.x-dev",
28
"ibexa/core": "~6.0.x-dev",
29
"ibexa/design-engine": "~6.0.x-dev",
30
+ "ibexa/design-system-twig": "~6.0.x-dev",
31
"ibexa/rest": "~6.0.x-dev",
32
"ibexa/search": "~6.0.x-dev",
33
"ibexa/twig-components": "~6.0.x-dev",
@@ -97,5 +98,11 @@
97
98
"branch-alias": {
99
"dev-main": "6.0.x-dev"
100
}
- }
101
+ },
102
+ "repositories": [
103
+ {
104
+ "type": "vcs",
105
+ "url": "https://github.com/ibexa/design-system-twig"
106
+ }
107
+ ]
108
0 commit comments