-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
31 lines (31 loc) · 942 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "thelia/flexy",
"type": "symfony-bundle",
"description": "thelia design system",
"license": "LGPL-3.0+",
"require": {
"composer/installers": "~1.0",
"symfony/webpack-encore-bundle": "^2.1",
"symfony/ux-twig-component": "^2.19",
"symfony/stimulus-bundle": "^2.19",
"symfony/ux-react": "^2.19",
"symfony/ux-icons": "2.21",
"symfony/ux-translator": "^2.19",
"symfony/ux-live-component": "^2.19",
"symfony/twig-bundle": "6.4.*",
"thelia/front-module": "2.5.*",
"thelia/thelia-library-module": "dev-twig",
"thelia/thelia-blocks-module": "dev-twig",
"thelia/twig-engine-module": "dev-twig",
"thelia/header-highlights-module": "dev-main",
"thelia/recently-viewed-module": "dev-twig",
"twig/extra-bundle": "^3.17",
"twig/intl-extra": "^3.17"
},
"autoload": {
"psr-4": {
"FlexyBundle\\": "src/",
"FlexyBundle\\Twig\\": "src/Twig/"
}
}
}