Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
iamluc committed Jul 30, 2016
2 parents 81ea79b + 797d705 commit d30e705
Show file tree
Hide file tree
Showing 5 changed files with 1,692 additions and 310 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"type": "project",
"description": "Update /etc/hosts to access running containers",
"keywords": ["docker", "hosts"],
"repositories": [
{"type": "vcs", "url": "https://github.com/iamluc/docker-php.git"}
],
"require": {
"stage1/docker-php": "@dev",
"symfony/console": "^3.0"
"symfony/console": "^2.8|^3.0",
"docker-php/docker-php": "dev-compat-docker-1.12"
},
"require-dev": {
"phpunit/phpunit": "^5.1"
Expand Down
Loading

0 comments on commit d30e705

Please sign in to comment.