aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authorWilliam Durand <will+git@drnd.me>2015-03-06 11:06:46 +0100
committerNicolas Lœuillet <nicolas@loeuillet.org>2015-03-06 21:11:01 +0100
commita24f2c8808fe4921ebad475162ef58ed73305281 (patch)
treef0652cc68660ab5c3bcbb07e60d95cf47c379e18 /composer.lock
parent48b67328e24f1cde00287613507a8f5fcd222f2f (diff)
downloadwallabag-a24f2c8808fe4921ebad475162ef58ed73305281.tar.gz
wallabag-a24f2c8808fe4921ebad475162ef58ed73305281.tar.zst
wallabag-a24f2c8808fe4921ebad475162ef58ed73305281.zip
Add Pagerfanta
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock70
1 files changed, 69 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index f5b23280..66f4738b 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": "a078afa674d2816ebe7f7ad333d9f3b4", 7 "hash": "43d869c37ae73d7b74d3f77c4028bf9c",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "doctrine/annotations", 10 "name": "doctrine/annotations",
@@ -1639,6 +1639,73 @@
1639 "time": "2014-12-10 17:26:49" 1639 "time": "2014-12-10 17:26:49"
1640 }, 1640 },
1641 { 1641 {
1642 "name": "pagerfanta/pagerfanta",
1643 "version": "v1.0.3",
1644 "source": {
1645 "type": "git",
1646 "url": "https://github.com/whiteoctober/Pagerfanta.git",
1647 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
1648 },
1649 "dist": {
1650 "type": "zip",
1651 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
1652 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
1653 "shasum": ""
1654 },
1655 "require": {
1656 "php": ">=5.3.0"
1657 },
1658 "require-dev": {
1659 "doctrine/orm": "~2.3",
1660 "doctrine/phpcr-odm": "1.*",
1661 "jackalope/jackalope-doctrine-dbal": "1.*",
1662 "jmikola/geojson": "~1.0",
1663 "mandango/mandango": "~1.0@dev",
1664 "mandango/mondator": "~1.0@dev",
1665 "phpunit/phpunit": "~4",
1666 "propel/propel1": "~1.6",
1667 "ruflin/elastica": "~1.3",
1668 "solarium/solarium": "~3.1"
1669 },
1670 "suggest": {
1671 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
1672 "doctrine/orm": "To use the DoctrineORMAdapter.",
1673 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
1674 "mandango/mandango": "To use the MandangoAdapter.",
1675 "propel/propel1": "To use the PropelAdapter",
1676 "solarium/solarium": "To use the SolariumAdapter."
1677 },
1678 "type": "library",
1679 "extra": {
1680 "branch-alias": {
1681 "dev-master": "1.0.x-dev"
1682 }
1683 },
1684 "autoload": {
1685 "psr-0": {
1686 "Pagerfanta\\": "src/"
1687 }
1688 },
1689 "notification-url": "https://packagist.org/downloads/",
1690 "license": [
1691 "MIT"
1692 ],
1693 "authors": [
1694 {
1695 "name": "Pablo Díez",
1696 "email": "pablodip@gmail.com"
1697 }
1698 ],
1699 "description": "Pagination for PHP 5.3",
1700 "keywords": [
1701 "page",
1702 "pagination",
1703 "paginator",
1704 "paging"
1705 ],
1706 "time": "2014-10-06 10:57:25"
1707 },
1708 {
1642 "name": "phpcollection/phpcollection", 1709 "name": "phpcollection/phpcollection",
1643 "version": "0.4.0", 1710 "version": "0.4.0",
1644 "source": { 1711 "source": {
@@ -4194,6 +4261,7 @@
4194 "wallabag/php-readability": 20, 4261 "wallabag/php-readability": 20,
4195 "wallabag/phpmobi": 20, 4262 "wallabag/phpmobi": 20,
4196 "wallabag/fivefilters_libraries": 20, 4263 "wallabag/fivefilters_libraries": 20,
4264 "pagerfanta/pagerfanta": 20,
4197 "doctrine/doctrine-fixtures-bundle": 20 4265 "doctrine/doctrine-fixtures-bundle": 20
4198 }, 4266 },
4199 "prefer-stable": true, 4267 "prefer-stable": true,