Skip to content

Commit d30e705

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 81ea79b + 797d705 commit d30e705

File tree

5 files changed

+1692
-310
lines changed

5 files changed

+1692
-310
lines changed

composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
"type": "project",
55
"description": "Update /etc/hosts to access running containers",
66
"keywords": ["docker", "hosts"],
7+
"repositories": [
8+
{"type": "vcs", "url": "https://github.com/iamluc/docker-php.git"}
9+
],
710
"require": {
8-
"stage1/docker-php": "@dev",
9-
"symfony/console": "^3.0"
11+
"symfony/console": "^2.8|^3.0",
12+
"docker-php/docker-php": "dev-compat-docker-1.12"
1013
},
1114
"require-dev": {
1215
"phpunit/phpunit": "^5.1"

0 commit comments

Comments
 (0)