Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Jul 11, 2017
1 parent 6b904b8 commit a3bb32e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"homepage": "https://my.interserver.net/"
}
],
"config": {
"bin-dir": "vendor/bin",
"minimum-stability": "dev"
},
"config": {
"bin-dir": "vendor/bin",
"minimum-stability": "dev"
},
"require": {
"php": ">=5.0.0",
"ext-soap": "*",
"symfony/event-dispatcher": "*",
"detain/myadmin-plugin-installer": "dev-master"
"symfony/event-dispatcher": "*",
"detain/myadmin-plugin-installer": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "*",
"vlucas/phpdotenv": "*",
"codeclimate/php-test-reporter": "dev-master",
"satooshi/php-coveralls": "*",
"codacy/coverage": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "*",
"vlucas/phpdotenv": "*",
"codeclimate/php-test-reporter": "dev-master",
"satooshi/php-coveralls": "*",
"codacy/coverage": "dev-master"
},
"autoload": {
"psr-4": {"Detain\\MyAdminBackups\\": "src/"}
}
Expand Down

0 comments on commit a3bb32e

Please sign in to comment.