Added the Search API Synonym module to deal specifically with licence and license...
[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": "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/drupal-console/graphs/contributors"
31         }
32     ],
33     "support": {
34         "issues": "https://github.com/hechoendrupal/drupal-console/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.8.0",
45         "drupal/console-extend-plugin": "~0",
46         "guzzlehttp/guzzle": "~6.1",
47         "psy/psysh": "0.6.* || ~0.8",
48         "symfony/css-selector": "~2.8|~3.0",
49         "symfony/dom-crawler": "~2.8|~3.0",
50         "symfony/http-foundation": "~2.8|~3.0"
51     },
52     "suggest": {
53         "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!",
54         "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically."
55     },
56     "bin": ["bin/drupal"],
57     "config": {
58         "bin-dir": "bin/",
59         "sort-packages": true
60     },
61     "minimum-stability": "dev",
62     "prefer-stable": true,
63     "autoload": {
64         "psr-4": {"Drupal\\Console\\": "src"}
65     }
66 }