Use github without api

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-05-16 09:43:22 +02:00 committed by Morris Jobke
parent f21284a3f3
commit 44e3993771
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

View File

@ -2,8 +2,9 @@
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/juliushaertl/reflection"
"type": "github",
"url": "https://github.com/juliushaertl/reflection",
"no-api": true
}
],
"require": {