forked from mhujer/BreadcrumbsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 947 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
28
29
30
31
32
33
34
{
"name": "mhujer/breadcrumbs-bundle",
"type": "symfony-bundle",
"license": "MIT",
"description": "Breadcrumbs bundle for Symfony",
"keywords": ["breadcrumbs", "symfony"],
"homepage": "https://github.com/mhujer/BreadcrumbsBundle",
"authors": [
{
"name": "Rich Sage",
"email": "[email protected]"
},
{
"name": "Martin Hujer",
"email": "[email protected]"
}
],
"require": {
"php": "^8.1",
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
"symfony/translation-contracts": "^1.1|^2.0|^3.0",
"symfony/twig-bundle": "^5.4|^6.0|^7.0",
"twig/twig": "^1.38.1|^2.7.1|^3.0"
},
"require-dev": {
"phpunit/phpunit": "10.5.5",
"symfony/browser-kit": "^5.4|^6.0|^7.0"
},
"autoload": {
"psr-4": {
"WhiteOctober\\BreadcrumbsBundle\\": ""
}
}
}