Skip to content

Commit

Permalink
Merge pull request iamluc#29 from iamluc/compat-docker-1.12
Browse files Browse the repository at this point in the history
Fix compatibilit with docker 1.12
  • Loading branch information
iamluc authored Jul 30, 2016
2 parents c4b4b3c + 4c64a6c commit 34f12b1
Show file tree
Hide file tree
Showing 5 changed files with 1,581 additions and 307 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": {
"docker-php/docker-php": "^0.4.4",
"symfony/console": "^2.8|^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 34f12b1

Please sign in to comment.