diff --git a/composer.json b/composer.json index 0793bcab3..590e26293 100644 --- a/composer.json +++ b/composer.json @@ -83,7 +83,8 @@ "wallabag/PHPePub": "dev-master", "wallabag/php-readability": "dev-master", "wallabag/phpMobi": "dev-master", - "wallabag/Fivefilters_Libraries": "dev-master" + "wallabag/Fivefilters_Libraries": "dev-master", + "pagerfanta/pagerfanta": "~1.0@dev" }, "require-dev": { "doctrine/doctrine-fixtures-bundle": "dev-master", diff --git a/composer.lock b/composer.lock index f5b232803..66f4738b2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "a078afa674d2816ebe7f7ad333d9f3b4", + "hash": "43d869c37ae73d7b74d3f77c4028bf9c", "packages": [ { "name": "doctrine/annotations", @@ -1638,6 +1638,73 @@ ], "time": "2014-12-10 17:26:49" }, + { + "name": "pagerfanta/pagerfanta", + "version": "v1.0.3", + "source": { + "type": "git", + "url": "https://github.com/whiteoctober/Pagerfanta.git", + "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb", + "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "doctrine/orm": "~2.3", + "doctrine/phpcr-odm": "1.*", + "jackalope/jackalope-doctrine-dbal": "1.*", + "jmikola/geojson": "~1.0", + "mandango/mandango": "~1.0@dev", + "mandango/mondator": "~1.0@dev", + "phpunit/phpunit": "~4", + "propel/propel1": "~1.6", + "ruflin/elastica": "~1.3", + "solarium/solarium": "~3.1" + }, + "suggest": { + "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", + "doctrine/orm": "To use the DoctrineORMAdapter.", + "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0", + "mandango/mandango": "To use the MandangoAdapter.", + "propel/propel1": "To use the PropelAdapter", + "solarium/solarium": "To use the SolariumAdapter." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "Pagerfanta\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Pablo Díez", + "email": "pablodip@gmail.com" + } + ], + "description": "Pagination for PHP 5.3", + "keywords": [ + "page", + "pagination", + "paginator", + "paging" + ], + "time": "2014-10-06 10:57:25" + }, { "name": "phpcollection/phpcollection", "version": "0.4.0", @@ -4194,6 +4261,7 @@ "wallabag/php-readability": 20, "wallabag/phpmobi": 20, "wallabag/fivefilters_libraries": 20, + "pagerfanta/pagerfanta": 20, "doctrine/doctrine-fixtures-bundle": 20 }, "prefer-stable": true,