Yaffs site version 1.1
[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": "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": "http://docs.drupalconsole.com/"
37     },
38     "require": {
39         "php": "^5.5.9 || ^7.0",
40         "drupal/console-en" : "1.0.0-rc21",
41         "dflydev/dot-access-configuration": "1.0.1",
42         "stecman/symfony-console-completion": "~0.7",
43         "symfony/console": ">=2.7 <3.0",
44         "symfony/debug": ">=2.6 <3.0",
45         "symfony/dependency-injection": ">=2.7 <3.0",
46         "symfony/config": ">=2.7 <3.0",
47         "symfony/filesystem": ">=2.7 <3.0",
48         "symfony/finder": ">=2.7 <3.0",
49         "symfony/process": ">=2.7 <3.0",
50         "symfony/translation": ">=2.7 <3.0",
51         "symfony/yaml": ">=2.7 <3.0",
52         "symfony/event-dispatcher": ">=2.7 <3.0",
53         "twig/twig": "^1.23.1",
54         "webflo/drupal-finder": "^0.3.0"
55     },
56     "minimum-stability": "dev",
57     "prefer-stable": true,
58     "autoload": {
59         "files": [
60             "src/functions.php"
61         ],
62         "psr-4": {"Drupal\\Console\\Core\\": "src"}
63     }
64 }