Remove obsolete repositories key from composer.json

This commit is contained in:
Hypolite Petovan 2018-11-08 07:11:43 -05:00
parent 23e01bb4cb
commit fa4882b09c
1 changed files with 1 additions and 7 deletions

View File

@ -11,11 +11,5 @@
"php": ">=5.3",
"mrpetovan/net_ping": "^1.0",
"asika/simple-console": "^1.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/pear/Net_Ping"
}
]
}
}