Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/241964

Change subject: build: Updating development dependencies
......................................................................

build: Updating development dependencies

* mediawiki/mediawiki-codesniffer: 0.1.0 → 0.4.0

Change-Id: Idf7867bbaef207edffe9113a11a77180d4541b6b
---
M composer.json
1 file changed, 37 insertions(+), 35 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/utfnormal refs/changes/64/241964/1

diff --git a/composer.json b/composer.json
index 243b7a0..e864dd7 100644
--- a/composer.json
+++ b/composer.json
@@ -1,37 +1,39 @@
 {
-    "name": "wikimedia/utfnormal",
-    "description": "Contains Unicode normalization routines, including both 
pure PHP implementations and automatic use of the 'intl' PHP extension when 
present",
-    "license": "GPL-2.0+",
-    "homepage": "https://www.mediawiki.org/wiki/utfnormal";,
-    "authors": [
-        {
-            "name": "Brion Vibber",
-            "email": "[email protected]"
-        }
-    ],
-    "autoload": {
-        "classmap": ["src/"]
-    },
-    "require": {
-        "php": ">=5.3.3"
-    },
-    "require-dev": {
-        "jakub-onderka/php-parallel-lint": "0.8.*",
-        "phpunit/phpunit": "4.6.*",
-        "squizlabs/php_codesniffer": "2.2.*",
-        "mediawiki/mediawiki-codesniffer": "0.1.0",
-        "ext-mbstring": "*"
-    },
-    "scripts": {
-        "generate": "php scripts/generate.php",
-        "test": [
-            "parallel-lint . --exclude vendor",
-            "phpunit $PHPUNIT_ARGS",
-            "phpcs -p",
-            "php scripts/benchmark.php"
-        ]
-    },
-    "config": {
-        "optimize-autoloader": true
-    }
+       "name": "wikimedia/utfnormal",
+       "description": "Contains Unicode normalization routines, including both 
pure PHP implementations and automatic use of the 'intl' PHP extension when 
present",
+       "license": "GPL-2.0+",
+       "homepage": "https://www.mediawiki.org/wiki/utfnormal";,
+       "authors": [
+               {
+                       "name": "Brion Vibber",
+                       "email": "[email protected]"
+               }
+       ],
+       "autoload": {
+               "classmap": [
+                       "src/"
+               ]
+       },
+       "require": {
+               "php": ">=5.3.3"
+       },
+       "require-dev": {
+               "jakub-onderka/php-parallel-lint": "0.8.*",
+               "phpunit/phpunit": "4.6.*",
+               "squizlabs/php_codesniffer": "2.2.*",
+               "mediawiki/mediawiki-codesniffer": "0.4.0",
+               "ext-mbstring": "*"
+       },
+       "scripts": {
+               "generate": "php scripts/generate.php",
+               "test": [
+                       "parallel-lint . --exclude vendor",
+                       "phpunit $PHPUNIT_ARGS",
+                       "phpcs -p",
+                       "php scripts/benchmark.php"
+               ]
+       },
+       "config": {
+               "optimize-autoloader": true
+       }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/241964
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf7867bbaef207edffe9113a11a77180d4541b6b
Gerrit-PatchSet: 1
Gerrit-Project: utfnormal
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to