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/Filesystem/composer.json

31 lines
699 B
JSON
Raw Normal View History

2011-12-22 18:44:28 +00:00
{
"name": "symfony/filesystem",
"type": "library",
"description": "Symfony Filesystem Component",
"keywords": [],
"homepage": "https://symfony.com",
2011-12-22 18:44:28 +00:00
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2011-12-22 18:44:28 +00:00
}
],
"require": {
2015-01-08 21:38:30 +00:00
"php": ">=5.3.9"
2011-12-22 18:44:28 +00:00
},
"autoload": {
2014-06-20 20:32:40 +01:00
"psr-4": { "Symfony\\Component\\Filesystem\\": "" }
2011-12-22 18:44:28 +00:00
},
"minimum-stability": "dev",
2012-02-25 02:26:20 +00:00
"extra": {
"branch-alias": {
2014-11-10 18:00:54 +00:00
"dev-master": "2.7-dev"
2012-02-25 02:26:20 +00:00
}
}
2011-12-22 18:44:28 +00:00
}