6007ef48534f3a7ff235511dfd10574e8f95d8ab
[yaffs-website] / vendor / drupal / console-core / composer.json
1 {
2     "name": "drupal/console-core",
3     "description": "Drupal Console Core",
4     "keywords": ["Drupal", "Console", "Development", "Symfony"],
5     "homepage": "http://drupalconsole.com/",
6     "type": "library",
7     "license": "GPL-2.0-or-later",
8     "authors": [
9         {
10             "name":      "David Flores",
11             "email":     "dmousex@gmail.com",
12             "homepage":  "http://dmouse.net"
13         },
14         {
15             "name":      "Jesus Manuel Olivas",
16             "email":     "jesus.olivas@gmail.com",
17             "homepage":  "http://jmolivas.com"
18         },
19         {
20             "name":      "Eduardo Garcia",
21             "email":     "enzo@enzolutions.com",
22             "homepage":  "http://enzolutions.com/"
23         },
24         {
25             "name":      "Omar Aguirre",
26             "email":     "omersguchigu@gmail.com"
27         },
28         {
29             "name":      "Drupal Console Contributors",
30             "homepage":  "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
31         }
32     ],
33     "support": {
34         "issues": "https://github.com/hechoendrupal/DrupalConsole/issues",
35         "forum": "https://gitter.im/hechoendrupal/DrupalConsole",
36         "docs": "http://docs.drupalconsole.com/"
37     },
38     "require": {
39         "php": "^5.5.9 || ^7.0",
40         "dflydev/dot-access-configuration": "^1.0",
41         "drupal/console-en": "1.8.0",
42         "stecman/symfony-console-completion": "~0.7",
43         "symfony/config": "~2.8|~3.0",
44         "symfony/console": "~2.8|~3.0",
45         "symfony/debug": "~2.8|~3.0",
46         "symfony/dependency-injection": "~2.8|~3.0",
47         "symfony/event-dispatcher": "~2.8|~3.0",
48         "symfony/filesystem": "~2.8|~3.0",
49         "symfony/finder": "~2.8|~3.0",
50         "symfony/process": "~2.8|~3.0",
51         "symfony/translation": "~2.8|~3.0",
52         "symfony/yaml": "~2.8|~3.0",
53         "twig/twig": "^1.23.1",
54         "webflo/drupal-finder": "^1.0",
55         "webmozart/path-util": "^2.3"
56     },
57     "minimum-stability": "dev",
58     "prefer-stable": true,
59     "autoload": {
60         "files": [
61             "src/functions.php"
62         ],
63         "psr-4": {"Drupal\\Console\\Core\\": "src"}
64     }
65 }