forked from drutiny/drutiny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
53 lines (53 loc) · 1.68 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "drutiny/drutiny",
"type": "library",
"description": "This is a generic Drupal 7 and Drupal 8 site auditing and optional remediation tool.",
"keywords": ["drupal", "audit", "drush", "ssh", "report"],
"license": "GPL-2.0-only",
"authors": [
],
"support": {
"issues": "https://github.com/drutiny/drutiny/issues",
"source": "https://github.com/drutiny/drutiny"
},
"require": {
"caseyamcl/toc": "~1.0",
"composer/semver": "^1.4.2",
"doctrine/annotations": "^v1.2",
"erusev/parsedown": "^1.6.3",
"ext-bcmath": "*",
"fiasco/metayaml": "^1.5",
"fiasco/symfony-console-style-markdown": "^1.2",
"guzzlehttp/guzzle": "~6.0",
"kevinrob/guzzle-cache-middleware": "^3.2.1",
"mustache/mustache": "^2.11",
"paragonie/random_compat": "^2.0",
"php": "^7.2",
"symfony/cache": "^4.0",
"symfony/console": "^4.0",
"symfony/expression-language": "^4.0",
"symfony/filesystem": "^4.2",
"symfony/finder": "^4.0",
"symfony/process": "^4.0",
"symfony/validator": "^4.0",
"symfony/yaml": "^4.0",
"twig/twig": "~1.0"
},
"conflict": {
"drutiny/http": "^2.0"
},
"autoload": {
"psr-4": {
"Drutiny\\": "src/",
"DrutinyTests\\": "tests/src/"
}
},
"bin": ["bin/drutiny", "bin/build_phar"],
"require-dev": {
"phpunit/phpunit": "^5.0",
"squizlabs/php_codesniffer": "2.*",
"drupal/coder": "^8.2.0"
}
}