Fix composer.json to prevent infinite loops.
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Wed, 6 Mar 2013 05:16:37 +0000 (00:16 -0500)
committerAntoine Musso <hashar@free.fr>
Thu, 14 Mar 2013 03:23:27 +0000 (04:23 +0100)
commit25eb7cd0ee6e57c3279b8b41ccec48fec4ada700
treecb5c9327ba0240eb3b6549275ea6b0d3e28a94a9
parent75f8f4c2f5dc72928d3e4ca44c5b95fbab1f0afb
Fix composer.json to prevent infinite loops.

So it turns out you're not supposed to specify the repository in
composer.json, as that's only for dependencies. Otherwise it will loop
infinitely.

The repository tag isn't for the current application, it's for
dependencies of the application. I've tried doing "composer install"
with MediaWiki master and it loops infinitely because it goes to the
repository, sees that it has a composer.json, reads it, sees that it has
a repository, etc.

This patch thus Remove the 'repositories' statement pointing to
Wikimedia gerrit installation which as added with 0ee7f355

Change-Id: I9a77d28f33a0b966f42c8c2e952b922809acc20d
composer.json