Skip to content

Commit cf29dba

Browse files
committed
updated composer.json
1 parent e319512 commit cf29dba

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

composer.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
{
2-
"name": "knplabs/knp-paginator-bundle",
3-
"type": "symfony-bundle",
4-
"keywords": ["pager", "paginator", "pagination"],
5-
"homepage": "http://github.com/KnpLabs/KnpPaginatorBundle",
6-
"license": "MIT",
2+
"name": "knplabs/knp-paginator-bundle",
3+
"type": "symfony-bundle",
4+
"description": "Paginator bundle for Symfony2 to automate pagination and simplify sorting and other features"
5+
"keywords": ["pager", "paginator", "pagination", "symfony2", "bundle", "knp", "knplabs"],
6+
"homepage": "http://github.com/KnpLabs/KnpPaginatorBundle",
7+
"license": "MIT",
78

89
"authors": [
910
{
1011
"name": "KnpLabs Team",
1112
"homepage": "http://knplabs.com"
1213
},
1314
{
14-
"name": "Symfony Community",
15+
"name": "Symfony2 Community",
1516
"homepage": "http://github.com/KnpLabs/KnpPaginatorBundle/contributors"
1617
}
1718
],
1819

1920
"require": {
20-
"php": ">=5.3.2",
21-
"symfony/framework-bundle": "2.0.*",
22-
"knplabs/knp-components": "*"
21+
"php": ">=5.3.2",
22+
"symfony/framework-bundle": "2.*,<2.2",
23+
"knplabs/knp-components": "*"
2324
},
2425

2526
"autoload": {

0 commit comments

Comments
 (0)