diff options
| -rw-r--r-- | phpBB/composer.lock | 43 | 
1 files changed, 28 insertions, 15 deletions
diff --git a/phpBB/composer.lock b/phpBB/composer.lock index a20c6303ee..7b18d2fd25 100644 --- a/phpBB/composer.lock +++ b/phpBB/composer.lock @@ -29,6 +29,7 @@                      "Symfony\\Component\\Config": ""                  }              }, +            "notification-url": "https://packagist.org/downloads/",              "license": [                  "MIT"              ], @@ -78,6 +79,7 @@                      "Symfony\\Component\\DependencyInjection": ""                  }              }, +            "notification-url": "https://packagist.org/downloads/",              "license": [                  "MIT"              ], @@ -126,6 +128,7 @@                      "Symfony\\Component\\EventDispatcher": ""                  }              }, +            "notification-url": "https://packagist.org/downloads/",              "license": [                  "MIT"              ], @@ -168,6 +171,7 @@                      "SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"                  }              }, +            "notification-url": "https://packagist.org/downloads/",              "license": [                  "MIT"              ], @@ -229,6 +233,7 @@                      "Symfony\\Component\\HttpKernel": ""                  }              }, +            "notification-url": "https://packagist.org/downloads/",              "license": [                  "MIT"              ], @@ -281,6 +286,7 @@                      "Symfony\\Component\\Routing": ""                  }              }, +            "notification-url": "https://packagist.org/downloads/",              "license": [                  "MIT"              ], @@ -322,6 +328,7 @@                      "Symfony\\Component\\Yaml": ""                  }              }, +            "notification-url": "https://packagist.org/downloads/",              "license": [                  "MIT"              ], @@ -367,6 +374,7 @@                      "Twig_": "lib/"                  }              }, +            "notification-url": "https://packagist.org/downloads/",              "license": [                  "BSD-3"              ], @@ -593,16 +601,16 @@          },          {              "name": "phpunit/php-code-coverage", -            "version": "1.2.11", +            "version": "1.2.12",              "source": {                  "type": "git",                  "url": "https://github.com/sebastianbergmann/php-code-coverage.git", -                "reference": "1.2.11" +                "reference": "1.2.12"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.11", -                "reference": "1.2.11", +                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.12", +                "reference": "1.2.12",                  "shasum": ""              },              "require": { @@ -612,13 +620,18 @@                  "phpunit/php-token-stream": ">=1.1.3@stable"              },              "require-dev": { -                "phpunit/phpunit": "3.7.*" +                "phpunit/phpunit": "3.7.*@dev"              },              "suggest": {                  "ext-dom": "*",                  "ext-xdebug": ">=2.0.5"              },              "type": "library", +            "extra": { +                "branch-alias": { +                    "dev-master": "1.2.x-dev" +                } +            },              "autoload": {                  "classmap": [                      "PHP/" @@ -645,7 +658,7 @@                  "testing",                  "xunit"              ], -            "time": "2013-05-23 18:23:24" +            "time": "2013-07-06 06:26:16"          },          {              "name": "phpunit/php-file-iterator", @@ -827,16 +840,16 @@          },          {              "name": "phpunit/phpunit", -            "version": "3.7.21", +            "version": "3.7.22",              "source": {                  "type": "git",                  "url": "https://github.com/sebastianbergmann/phpunit.git", -                "reference": "3.7.21" +                "reference": "3.7.22"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.21", -                "reference": "3.7.21", +                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.22", +                "reference": "3.7.22",                  "shasum": ""              },              "require": { @@ -845,12 +858,12 @@                  "ext-reflection": "*",                  "ext-spl": "*",                  "php": ">=5.3.3", -                "phpunit/php-code-coverage": ">=1.2.1,<1.3.0", +                "phpunit/php-code-coverage": "~1.2.1",                  "phpunit/php-file-iterator": ">=1.3.1",                  "phpunit/php-text-template": ">=1.1.1", -                "phpunit/php-timer": ">=1.0.2,<1.1.0", -                "phpunit/phpunit-mock-objects": ">=1.2.0,<1.3.0", -                "symfony/yaml": ">=2.0,<3.0" +                "phpunit/php-timer": "~1.0.2", +                "phpunit/phpunit-mock-objects": "~1.2.0", +                "symfony/yaml": "~2.0"              },              "require-dev": {                  "pear-pear/pear": "1.9.4" @@ -897,7 +910,7 @@                  "testing",                  "xunit"              ], -            "time": "2013-05-23 18:54:29" +            "time": "2013-07-06 06:29:15"          },          {              "name": "phpunit/phpunit-mock-objects",  | 
