43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"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.1",
|
|
"symfony/config": "^5.4|^6.0|^7.0",
|
|
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
|
"symfony/finder": "^5.4|^6.0|^7.0",
|
|
"symfony/http-kernel": "^5.4|^6.0|^7.0",
|
|
"twig/twig": "^2.15.3|^3.8",
|
|
"symfony/deprecation-contracts": "^2.0|^3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/asset-mapper": "^6.3|^7.0",
|
|
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
|
|
"symfony/phpunit-bridge": "^5.4|^6.0|^7.0",
|
|
"symfony/twig-bundle": "^5.4|^6.0|^7.0",
|
|
"zenstruck/browser": "^1.4"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\UX\\StimulusBundle\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Symfony\\UX\\StimulusBundle\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
}
|