-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (27 loc) · 932 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "doctrine-dbal-util/url-multitaxonomy-pagerfanta-twig",
"description": "URL with Multitaxonomy: Twig templates for Pagerfanta",
"keywords": ["URL", "multitaxonomy", "doctrine-dbal-util", "pagerfanta", "twig", "snowyowl"],
"homepage": "https://github.com/doctrine-dbal-util/url-multitaxonomy-pagerfanta-twig",
"license": "ISC",
"authors": [
{"name": "Jean-bernard Addor"},
{"name": "Community", "homepage": "https://github.com/doctrine-dbal-util/url-multitaxonomy-pagerfanta-twig"}
],
"require": {
"white-october/pagerfanta-bundle": "^1.0",
"symfony/twig-bundle": "^2.7 || ^3.0 || ^4.0"
},
"require-dev": {
},
"suggest": {
"doctrine-dbal-util/url-multitaxonomy-pager-controller": "Compatible controllers"
},
"autoload": {
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}