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
942 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": {
2019-05-28 14:10:17 +01:00
"php": "^7.2.9"
2014-12-28 18:57:17 +00:00
},
"suggest": {
"symfony/http-foundation": ""
},
"require-dev": {
2019-05-28 16:41:12 +01:00
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^3.4|^4.0|^5.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": {
2019-05-28 13:18:42 +01:00
"dev-master": "5.0-dev"
2014-12-28 18:57:17 +00:00
}
}
}