Commit graph

805 commits

Author SHA1 Message Date
Tyler Anthony Romeo
25eb7cd0ee 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
2013-03-14 04:23:27 +01:00
Tyler Anthony Romeo
0ee7f35512 Changes to composer.json.
* repository information so version information can be inferred from
  tags rather than set statically.
* phpunit as a dev requirement
* APC as a suggested package.

Change-Id: I3f5b07c716e7aa426484bd313af09801c6e3fde2
2013-02-05 22:57:19 +01:00
jeroendedauw
fb3eca354f Added MediaWiki version to composer.json
Change-Id: I1661298e404ba25eae3d546baa77ed98f227b82f
2013-02-05 14:51:46 +01:00
jeroendedauw
2fa134a241 added wiki entry in support section of composer.json
Change-Id: I0668f7dbacb7fc9c02d774bf58ab4787637617af
2013-02-05 14:45:19 +01:00
jeroendedauw
dda24874f0 composer.json to register MediaWiki in Packagist
Change-Id: I9fc76e3fdecf428c5296ddad812006cb3cca3d23
2013-02-05 14:02:20 +01:00