You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
584 B
25 lines
584 B
{
|
|
"name": "pimple/pimple",
|
|
"type": "library",
|
|
"description": "Pimple, a simple Dependency Injection Container",
|
|
"keywords": ["dependency injection", "container"],
|
|
"homepage": "http://pimple.sensiolabs.org",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Pimple": "src/" }
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
}
|
|
}
|