From d0da9e614a4032a36003a8a0ebb493eccf6ceacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Burnichon?= Date: Wed, 19 Aug 2015 15:18:25 +0200 Subject: [PATCH] Add pagerfanta/pagerfanta package --- composer.json | 1 + composer.lock | 71 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 70 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0653c836f7..5e3d8c227c 100644 --- a/composer.json +++ b/composer.json @@ -74,6 +74,7 @@ "neutron/silex-filesystem-provider": "~1.0", "neutron/silex-imagine-provider": "~0.1.0", "neutron/temporary-filesystem": "~2.1", + "pagerfanta/pagerfanta": "^1.0", "php-ffmpeg/php-ffmpeg": "~0.5.0", "php-xpdf/php-xpdf": "~0.2.1", "phpexiftool/phpexiftool": "dev-0.4.1-mwg-metadata-copy as 0.4.1", diff --git a/composer.lock b/composer.lock index 35d0c785b5..edae98548f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "0f1fde563267cf7296afcf36db971ff2", - "content-hash": "531ddad67cfb56e58e4c2f0297ed9e3e", + "hash": "482f821dcf6aa1ee93eb82e4fe22aa1d", + "content-hash": "26a63d5fa55bb410eb5347ba41ff5c6a", "packages": [ { "name": "alchemy-fr/tcpdf-clone", @@ -3551,6 +3551,73 @@ ], "time": "2012-04-23 22:52:11" }, + { + "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": "php-ffmpeg/php-ffmpeg", "version": "0.5.1",