pagination with composer and move FlattrItem

This commit is contained in:
Nicolas Lœuillet
2015-01-19 11:29:25 +01:00
parent 10939766de
commit dda7884ace
6 changed files with 47 additions and 552 deletions

View File

@ -30,6 +30,10 @@
{
"type": "vcs",
"url": "https://github.com/wallabag/kriss_php5"
},
{
"type": "vcs",
"url": "https://github.com/wallabag/pagination"
}
],
"require": {
@ -40,6 +44,7 @@
"ezyang/htmlpurifier": "dev-master",
"mgargano/simplehtmldom": "dev-master",
"wallabag/PHP-Flash-Messages": "dev-master",
"wallabag/kriss_php5": "dev-master"
"wallabag/kriss_php5": "dev-master",
"wallabag/pagination": "dev-master"
}
}