Add pagerfanta/pagerfanta package

This commit is contained in:
Benoît Burnichon
2015-08-19 15:18:25 +02:00
parent e0a83a90ab
commit d0da9e614a
2 changed files with 70 additions and 2 deletions

View File

@@ -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",

71
composer.lock generated
View File

@@ -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",