mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Add pagerfanta/pagerfanta package
This commit is contained in:
71
composer.lock
generated
71
composer.lock
generated
@@ -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",
|
||||
|
Reference in New Issue
Block a user