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 816e52f commit fe409d1
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions composer.json
Expand Up @@ -10,37 +10,37 @@
"homepage": "https://my.interserver.net/"
}
],
"config": {
"bin-dir": "vendor/bin",
"minimum-stability": "dev"
},
"config": {
"bin-dir": "vendor/bin",
"minimum-stability": "dev"
},
"repositories": [
{
"type": "package",
"package": {
"name": "pear/HTTP_Request",
"version": "trunk",
"source": {
"url": "https://github.com/pear/HTTP_Request.git",
"type": "git",
"reference": "trunk"
}
}
}
{
"type": "package",
"package": {
"name": "pear/HTTP_Request",
"version": "trunk",
"source": {
"url": "https://github.com/pear/HTTP_Request.git",
"type": "git",
"reference": "trunk"
}
}
}
],
"require": {
"php": ">=5.0.0",
"pear/HTTP_Request": "dev-trunk",
"symfony/event-dispatcher": "*",
"detain/myadmin-plugin-installer": "dev-master"
"pear/HTTP_Request": "dev-trunk",
"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\\MyAdminWhmsonic\\": "src/"}
}
Expand Down

0 comments on commit fe409d1

Please sign in to comment.