Actualización

This commit is contained in:
Xes
2025-04-10 12:24:57 +02:00
parent 8969cc929d
commit 45420b6f0d
39760 changed files with 4303286 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
{
"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"
}
}