-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.2 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.2 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
{
"name": "symfony/stimulus-bundle",
"description": "Integration with your Symfony app & Stimulus!",
"keywords": [
"symfony-ux"
],
"license": "MIT",
"type": "symfony-bundle",
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
"php": ">=8.4",
"symfony/config": "^7.4|^8.0",
"symfony/dependency-injection": "^7.4|^8.0",
"symfony/finder": "^7.4|^8.0",
"symfony/http-kernel": "^7.4|^8.0",
"twig/twig": "^2.15.3|^3.8",
"symfony/deprecation-contracts": "^2.0|^3.0"
},
"conflict": {
"symfony/asset-mapper": "<6.4"
},
"require-dev": {
"phpunit/phpunit": "^11.1|^12.0",
"symfony/asset-mapper": "^7.4|^8.0",
"symfony/framework-bundle": "^7.4|^8.0",
"symfony/twig-bundle": "^7.4|^8.0",
"zenstruck/browser": "^1.9"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Symfony\\UX\\StimulusBundle\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Symfony\\UX\\StimulusBundle\\Tests\\": "tests/"
}
}
}