Skip to content

Commit

Permalink
Removing unnecessary dependencies and adding author.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalpaitch authored Dec 22, 2016
1 parent 220daae commit 50fa4c2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@
"keywords": ["domain", "web", "test"],
"homepage": "https://github.com/dennisinteractive/drupal-domain-extension",
"license": "GPL-2.0+",
"authors": [
{
"name": "Andrew Hughes-Onslow",
"email": "[email protected]"
},
],
"require": {
"behat/mink": "~1.5",
"behat/mink-goutte-driver": "~1.0",
"behat/mink-selenium2-driver": "~1.1",
"behat/behat": "~3.1.0-rc2",
"behat/mink-extension": "~2.0",
"symfony/dependency-injection": "~2.7",
"symfony/event-dispatcher": "~2.7"
"symfony/dependency-injection": "~2.7"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
"phpunit/phpunit": "3.7.*",
"behat/mink-zombie-driver": "^1.2"
"phpspec/phpspec": "~2.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 50fa4c2

Please sign in to comment.