From dda7884ace3a3906b65668669fb67b37f596fd62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 19 Jan 2015 11:29:25 +0100 Subject: pagination with composer and move FlattrItem --- composer.lock | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 48df2b16..00d31c5b 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": "aaf0d0bb3208c2dfc0b6cc95cbfab5f6", + "hash": "01683220c560fe335307baeb1018293c", "packages": [ { "name": "ezyang/htmlpurifier", @@ -1373,6 +1373,43 @@ }, "time": "2015-01-18 21:21:43" }, + { + "name": "wallabag/pagination", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/wallabag/pagination.git", + "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wallabag/pagination/zipball/54e442b31c90e50e331cb8ac400537e0eda30deb", + "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "files": [ + "paginator.php" + ] + }, + "authors": [ + { + "name": "Nicolas LÅ“uillet", + "email": "nicolas@loeuillet.org", + "homepage": "http://www.cdetc.fr" + } + ], + "description": "Paginate record sets, not tied in directly to a database.", + "homepage": "https://github.com/wallabag/pagination", + "support": { + "source": "https://github.com/wallabag/pagination/tree/master" + }, + "time": "2015-01-19 09:24:39" + }, { "name": "wallabag/php-flash-messages", "version": "dev-master", @@ -1428,7 +1465,8 @@ "ezyang/htmlpurifier": 20, "mgargano/simplehtmldom": 20, "wallabag/php-flash-messages": 20, - "wallabag/kriss_php5": 20 + "wallabag/kriss_php5": 20, + "wallabag/pagination": 20 }, "prefer-stable": false, "prefer-lowest": false, -- cgit v1.2.3