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.
23 lines
532 B
23 lines
532 B
{
|
|
"name": "knplabs/console-service-provider",
|
|
"type": "library",
|
|
"description": "console service provider for Silex",
|
|
"keywords": [ "console", "silex" ],
|
|
"homepage": "http://knplabs.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "KnpLabs",
|
|
"homepage": "http://knplabs.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"symfony/console": "~2.1"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Knp\\": ""
|
|
}
|
|
}
|
|
}
|
|
|