From 00ecc0b9f1fa567005cc2a6c821d25a6e75bf6d2 Mon Sep 17 00:00:00 2001 From: mwjames Date: Thu, 16 Oct 2014 03:56:21 +0900 Subject: [PATCH] Bump to minor 1.1.1 Change-Id: Icac110487e672eec873b99ea05ee0bb4438f3047 --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d96cb2e..3bcc10e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ [![Packagist download count](https://poser.pugx.org/mediawiki/semantic-glossary/d/total.png)](https://packagist.org/packages/mediawiki/semantic-glossary) [![Dependency Status](https://www.versioneye.com/php/mediawiki:semantic-glossary/badge.png)](https://www.versioneye.com/php/mediawiki:semantic-glossary) -The [Semantic Glossary][mw-semantic-glossary] (a.k.a SG) is a [Semantic MediaWiki][smw] extension where terms and abbreviations can be defined using semantic properties. +The [Semantic Glossary][mw-semantic-glossary] (a.k.a SG) is a +[Semantic MediaWiki][smw] extension where terms and abbreviations can be defined +using semantic properties. ## Requirements @@ -14,19 +16,24 @@ The [Semantic Glossary][mw-semantic-glossary] (a.k.a SG) is a [Semantic MediaWik ## Installation -The recommended way to install this skin is by using [Composer][composer]. Just add the following to the MediaWiki `composer.json` file and run the `php composer.phar install/update` command. +The recommended way to install this extension is by using [Composer][composer]. +Just add the following to the MediaWiki `composer.json` file and run the `php +composer.phar install/update` command. ```json { "require": { - "mediawiki/semantic-glossary": "~1.0" + "mediawiki/semantic-glossary": "~1.1" } } ``` ## Tests -This extension provides unit tests that can be run by a continues integration platform or manually by executing the `mw-phpunit-runner.php` script or [`phpunit`][mw-testing] together with the PHPUnit configuration file found in the root directory. +This extension provides unit tests that can be run by a continues integration +platform or manually by executing the `mw-phpunit-runner.php` script or +[`phpunit`][mw-testing] together with the PHPUnit configuration file found in +the root directory. ```sh php mw-phpunit-runner.php [options] @@ -41,4 +48,4 @@ php mw-phpunit-runner.php [options] [mw-lingo]: https://www.mediawiki.org/wiki/Extension:Lingo [smw]: https://www.mediawiki.org/wiki/Semantic_MediaWiki [mw-testing]: https://www.mediawiki.org/wiki/Manual:PHP_unit_testing -[composer]: https://getcomposer.org/ \ No newline at end of file +[composer]: https://getcomposer.org/