-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 832 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 832 Bytes
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
{
"name": "koderhut/securitytxt-bundle",
"description": "A Symfony bundle to generate the security.txt file",
"type": "symfony-bundle",
"autoload": {
"psr-4": { "KoderHut\\SecurityTxtBundle\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"license": "MIT",
"require-dev": {
"nyholm/symfony-bundle-test": "dev-master",
"php-coveralls/php-coveralls": "^2.1",
"phpstan/phpstan": "^0.10.5",
"phpunit/phpunit": "^7.4",
"symfony/console": "4.1.*",
"symfony/http-kernel": "4.1.*"
},
"authors": [
{
"name": "Denis-Florin Rendler",
"email": "connect@rendler.me"
}
],
"config": { "sort-packages": true },
"require": {
"koderhut/securitytxt": "^0.1.1"
}
}