Added missing dependencies to require
This commit is contained in:
parent
51b8ceb001
commit
254b3adee1
2 changed files with 261 additions and 21 deletions
|
|
@ -49,7 +49,9 @@
|
|||
"robmorgan/phinx": "~0.4",
|
||||
"sensiolabs/ansi-to-html": "~1.1",
|
||||
"pda/pheanstalk": "~3.1",
|
||||
"maknz/slack": "~1.7"
|
||||
"maknz/slack": "~1.7",
|
||||
"hipchat/hipchat-php": "~1.4",
|
||||
"mremi/flowdock": "~1.0"
|
||||
},
|
||||
|
||||
"require-dev": {
|
||||
|
|
@ -72,9 +74,6 @@
|
|||
"atoum/atoum": "Atoum",
|
||||
"jakub-onderka/php-parallel-lint": "Parallel Linting Tool",
|
||||
"behat/behat": "Behat BDD Testing",
|
||||
"hipchat/hipchat-php": "Hipchat integration",
|
||||
"phptal/phptal": "PHPTAL templating engine",
|
||||
"maknz/slack": "Slack integration",
|
||||
"mremi/flowdock": "Flowdock integration"
|
||||
"phptal/phptal": "PHPTAL templating engine"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue