58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "knplabs/knp-components",
|
|
"type": "library",
|
|
"description": "Knplabs component library",
|
|
"keywords": ["components", "paginator", "pager", "knp", "knplabs"],
|
|
"homepage": "http://github.com/KnpLabs/knp-components",
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
{
|
|
"name": "KnpLabs Team",
|
|
"homepage": "http://knplabs.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://github.com/KnpLabs/knp-components/contributors"
|
|
}
|
|
],
|
|
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"symfony/event-dispatcher": "~2.5",
|
|
"doctrine/orm": "~2.4",
|
|
"doctrine/mongodb-odm": "~1.0@beta",
|
|
"doctrine/phpcr-odm": "~1.2",
|
|
"jackalope/jackalope-doctrine-dbal": "~1.2",
|
|
"phpunit/phpunit": "~4.2",
|
|
"ruflin/elastica": "~1.0",
|
|
"symfony/property-access": ">=2.3"
|
|
},
|
|
|
|
"suggest": {
|
|
"symfony/property-access": "To allow sorting arrays"
|
|
},
|
|
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Knp\\Component": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-0": {
|
|
"Test": "tests"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit"
|
|
}
|
|
}
|