Fixed git URLs for the deps file

This commit is contained in:
Matthias Noback 2012-11-15 10:34:29 +01:00
parent 5a88648060
commit 76bd41018e
1 changed files with 8 additions and 8 deletions

View File

@ -12,16 +12,16 @@ Download `BeSimple\\SoapCommon`_ and `BeSimple\\SoapServer`_ (only for the serve
; deps file ; deps file
[BeSimple\SoapCommon] [BeSimple\SoapCommon]
git=http://github.com/BeSimple/SoapCommon git=https://github.com/BeSimple/BeSimpleSoapCommon.git
target=/besimple-soapcommon target=besimple-soapcommon
[BeSimple\SoapClient] [BeSimple\SoapClient]
git=http://github.com/BeSimple/SoapClient git=https://github.com/BeSimple/BeSimpleSoapClient.git
target=/besimple-soapclient target=besimple-soapclient
[BeSimple\SoapServer] [BeSimple\SoapServer]
git=http://github.com/BeSimple/SoapServer git=https://github.com/BeSimple/BeSimpleSoapServer.git
target=/besimple-soapserver target=besimple-soapserver
Add `BeSimple` libraries in autoload.php Add `BeSimple` libraries in autoload.php