|
@@ -119,16 +119,16 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "composer/ca-bundle",
|
|
"name": "composer/ca-bundle",
|
|
- "version": "1.0.6",
|
|
|
|
|
|
+ "version": "1.1.0",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/composer/ca-bundle.git",
|
|
"url": "https://github.com/composer/ca-bundle.git",
|
|
- "reference": "a795611394b3c05164fd0eb291b492b39339cba4"
|
|
|
|
|
|
+ "reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/a795611394b3c05164fd0eb291b492b39339cba4",
|
|
|
|
- "reference": "a795611394b3c05164fd0eb291b492b39339cba4",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/943b2c4fcad1ef178d16a713c2468bf7e579c288",
|
|
|
|
+ "reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -137,11 +137,9 @@
|
|
"php": "^5.3.2 || ^7.0"
|
|
"php": "^5.3.2 || ^7.0"
|
|
},
|
|
},
|
|
"require-dev": {
|
|
"require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^4.8.35",
|
|
"psr/log": "^1.0",
|
|
"psr/log": "^1.0",
|
|
- "symfony/process": "^2.5 || ^3.0"
|
|
|
|
- },
|
|
|
|
- "suggest": {
|
|
|
|
- "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
|
|
|
|
|
|
+ "symfony/process": "^2.5 || ^3.0 || ^4.0"
|
|
},
|
|
},
|
|
"type": "library",
|
|
"type": "library",
|
|
"extra": {
|
|
"extra": {
|
|
@@ -173,7 +171,7 @@
|
|
"ssl",
|
|
"ssl",
|
|
"tls"
|
|
"tls"
|
|
],
|
|
],
|
|
- "time": "2016-11-02T18:11:27+00:00"
|
|
|
|
|
|
+ "time": "2017-11-29T09:37:33+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "composer/composer",
|
|
"name": "composer/composer",
|
|
@@ -181,31 +179,31 @@
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/composer/composer.git",
|
|
"url": "https://github.com/composer/composer.git",
|
|
- "reference": "e12e0335a4d467878093fc76e3dea592ff3e1ce3"
|
|
|
|
|
|
+ "reference": "4a7389f5b7070925a7fbaaaa99d2b961648ba5de"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/composer/composer/zipball/e12e0335a4d467878093fc76e3dea592ff3e1ce3",
|
|
|
|
- "reference": "e12e0335a4d467878093fc76e3dea592ff3e1ce3",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/composer/composer/zipball/4a7389f5b7070925a7fbaaaa99d2b961648ba5de",
|
|
|
|
+ "reference": "4a7389f5b7070925a7fbaaaa99d2b961648ba5de",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
"composer/ca-bundle": "^1.0",
|
|
"composer/ca-bundle": "^1.0",
|
|
"composer/semver": "^1.0",
|
|
"composer/semver": "^1.0",
|
|
- "composer/spdx-licenses": "^1.0",
|
|
|
|
|
|
+ "composer/spdx-licenses": "^1.2",
|
|
"justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
|
|
"justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
|
|
"php": "^5.3.2 || ^7.0",
|
|
"php": "^5.3.2 || ^7.0",
|
|
"psr/log": "^1.0",
|
|
"psr/log": "^1.0",
|
|
"seld/cli-prompt": "^1.0",
|
|
"seld/cli-prompt": "^1.0",
|
|
"seld/jsonlint": "^1.4",
|
|
"seld/jsonlint": "^1.4",
|
|
"seld/phar-utils": "^1.0",
|
|
"seld/phar-utils": "^1.0",
|
|
- "symfony/console": "^2.7 || ^3.0",
|
|
|
|
- "symfony/filesystem": "^2.7 || ^3.0",
|
|
|
|
- "symfony/finder": "^2.7 || ^3.0",
|
|
|
|
- "symfony/process": "^2.7 || ^3.0"
|
|
|
|
|
|
+ "symfony/console": "^2.7 || ^3.0 || ^4.0",
|
|
|
|
+ "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
|
|
|
|
+ "symfony/finder": "^2.7 || ^3.0 || ^4.0",
|
|
|
|
+ "symfony/process": "^2.7 || ^3.0 || ^4.0"
|
|
},
|
|
},
|
|
"require-dev": {
|
|
"require-dev": {
|
|
- "phpunit/phpunit": "^4.5 || ^5.0.5",
|
|
|
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.7",
|
|
"phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
|
|
"phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
|
|
},
|
|
},
|
|
"suggest": {
|
|
"suggest": {
|
|
@@ -219,7 +217,7 @@
|
|
"type": "library",
|
|
"type": "library",
|
|
"extra": {
|
|
"extra": {
|
|
"branch-alias": {
|
|
"branch-alias": {
|
|
- "dev-master": "1.6-dev"
|
|
|
|
|
|
+ "dev-master": "1.7-dev"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"autoload": {
|
|
"autoload": {
|
|
@@ -250,7 +248,7 @@
|
|
"dependency",
|
|
"dependency",
|
|
"package"
|
|
"package"
|
|
],
|
|
],
|
|
- "time": "2017-09-12T07:24:44+00:00"
|
|
|
|
|
|
+ "time": "2018-01-04T13:44:46+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "composer/semver",
|
|
"name": "composer/semver",
|
|
@@ -316,23 +314,23 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "composer/spdx-licenses",
|
|
"name": "composer/spdx-licenses",
|
|
- "version": "1.1.5",
|
|
|
|
|
|
+ "version": "1.2.0",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/composer/spdx-licenses.git",
|
|
"url": "https://github.com/composer/spdx-licenses.git",
|
|
- "reference": "96c6a07b05b716e89a44529d060bc7f5c263cb13"
|
|
|
|
|
|
+ "reference": "2d899e9b33023c631854f36c39ef9f8317a7ab33"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/96c6a07b05b716e89a44529d060bc7f5c263cb13",
|
|
|
|
- "reference": "96c6a07b05b716e89a44529d060bc7f5c263cb13",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/2d899e9b33023c631854f36c39ef9f8317a7ab33",
|
|
|
|
+ "reference": "2d899e9b33023c631854f36c39ef9f8317a7ab33",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
"php": "^5.3.2 || ^7.0"
|
|
"php": "^5.3.2 || ^7.0"
|
|
},
|
|
},
|
|
"require-dev": {
|
|
"require-dev": {
|
|
- "phpunit/phpunit": "^4.5 || ^5.0.5",
|
|
|
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
|
|
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
|
|
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
|
|
},
|
|
},
|
|
"type": "library",
|
|
"type": "library",
|
|
@@ -373,7 +371,7 @@
|
|
"spdx",
|
|
"spdx",
|
|
"validator"
|
|
"validator"
|
|
],
|
|
],
|
|
- "time": "2016-09-28T07:17:45+00:00"
|
|
|
|
|
|
+ "time": "2018-01-03T16:37:06+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "container-interop/container-interop",
|
|
"name": "container-interop/container-interop",
|
|
@@ -2527,16 +2525,16 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "seld/cli-prompt",
|
|
"name": "seld/cli-prompt",
|
|
- "version": "1.0.2",
|
|
|
|
|
|
+ "version": "1.0.3",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/cli-prompt.git",
|
|
"url": "https://github.com/Seldaek/cli-prompt.git",
|
|
- "reference": "8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4"
|
|
|
|
|
|
+ "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4",
|
|
|
|
- "reference": "8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
|
|
|
|
+ "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -2571,25 +2569,28 @@
|
|
"input",
|
|
"input",
|
|
"prompt"
|
|
"prompt"
|
|
],
|
|
],
|
|
- "time": "2016-04-18T09:31:41+00:00"
|
|
|
|
|
|
+ "time": "2017-03-18T11:32:45+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "seld/jsonlint",
|
|
"name": "seld/jsonlint",
|
|
- "version": "1.4.0",
|
|
|
|
|
|
+ "version": "1.7.0",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/jsonlint.git",
|
|
"url": "https://github.com/Seldaek/jsonlint.git",
|
|
- "reference": "66834d3e3566bb5798db7294619388786ae99394"
|
|
|
|
|
|
+ "reference": "9b355654ea99460397b89c132b5c1087b6bf4473"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/66834d3e3566bb5798db7294619388786ae99394",
|
|
|
|
- "reference": "66834d3e3566bb5798db7294619388786ae99394",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9b355654ea99460397b89c132b5c1087b6bf4473",
|
|
|
|
+ "reference": "9b355654ea99460397b89c132b5c1087b6bf4473",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
"php": "^5.3 || ^7.0"
|
|
"php": "^5.3 || ^7.0"
|
|
},
|
|
},
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
|
|
|
+ },
|
|
"bin": [
|
|
"bin": [
|
|
"bin/jsonlint"
|
|
"bin/jsonlint"
|
|
],
|
|
],
|
|
@@ -2617,7 +2618,7 @@
|
|
"parser",
|
|
"parser",
|
|
"validator"
|
|
"validator"
|
|
],
|
|
],
|
|
- "time": "2015-11-21T02:21:41+00:00"
|
|
|
|
|
|
+ "time": "2018-01-03T12:13:57+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "seld/phar-utils",
|
|
"name": "seld/phar-utils",
|