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

34 lines
894 B
JSON
Raw Normal View History

{
"name": "symfony/property-access",
"type": "library",
"description": "Symfony PropertyAccess Component",
"keywords": ["property", "index", "access", "object", "array", "extraction", "injection", "reflection", "property path"],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
2015-01-08 21:38:30 +00:00
"php": ">=5.3.9"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0.0"
},
"autoload": {
2014-06-20 20:32:40 +01:00
"psr-4": { "Symfony\\Component\\PropertyAccess\\": "" }
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
2015-04-10 09:56:33 +01:00
"dev-master": "2.8-dev"
}
}
}