This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Asset/composer.json

41 lines
933 B
JSON
Raw Normal View History

2014-12-28 18:57:17 +00:00
{
"name": "symfony/asset",
"type": "library",
"description": "Symfony Asset Component",
"keywords": [],
"homepage": "https://symfony.com",
2014-12-28 18:57:17 +00:00
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-12-28 18:57:17 +00:00
}
],
"require": {
"php": ">=5.5.9"
2014-12-28 18:57:17 +00:00
},
"suggest": {
"symfony/http-foundation": ""
},
"require-dev": {
"symfony/http-foundation": "~2.8|~3.0",
"symfony/http-kernel": "~2.8|~3.0"
2014-12-28 18:57:17 +00:00
},
"autoload": {
"psr-4": { "Symfony\\Component\\Asset\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
2014-12-28 18:57:17 +00:00
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
2016-11-19 20:35:20 +00:00
"dev-master": "3.3-dev"
2014-12-28 18:57:17 +00:00
}
}
}