-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 908 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
{
"name": "headsnet/living-documentation-bundle",
"type": "library",
"description": "Provides Symfony integration for headsnet/living-documentation",
"keywords": ["living documentation", "annotation", "symfony", "php"],
"homepage": "https://github.com/headsnet/living-documentation-bundle",
"license": "MIT",
"support": {
"issues": "https://github.com/headsnet/living-documentation-bundle/issues"
},
"require": {
"php": ">=7.1",
"cocur/slugify": "^2.0|^3.0|^4.0",
"haydenpierce/class-finder": "^0.3.3",
"headsnet/living-documentation": "dev-master",
"symfony/console": "^4.0|^5.0|^6.0",
"symfony/event-dispatcher": "^4.0|^5.0|^6.0",
"symfony/filesystem": "^4.0|^5.0|^6.0",
"twig/twig": "^2.0|^3.0"
},
"autoload": {
"psr-4": {
"Headsnet\\LivingDocumentationBundle\\": "src/"
},
"exclude-from-classmap": [
"/Tests/"
]
}
}