|
@@ -4,24 +4,146 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "hash": "556ac817fc0b456bddc48918ef09930d",
|
|
|
+ "hash": "af3956ae4c1a09e3e72cd66346a6176d",
|
|
|
+ "content-hash": "96817117d0ca449e7deff55c98eb7bdc",
|
|
|
"packages": [
|
|
|
+ {
|
|
|
+ "name": "composer/semver",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/composer/semver.git",
|
|
|
+ "reference": "d0e1ccc6d44ab318b758d709e19176037da6b1ba"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/composer/semver/zipball/d0e1ccc6d44ab318b758d709e19176037da6b1ba",
|
|
|
+ "reference": "d0e1ccc6d44ab318b758d709e19176037da6b1ba",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.5",
|
|
|
+ "phpunit/phpunit-mock-objects": "~2.3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "0.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Composer\\Semver\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Rob Bast",
|
|
|
+ "email": "rob.bast@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Nils Adermann",
|
|
|
+ "email": "naderman@naderman.de",
|
|
|
+ "homepage": "http://www.naderman.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
+ "email": "j.boggiano@seld.be",
|
|
|
+ "homepage": "http://seld.be"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Semver library that offers utilities, version constraint parsing and validation.",
|
|
|
+ "keywords": [
|
|
|
+ "semantic",
|
|
|
+ "semver",
|
|
|
+ "validation",
|
|
|
+ "versioning"
|
|
|
+ ],
|
|
|
+ "time": "2015-09-21 09:42:36"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "composer/spdx-licenses",
|
|
|
+ "version": "1.1.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/composer/spdx-licenses.git",
|
|
|
+ "reference": "324b3530ac3e6277ff4bedf82a34fbf35836eb8d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/324b3530ac3e6277ff4bedf82a34fbf35836eb8d",
|
|
|
+ "reference": "324b3530ac3e6277ff4bedf82a34fbf35836eb8d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.5",
|
|
|
+ "phpunit/phpunit-mock-objects": "~2.3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Composer\\Spdx\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Rob Bast",
|
|
|
+ "email": "rob.bast@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Nils Adermann",
|
|
|
+ "email": "naderman@naderman.de",
|
|
|
+ "homepage": "http://www.naderman.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
+ "email": "j.boggiano@seld.be",
|
|
|
+ "homepage": "http://seld.be"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "SPDX licenses list and validation library.",
|
|
|
+ "keywords": [
|
|
|
+ "license",
|
|
|
+ "spdx",
|
|
|
+ "validator"
|
|
|
+ ],
|
|
|
+ "time": "2015-09-07 16:25:20"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "justinrainbow/json-schema",
|
|
|
- "version": "1.4.1",
|
|
|
+ "version": "1.5.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/justinrainbow/json-schema.git",
|
|
|
- "reference": "2465fe486c864e30badaa4d005ebdf89dbc503f3"
|
|
|
+ "reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2465fe486c864e30badaa4d005ebdf89dbc503f3",
|
|
|
- "reference": "2465fe486c864e30badaa4d005ebdf89dbc503f3",
|
|
|
+ "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/a4bee9f4b344b66e0a0d96c7afae1e92edf385fe",
|
|
|
+ "reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=5.3.0"
|
|
|
+ "php": ">=5.3.2"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
"json-schema/json-schema-test-suite": "1.1.0",
|
|
@@ -38,8 +160,8 @@
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
- "psr-0": {
|
|
|
- "JsonSchema": "src/"
|
|
|
+ "psr-4": {
|
|
|
+ "JsonSchema\\": "src/JsonSchema/"
|
|
|
}
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
@@ -70,7 +192,7 @@
|
|
|
"json",
|
|
|
"schema"
|
|
|
],
|
|
|
- "time": "2015-03-27 16:41:39"
|
|
|
+ "time": "2015-09-08 22:28:04"
|
|
|
},
|
|
|
{
|
|
|
"name": "seld/cli-prompt",
|
|
@@ -212,17 +334,17 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/console",
|
|
|
- "version": "v2.6.9",
|
|
|
+ "version": "v2.6.11",
|
|
|
"target-dir": "Symfony/Component/Console",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/Console.git",
|
|
|
- "reference": "b5ec0c11a204718f2b656357f5505a8e578f30dd"
|
|
|
+ "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/Console/zipball/b5ec0c11a204718f2b656357f5505a8e578f30dd",
|
|
|
- "reference": "b5ec0c11a204718f2b656357f5505a8e578f30dd",
|
|
|
+ "url": "https://api.github.com/repos/symfony/Console/zipball/0e5e18ae09d3f5c06367759be940e9ed3f568359",
|
|
|
+ "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -266,21 +388,71 @@
|
|
|
],
|
|
|
"description": "Symfony Console Component",
|
|
|
"homepage": "https://symfony.com",
|
|
|
- "time": "2015-05-29 14:42:58"
|
|
|
+ "time": "2015-07-26 09:08:40"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/filesystem",
|
|
|
+ "version": "v2.6.11",
|
|
|
+ "target-dir": "Symfony/Component/Filesystem",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/Filesystem.git",
|
|
|
+ "reference": "823c035b1a5c13a4924e324d016eb07e70f94735"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/Filesystem/zipball/823c035b1a5c13a4924e324d016eb07e70f94735",
|
|
|
+ "reference": "823c035b1a5c13a4924e324d016eb07e70f94735",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/phpunit-bridge": "~2.7"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Symfony\\Component\\Filesystem\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony Filesystem Component",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "time": "2015-07-08 05:59:48"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/finder",
|
|
|
- "version": "v2.6.9",
|
|
|
+ "version": "v2.6.11",
|
|
|
"target-dir": "Symfony/Component/Finder",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/Finder.git",
|
|
|
- "reference": "ffedd3e0ff8155188155e9322fe21b9ee012ac14"
|
|
|
+ "reference": "203a10f928ae30176deeba33512999233181dd28"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/Finder/zipball/ffedd3e0ff8155188155e9322fe21b9ee012ac14",
|
|
|
- "reference": "ffedd3e0ff8155188155e9322fe21b9ee012ac14",
|
|
|
+ "url": "https://api.github.com/repos/symfony/Finder/zipball/203a10f928ae30176deeba33512999233181dd28",
|
|
|
+ "reference": "203a10f928ae30176deeba33512999233181dd28",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -316,21 +488,21 @@
|
|
|
],
|
|
|
"description": "Symfony Finder Component",
|
|
|
"homepage": "https://symfony.com",
|
|
|
- "time": "2015-05-15 13:32:45"
|
|
|
+ "time": "2015-07-09 16:02:48"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/process",
|
|
|
- "version": "v2.6.9",
|
|
|
+ "version": "v2.6.11",
|
|
|
"target-dir": "Symfony/Component/Process",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/Process.git",
|
|
|
- "reference": "7856d78ab6cce6e59d02d9e1a873441f6bd21306"
|
|
|
+ "reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/Process/zipball/7856d78ab6cce6e59d02d9e1a873441f6bd21306",
|
|
|
- "reference": "7856d78ab6cce6e59d02d9e1a873441f6bd21306",
|
|
|
+ "url": "https://api.github.com/repos/symfony/Process/zipball/57f1e88bb5dafa449b83f9f265b11d52d517b3e9",
|
|
|
+ "reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -366,22 +538,22 @@
|
|
|
],
|
|
|
"description": "Symfony Process Component",
|
|
|
"homepage": "https://symfony.com",
|
|
|
- "time": "2015-05-15 13:32:45"
|
|
|
+ "time": "2015-06-30 16:10:16"
|
|
|
}
|
|
|
],
|
|
|
"packages-dev": [
|
|
|
{
|
|
|
"name": "doctrine/instantiator",
|
|
|
- "version": "1.0.4",
|
|
|
+ "version": "1.0.5",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
|
- "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
|
|
|
+ "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
|
|
|
- "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
|
+ "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -392,7 +564,7 @@
|
|
|
"ext-pdo": "*",
|
|
|
"ext-phar": "*",
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
- "squizlabs/php_codesniffer": "2.0.*@ALPHA"
|
|
|
+ "squizlabs/php_codesniffer": "~2.0"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
@@ -401,8 +573,8 @@
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
- "psr-0": {
|
|
|
- "Doctrine\\Instantiator\\": "src"
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
|
|
}
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
@@ -422,7 +594,7 @@
|
|
|
"constructor",
|
|
|
"instantiate"
|
|
|
],
|
|
|
- "time": "2014-10-13 12:58:55"
|
|
|
+ "time": "2015-06-14 21:17:01"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
@@ -475,16 +647,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "phpspec/prophecy",
|
|
|
- "version": "v1.4.1",
|
|
|
+ "version": "v1.5.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
|
|
- "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
|
|
|
+ "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
|
|
|
- "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
|
|
|
+ "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
|
|
+ "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -531,20 +703,20 @@
|
|
|
"spy",
|
|
|
"stub"
|
|
|
],
|
|
|
- "time": "2015-04-27 22:15:08"
|
|
|
+ "time": "2015-08-13 10:07:40"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/php-code-coverage",
|
|
|
- "version": "2.1.5",
|
|
|
+ "version": "2.2.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
- "reference": "be2286cb8c7e1773eded49d9719219e6f74f9e3e"
|
|
|
+ "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/be2286cb8c7e1773eded49d9719219e6f74f9e3e",
|
|
|
- "reference": "be2286cb8c7e1773eded49d9719219e6f74f9e3e",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
|
|
|
+ "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -552,7 +724,7 @@
|
|
|
"phpunit/php-file-iterator": "~1.3",
|
|
|
"phpunit/php-text-template": "~1.2",
|
|
|
"phpunit/php-token-stream": "~1.3",
|
|
|
- "sebastian/environment": "~1.0",
|
|
|
+ "sebastian/environment": "^1.3.2",
|
|
|
"sebastian/version": "~1.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
@@ -567,7 +739,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "2.1.x-dev"
|
|
|
+ "dev-master": "2.2.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -593,20 +765,20 @@
|
|
|
"testing",
|
|
|
"xunit"
|
|
|
],
|
|
|
- "time": "2015-06-09 13:05:42"
|
|
|
+ "time": "2015-08-04 03:42:39"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/php-file-iterator",
|
|
|
- "version": "1.4.0",
|
|
|
+ "version": "1.4.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
|
- "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
|
|
|
+ "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
|
|
|
- "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
|
|
+ "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -640,20 +812,20 @@
|
|
|
"filesystem",
|
|
|
"iterator"
|
|
|
],
|
|
|
- "time": "2015-04-02 05:19:05"
|
|
|
+ "time": "2015-06-21 13:08:43"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/php-text-template",
|
|
|
- "version": "1.2.0",
|
|
|
+ "version": "1.2.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
|
- "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
|
|
|
+ "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
|
|
|
- "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
|
+ "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -662,20 +834,17 @@
|
|
|
"type": "library",
|
|
|
"autoload": {
|
|
|
"classmap": [
|
|
|
- "Text/"
|
|
|
+ "src/"
|
|
|
]
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
- "include-path": [
|
|
|
- ""
|
|
|
- ],
|
|
|
"license": [
|
|
|
"BSD-3-Clause"
|
|
|
],
|
|
|
"authors": [
|
|
|
{
|
|
|
"name": "Sebastian Bergmann",
|
|
|
- "email": "sb@sebastian-bergmann.de",
|
|
|
+ "email": "sebastian@phpunit.de",
|
|
|
"role": "lead"
|
|
|
}
|
|
|
],
|
|
@@ -684,20 +853,20 @@
|
|
|
"keywords": [
|
|
|
"template"
|
|
|
],
|
|
|
- "time": "2014-01-30 17:20:04"
|
|
|
+ "time": "2015-06-21 13:50:34"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/php-timer",
|
|
|
- "version": "1.0.5",
|
|
|
+ "version": "1.0.7",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
|
- "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
|
|
|
+ "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
|
|
|
- "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
|
|
+ "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -706,13 +875,10 @@
|
|
|
"type": "library",
|
|
|
"autoload": {
|
|
|
"classmap": [
|
|
|
- "PHP/"
|
|
|
+ "src/"
|
|
|
]
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
- "include-path": [
|
|
|
- ""
|
|
|
- ],
|
|
|
"license": [
|
|
|
"BSD-3-Clause"
|
|
|
],
|
|
@@ -728,20 +894,20 @@
|
|
|
"keywords": [
|
|
|
"timer"
|
|
|
],
|
|
|
- "time": "2013-08-02 07:42:54"
|
|
|
+ "time": "2015-06-21 08:01:12"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/php-token-stream",
|
|
|
- "version": "1.4.1",
|
|
|
+ "version": "1.4.6",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
|
- "reference": "eab81d02569310739373308137284e0158424330"
|
|
|
+ "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/eab81d02569310739373308137284e0158424330",
|
|
|
- "reference": "eab81d02569310739373308137284e0158424330",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
|
|
|
+ "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -777,20 +943,20 @@
|
|
|
"keywords": [
|
|
|
"tokenizer"
|
|
|
],
|
|
|
- "time": "2015-04-08 04:46:07"
|
|
|
+ "time": "2015-08-16 08:51:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/phpunit",
|
|
|
- "version": "4.7.2",
|
|
|
+ "version": "4.8.6",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
|
- "reference": "8e0c63329c8c4185296b8d357daa5c6bae43080f"
|
|
|
+ "reference": "2246830f4a1a551c67933e4171bf2126dc29d357"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e0c63329c8c4185296b8d357daa5c6bae43080f",
|
|
|
- "reference": "8e0c63329c8c4185296b8d357daa5c6bae43080f",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2246830f4a1a551c67933e4171bf2126dc29d357",
|
|
|
+ "reference": "2246830f4a1a551c67933e4171bf2126dc29d357",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -800,15 +966,15 @@
|
|
|
"ext-reflection": "*",
|
|
|
"ext-spl": "*",
|
|
|
"php": ">=5.3.3",
|
|
|
- "phpspec/prophecy": "~1.3,>=1.3.1",
|
|
|
+ "phpspec/prophecy": "^1.3.1",
|
|
|
"phpunit/php-code-coverage": "~2.1",
|
|
|
"phpunit/php-file-iterator": "~1.4",
|
|
|
"phpunit/php-text-template": "~1.2",
|
|
|
- "phpunit/php-timer": "~1.0",
|
|
|
+ "phpunit/php-timer": ">=1.0.6",
|
|
|
"phpunit/phpunit-mock-objects": "~2.3",
|
|
|
"sebastian/comparator": "~1.1",
|
|
|
"sebastian/diff": "~1.2",
|
|
|
- "sebastian/environment": "~1.2",
|
|
|
+ "sebastian/environment": "~1.3",
|
|
|
"sebastian/exporter": "~1.2",
|
|
|
"sebastian/global-state": "~1.0",
|
|
|
"sebastian/version": "~1.0",
|
|
@@ -823,7 +989,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "4.7.x-dev"
|
|
|
+ "dev-master": "4.8.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -849,7 +1015,7 @@
|
|
|
"testing",
|
|
|
"xunit"
|
|
|
],
|
|
|
- "time": "2015-06-06 08:36:08"
|
|
|
+ "time": "2015-08-24 04:09:38"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/phpunit-mock-objects",
|
|
@@ -908,16 +1074,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "sebastian/comparator",
|
|
|
- "version": "1.1.1",
|
|
|
+ "version": "1.2.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
|
- "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
|
|
|
+ "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
|
|
|
- "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
|
|
|
+ "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -931,7 +1097,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "1.1.x-dev"
|
|
|
+ "dev-master": "1.2.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -968,7 +1134,7 @@
|
|
|
"compare",
|
|
|
"equality"
|
|
|
],
|
|
|
- "time": "2015-01-29 16:28:08"
|
|
|
+ "time": "2015-07-26 15:48:44"
|
|
|
},
|
|
|
{
|
|
|
"name": "sebastian/diff",
|
|
@@ -1024,16 +1190,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "sebastian/environment",
|
|
|
- "version": "1.2.2",
|
|
|
+ "version": "1.3.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
|
|
- "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
|
|
|
+ "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
|
|
|
- "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
|
|
|
+ "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -1070,20 +1236,20 @@
|
|
|
"environment",
|
|
|
"hhvm"
|
|
|
],
|
|
|
- "time": "2015-01-01 10:01:08"
|
|
|
+ "time": "2015-08-03 06:14:51"
|
|
|
},
|
|
|
{
|
|
|
"name": "sebastian/exporter",
|
|
|
- "version": "1.2.0",
|
|
|
+ "version": "1.2.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
|
- "reference": "84839970d05254c73cde183a721c7af13aede943"
|
|
|
+ "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
|
|
|
- "reference": "84839970d05254c73cde183a721c7af13aede943",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
|
|
|
+ "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -1136,7 +1302,7 @@
|
|
|
"export",
|
|
|
"exporter"
|
|
|
],
|
|
|
- "time": "2015-01-27 07:23:06"
|
|
|
+ "time": "2015-06-21 07:55:53"
|
|
|
},
|
|
|
{
|
|
|
"name": "sebastian/global-state",
|
|
@@ -1191,16 +1357,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "sebastian/recursion-context",
|
|
|
- "version": "1.0.0",
|
|
|
+ "version": "1.0.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
|
- "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
|
|
|
+ "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
|
|
|
- "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
|
|
|
+ "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -1240,20 +1406,20 @@
|
|
|
],
|
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
|
- "time": "2015-01-24 09:48:32"
|
|
|
+ "time": "2015-06-21 08:04:50"
|
|
|
},
|
|
|
{
|
|
|
"name": "sebastian/version",
|
|
|
- "version": "1.0.5",
|
|
|
+ "version": "1.0.6",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
|
- "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4"
|
|
|
+ "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
|
|
|
- "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
|
|
+ "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"type": "library",
|
|
@@ -1275,21 +1441,21 @@
|
|
|
],
|
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
|
|
- "time": "2015-02-24 06:35:25"
|
|
|
+ "time": "2015-06-21 13:59:46"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/yaml",
|
|
|
- "version": "v2.6.9",
|
|
|
+ "version": "v2.6.11",
|
|
|
"target-dir": "Symfony/Component/Yaml",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/Yaml.git",
|
|
|
- "reference": "f157ab074e453ecd4c0fa775f721f6e67a99d9e2"
|
|
|
+ "reference": "c044d1744b8e91aaaa0d9bac683ab87ec7cbf359"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/Yaml/zipball/f157ab074e453ecd4c0fa775f721f6e67a99d9e2",
|
|
|
- "reference": "f157ab074e453ecd4c0fa775f721f6e67a99d9e2",
|
|
|
+ "url": "https://api.github.com/repos/symfony/Yaml/zipball/c044d1744b8e91aaaa0d9bac683ab87ec7cbf359",
|
|
|
+ "reference": "c044d1744b8e91aaaa0d9bac683ab87ec7cbf359",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -1325,7 +1491,7 @@
|
|
|
],
|
|
|
"description": "Symfony Yaml Component",
|
|
|
"homepage": "https://symfony.com",
|
|
|
- "time": "2015-05-02 15:18:45"
|
|
|
+ "time": "2015-07-26 08:59:42"
|
|
|
}
|
|
|
],
|
|
|
"aliases": [],
|