forked from w3c/w3c-website-templates-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 1.03 KB
/
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": "w3c/website-templates-bundle",
"type": "symfony-bundle",
"description": "W3C Website Templates",
"homepage": "https://github.com/w3c/w3c-website-templates-bundle",
"license": "W3C-20150513",
"require": {
"php": ">=7.4",
"ext-dom": "*",
"ext-simplexml": "*",
"exercise/htmlpurifier-bundle": "^2.0 || ^4.0",
"symfony/http-kernel": "^4.4 || ^5.2 || ^6.0",
"symfony/asset": "^4.4 || ^5.2 || ^6.0",
"symfony/config": "^4.4 || ^5.2 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.2 || ^6.0",
"symfony/form": "^4.4 || ^5.4 || ^6.0",
"symfony/twig-bridge": "^4.4 || ^5.3 || ^6.0",
"twig/twig": "^2.14 || ^3.3",
"twig/intl-extra": "^3.3",
"chrisguitarguy/request-id-bundle": "^4.2 || ^5.0"
},
"autoload": {
"psr-4": {
"W3C\\WebsiteTemplatesBundle\\": "src/"
}
},
"require-dev": {
"studio24/design-system": "dev-main",
"studio24/deployer-recipes": "^1.1"
}
}