1179f47a869d153436d4a5b9d2768adc256f8ce0
[yaffs-website] / vendor / drupal / console / composer.json
1 {
2     "name": "drupal/console",
3     "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
4     "keywords": ["Drupal", "Console", "Development", "Symfony"],
5     "homepage": "http://drupalconsole.com/",
6     "type": "project",
7     "license": "GPL-2.0+",
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": "https://docs.drupalconsole.com/"
37     },
38     "require": {
39         "php": "^5.5.9 || ^7.0",
40         "alchemy/zippy": "0.4.3",
41         "composer/installers": "~1.0",
42         "doctrine/annotations": "1.2.*",
43         "doctrine/collections": "~1.3",
44         "drupal/console-core": "1.0.0-rc21",
45         "drupal/console-extend-plugin": "~0",
46         "gabordemooij/redbean": "~4.3",
47         "guzzlehttp/guzzle": "~6.1",
48         "psy/psysh": "0.6.* || ~0.8",
49         "symfony/css-selector": ">=2.7 <3.0",
50         "symfony/dom-crawler": ">=2.7 <3.3",
51         "symfony/expression-language": ">=2.7 <3.0",
52         "symfony/http-foundation": ">=2.7 <3.0"
53     },
54     "bin": ["bin/drupal"],
55     "config": {
56         "bin-dir": "bin/",
57         "sort-packages": true
58     },
59     "minimum-stability": "dev",
60     "prefer-stable": true,
61     "autoload": {
62         "psr-4": {"Drupal\\Console\\": "src"}
63     }
64 }