forked from drush-ops/drush
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
27 lines (27 loc) · 1008 Bytes
/
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
{
"name": "drush/drush",
"description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.",
"homepage": "http://www.drush.org",
"license": "GPLv2",
"authors": [
{ "name": "Moshe Weitzman", "email": "[email protected]" },
{ "name": "Owen Barton", "email": "[email protected]" },
{ "name": "Mark Sonnabaum", "email": "[email protected]" },
{ "name": "Antoine Beaupré", "email": "[email protected]" },
{ "name": "Greg Anderson", "email": "[email protected]" },
{ "name": "Jonathan Araña Cruz", "email": "[email protected]" },
{ "name": "Jonathan Hedstrom", "email": "[email protected]" }
],
"bin": [
"drush",
"drush.php",
"drush.bat",
"drush.complete.sh"
],
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": ">=3.5"
}
}