-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.json
32 lines (32 loc) · 1.13 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
32
{
"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.1 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.2 || ^6.0 || ^7.1",
"symfony/asset": "^4.4 || ^5.2 || ^6.0 || ^7.1",
"symfony/config": "^4.4 || ^5.2 || ^6.0 || ^7.1",
"symfony/dependency-injection": "^4.4 || ^5.2 || ^6.0 || ^7.1",
"symfony/form": "^4.4 || ^5.2 || ^6.0 || ^7.1",
"symfony/twig-bridge": "^4.4 || ^5.2 || ^6.0 || ^7.1",
"twig/twig": "^2.14 || ^3.10",
"twig/intl-extra": "^3.3",
"chrisguitarguy/request-id-bundle": "^4.2 || ^5.0 || ^6.0"
},
"autoload": {
"psr-4": {
"W3C\\WebsiteTemplatesBundle\\": "src/"
}
},
"require-dev": {
"studio24/design-system": "dev-main",
"studio24/deployer-recipes": "^v2.0",
"rector/rector": "^1.2"
}
}