forked from symfony/reprise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 1.44 KB
/
Copy pathcomposer.json
File metadata and controls
46 lines (46 loc) · 1.44 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "symfony/reprise",
"type": "symfony-bundle",
"description": "Integrate Vite and Rsbuild with Symfony, a reprise of Webpack Encore Bundle.",
"license": "MIT",
"keywords": ["symfony", "assets", "vite", "rsbuild", "encore"],
"authors": [
{
"name": "Hugo Alliaume",
"email": "hugo@alliau.me"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
"php": ">=8.4",
"symfony/asset": "^7.4|^8.0",
"symfony/config": "^7.4|^8.0",
"symfony/dependency-injection": "^7.4|^8.0",
"symfony/event-dispatcher": "^7.4|^8.0",
"symfony/http-foundation": "^7.4|^8.0",
"symfony/http-kernel": "^7.4|^8.0",
"symfony/service-contracts": "^3",
"twig/twig": "^3.0"
},
"require-dev": {
"symfony/framework-bundle": "^7.4|^8.0",
"symfony/error-handler": "^7.4|^8.0",
"symfony/cache": "^7.4|^8.0",
"symfony/web-link": "^7.4|^8.0",
"phpunit/phpunit": "^13.2",
"phpstan/phpstan": "^2.2",
"friendsofphp/php-cs-fixer": "^3.95",
"shipmonk/composer-dependency-analyser": "^1.8"
},
"autoload": {
"psr-4": { "Symfony\\Reprise\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Symfony\\Reprise\\Tests\\": "tests/" }
},
"minimum-stability": "dev",
"prefer-stable": true
}