Skip to content

Commit cdede39

Browse files
committed
Use proxy repo to make installable
1 parent b373b03 commit cdede39

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@
33
"require": {
44
"symfony/http-foundation": "^2.6|^3.0",
55
"symfony/http-kernel": "^2.6|^3.0",
6-
"php-pm/php-pm": "dev-master"
6+
"php-pm/php-pm": "dev-react-0.8"
77
},
88
"autoload": {
99
"psr-4": {
1010
"PHPPM\\": ""
1111
}
12-
}
12+
},
13+
"repositories": [
14+
{
15+
"type": "vcs",
16+
"url": "https://github.com/andig/php-pm"
17+
}
18+
]
1319
}

0 commit comments

Comments
 (0)