Commit graph

10 commits

Author SHA1 Message Date
Kunal Mehta e39943c539 build: Updating development dependencies
* jakub-onderka/php-parallel-lint: 0.9 → 0.9.2

Change-Id: I5023ae6b1b02565af7700340a202df58b5a19423
2016-01-05 10:43:16 -08:00
Kunal Mehta 062eb19fda build: Updating development dependencies
* mediawiki/mediawiki-codesniffer: 0.5.0 → 0.5.1

Change-Id: I26001a5f07350fc74e74b07d129a797388c39cc3
2016-01-03 18:56:09 -08:00
Kunal Mehta 90e9cd11c3 build: Updating development dependencies
* mediawiki/mediawiki-codesniffer: 0.4.0 → 0.5.0

Change-Id: Ie0793b9f6e430fef586e6683cf40ba6d3babff60
2015-10-23 15:34:18 -07:00
Siebrand Mazeland c0ec9489f0 build: Update mediawiki-codesniffer from 0.3.0 to 0.4.0
Change-Id: Ic6a08b4cd84bb3bcf37ad043f287bcfe9c4d91af
2015-09-28 23:49:50 +00:00
Kunal Mehta d408916a32 build: Updating development dependencies
* jakub-onderka/php-parallel-lint: 0.8.0 → 0.9
* mediawiki/mediawiki-codesniffer: 0.2.0 → 0.3.0

Change-Id: I4e6bc08d77da698fe8b5654a205a583ae60f9f35
2015-06-19 13:37:49 -07:00
Kunal Mehta 6e25cc7136 Update mediawiki/codesniffer to 0.2.0
Change-Id: I0934cd9a4d2acab01b50931c6483cd718921e1b1
2015-06-02 16:53:06 -07:00
Kunal Mehta 2746db5ee4 Remove name, type, description, homepage from composer.json
* Prevents from being accidentally added to packagist
* Duplicates extension.json

Change-Id: Ie9a783cf14f49dd6251bf511098d2e5aa21e5fe1
2015-05-18 01:32:02 -07:00
Nemo bis 3cb4714e15 Bump version to 0.5.0 to reflect massive updates in last year
Plenty of things have happened since the last update in
For instance the apparent fix of T65762, addition of EventLogging
logging, countless fixes and removals of dead/unsupported code.

Also add current main maintainer as first author name and update
composer.json so that Jenkins jobs pass.

Change-Id: I77bc74f7f4dc2b48b9d970b8d51001d44c2b3005
2015-05-18 10:13:10 +02:00
Kunal Mehta 11781784de Revert making installable via composer (and add composer test entry point)
This reverts b8abb9b5f2 (a self-merged "experiment") and
1bb0ea4f76 (Convert entry point to use explicit globals).

The maintainers of this extension do not plan on supporting installation
via composer. This functionality was never included in a stable release
branch, and should not break anyone sticking to stable
branches.

Once merged, I can remove the package from packagist.org

The composer.json is now used to add a "composer test" entry point to run
PHPCS, which this extension badly needs.

Change-Id: I2f3db6addd883d94366a696d5185bf05b2695b11
2015-03-15 18:01:50 -07:00
Antoine Musso b8abb9b5f2 experimental composer.json
This is meant for a Wikimedia composer repository I am working on.

Change-Id: I6b999ab40d6f2dd378584de2fc82fef146e9d2bb
2013-01-29 16:55:07 +01:00