]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Add Pagerfanta
authorWilliam Durand <will+git@drnd.me>
Fri, 6 Mar 2015 10:06:46 +0000 (11:06 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 6 Mar 2015 20:11:01 +0000 (21:11 +0100)
composer.json
composer.lock

index 0793bcab3373030fde5552c87c6070d12037e12b..590e262938a28dd865ee9343be0ad30f4df4c5bd 100644 (file)
@@ -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",
index f5b23280398bc0c5112aacaa39f27d02dfad13d9..66f4738b2d1a07f37391fbcc538e436cf8218242 100644 (file)
@@ -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",
             ],
             "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",
         "wallabag/php-readability": 20,
         "wallabag/phpmobi": 20,
         "wallabag/fivefilters_libraries": 20,
+        "pagerfanta/pagerfanta": 20,
         "doctrine/doctrine-fixtures-bundle": 20
     },
     "prefer-stable": true,