diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-01-19 11:29:25 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-01-19 11:29:25 +0100 |
commit | dda7884ace3a3906b65668669fb67b37f596fd62 (patch) | |
tree | 28bd16f76ce3ca307b8f7384083b1b1f13c54551 /composer.lock | |
parent | 10939766de3b6fb677e8acdd74220ad2da612a26 (diff) | |
download | wallabag-dda7884ace3a3906b65668669fb67b37f596fd62.tar.gz wallabag-dda7884ace3a3906b65668669fb67b37f596fd62.tar.zst wallabag-dda7884ace3a3906b65668669fb67b37f596fd62.zip |
pagination with composer and move FlattrItem
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 42 |
1 files changed, 40 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock index 48df2b16..00d31c5b 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -4,7 +4,7 @@ | |||
4 | "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | 4 | "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
5 | "This file is @generated automatically" | 5 | "This file is @generated automatically" |
6 | ], | 6 | ], |
7 | "hash": "aaf0d0bb3208c2dfc0b6cc95cbfab5f6", | 7 | "hash": "01683220c560fe335307baeb1018293c", |
8 | "packages": [ | 8 | "packages": [ |
9 | { | 9 | { |
10 | "name": "ezyang/htmlpurifier", | 10 | "name": "ezyang/htmlpurifier", |
@@ -1374,6 +1374,43 @@ | |||
1374 | "time": "2015-01-18 21:21:43" | 1374 | "time": "2015-01-18 21:21:43" |
1375 | }, | 1375 | }, |
1376 | { | 1376 | { |
1377 | "name": "wallabag/pagination", | ||
1378 | "version": "dev-master", | ||
1379 | "source": { | ||
1380 | "type": "git", | ||
1381 | "url": "https://github.com/wallabag/pagination.git", | ||
1382 | "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb" | ||
1383 | }, | ||
1384 | "dist": { | ||
1385 | "type": "zip", | ||
1386 | "url": "https://api.github.com/repos/wallabag/pagination/zipball/54e442b31c90e50e331cb8ac400537e0eda30deb", | ||
1387 | "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb", | ||
1388 | "shasum": "" | ||
1389 | }, | ||
1390 | "require": { | ||
1391 | "php": ">=5.3.0" | ||
1392 | }, | ||
1393 | "type": "library", | ||
1394 | "autoload": { | ||
1395 | "files": [ | ||
1396 | "paginator.php" | ||
1397 | ] | ||
1398 | }, | ||
1399 | "authors": [ | ||
1400 | { | ||
1401 | "name": "Nicolas Lœuillet", | ||
1402 | "email": "nicolas@loeuillet.org", | ||
1403 | "homepage": "http://www.cdetc.fr" | ||
1404 | } | ||
1405 | ], | ||
1406 | "description": "Paginate record sets, not tied in directly to a database.", | ||
1407 | "homepage": "https://github.com/wallabag/pagination", | ||
1408 | "support": { | ||
1409 | "source": "https://github.com/wallabag/pagination/tree/master" | ||
1410 | }, | ||
1411 | "time": "2015-01-19 09:24:39" | ||
1412 | }, | ||
1413 | { | ||
1377 | "name": "wallabag/php-flash-messages", | 1414 | "name": "wallabag/php-flash-messages", |
1378 | "version": "dev-master", | 1415 | "version": "dev-master", |
1379 | "source": { | 1416 | "source": { |
@@ -1428,7 +1465,8 @@ | |||
1428 | "ezyang/htmlpurifier": 20, | 1465 | "ezyang/htmlpurifier": 20, |
1429 | "mgargano/simplehtmldom": 20, | 1466 | "mgargano/simplehtmldom": 20, |
1430 | "wallabag/php-flash-messages": 20, | 1467 | "wallabag/php-flash-messages": 20, |
1431 | "wallabag/kriss_php5": 20 | 1468 | "wallabag/kriss_php5": 20, |
1469 | "wallabag/pagination": 20 | ||
1432 | }, | 1470 | }, |
1433 | "prefer-stable": false, | 1471 | "prefer-stable": false, |
1434 | "prefer-lowest": false, | 1472 | "prefer-lowest": false, |