Seb35 has uploaded a new change for review.

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

Change subject: Add Packagist package jakub-onderka/php-parallel-lint as 
require-dev, added other versions for symfony/yaml and 
phpdocumentor/phpdocumentor
......................................................................

Add Packagist package jakub-onderka/php-parallel-lint as require-dev, added 
other versions for symfony/yaml and phpdocumentor/phpdocumentor
---
M composer.json
M composer.lock
2 files changed, 68 insertions(+), 24 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MediaWikiFarm 
refs/changes/77/299377/1

diff --git a/composer.json b/composer.json
index 23b5779..c3958b5 100644
--- a/composer.json
+++ b/composer.json
@@ -12,18 +12,15 @@
        "license": "GPL-3.0+",
        "require": {
                "php": ">=5.5",
-               "symfony/yaml": "~2.7"
+               "symfony/yaml": "^2.0 || ^3.0"
        },
        "require-dev": {
-               "phpdocumentor/phpdocumentor": "2.*"
+               "phpdocumentor/phpdocumentor": "*",
+               "jakub-onderka/php-parallel-lint": "*"
        },
-       "suggest": {
-       },
-       "autoload": {
-       },
-       "autoload-dev": {
-       },
+       "prefer-lowest": true,
        "scripts": {
-               "phpdoc": "./vendor/bin/phpdoc -d ./src -t ./docs/code"
+               "phpdoc": "./vendor/bin/phpdoc -d ./src -t ./docs/code",
+               "parallel-lint": "./vendor/bin/parallel-lint --exclude vendor ."
        }
 }
diff --git a/composer.lock b/composer.lock
index 73fdfb7..581898d 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,30 +4,30 @@
         "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file";,
         "This file is @generated automatically"
     ],
-    "hash": "8be9b590f4642af5415d041a1e1ca8e7",
-    "content-hash": "ce75a62d6bb1e89da21cf1a12f4216ae",
+    "hash": "ff6554a09feaa09bf86916943b2ac71c",
+    "content-hash": "421b4c11221cc24d15683fcf41cead89",
     "packages": [
         {
             "name": "symfony/yaml",
-            "version": "v2.8.3",
+            "version": "v3.0.3",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/yaml.git";,
-                "reference": "2a4ee40acb880c56f29fb1b8886e7ffe94f3b995"
+                "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/symfony/yaml/zipball/2a4ee40acb880c56f29fb1b8886e7ffe94f3b995";,
-                "reference": "2a4ee40acb880c56f29fb1b8886e7ffe94f3b995",
+                "url": 
"https://api.github.com/repos/symfony/yaml/zipball/b5ba64cd67ecd6887f63868fa781ca094bd1377c";,
+                "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c",
                 "shasum": ""
             },
             "require": {
-                "php": ">=5.3.9"
+                "php": ">=5.5.9"
             },
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-master": "2.8-dev"
+                    "dev-master": "3.0-dev"
                 }
             },
             "autoload": {
@@ -54,7 +54,7 @@
             ],
             "description": "Symfony Yaml Component",
             "homepage": "https://symfony.com";,
-            "time": "2016-02-23 07:41:20"
+            "time": "2016-02-23 15:16:06"
         }
     ],
     "packages-dev": [
@@ -480,6 +480,53 @@
                 "update"
             ],
             "time": "2013-10-30 17:23:01"
+        },
+        {
+            "name": "jakub-onderka/php-parallel-lint",
+            "version": "v0.9.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git";,
+                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa"
+            },
+            "dist": {
+                "type": "zip",
+                "url": 
"https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa";,
+                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=5.3.3"
+            },
+            "require-dev": {
+                "jakub-onderka/php-console-highlighter": "~0.3",
+                "nette/tester": "~1.3"
+            },
+            "suggest": {
+                "jakub-onderka/php-console-highlighter": "Highlight syntax in 
code snippet"
+            },
+            "bin": [
+                "parallel-lint"
+            ],
+            "type": "library",
+            "autoload": {
+                "classmap": [
+                    "./"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/";,
+            "license": [
+                "BSD-2-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Jakub Onderka",
+                    "email": "jakub.onde...@gmail.com"
+                }
+            ],
+            "description": "This tool check syntax of PHP files about 20x 
faster than serial check.",
+            "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint";,
+            "time": "2015-12-15 10:42:16"
         },
         {
             "name": "jms/metadata",
@@ -964,23 +1011,23 @@
         },
         {
             "name": "phpdocumentor/graphviz",
-            "version": "1.0.3",
+            "version": "1.0.4",
             "source": {
                 "type": "git",
                 "url": "https://github.com/phpDocumentor/GraphViz.git";,
-                "reference": "aa243118c8a055fc853c02802e8503c5435862f7"
+                "reference": "a906a90a9f230535f25ea31caf81b2323956283f"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/phpDocumentor/GraphViz/zipball/aa243118c8a055fc853c02802e8503c5435862f7";,
-                "reference": "aa243118c8a055fc853c02802e8503c5435862f7",
+                "url": 
"https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f";,
+                "reference": "a906a90a9f230535f25ea31caf81b2323956283f",
                 "shasum": ""
             },
             "require": {
                 "php": ">=5.3.3"
             },
             "require-dev": {
-                "phpunit/phpunit": "~3.7"
+                "phpunit/phpunit": "~4.0"
             },
             "type": "library",
             "autoload": {
@@ -1001,7 +1048,7 @@
                     "email": "mike.vanr...@naenius.com"
                 }
             ],
-            "time": "2014-07-19 06:52:59"
+            "time": "2016-02-02 13:00:08"
         },
         {
             "name": "phpdocumentor/phpdocumentor",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I644f38c8684fba721f3d5f0127e725e1a5c0b2d4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MediaWikiFarm
Gerrit-Branch: master
Gerrit-Owner: Seb35 <seb35wikipe...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to