Update most, if not all dependencies.

This commit is contained in:
James Cole 2017-12-23 17:43:13 +01:00
parent 08b743ddcb
commit df406dd794
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 414 additions and 213 deletions

View File

@ -54,27 +54,27 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-zip": "*", "ext-zip": "*",
"bacon/bacon-qr-code": "1.*", "bacon/bacon-qr-code": "1.*",
"davejamesmiller/laravel-breadcrumbs": "3.*", "davejamesmiller/laravel-breadcrumbs": "4.*",
"doctrine/dbal": "^2.5", "doctrine/dbal": "2.*",
"fideloper/proxy": "~3.3", "fideloper/proxy": "3.*",
"laravel/framework": "5.5.*", "laravel/framework": "5.5.*",
"laravelcollective/html": "^5.4", "laravelcollective/html": "5.5.*",
"league/commonmark": "0.15.*", "league/commonmark": "0.*",
"league/csv": "9.*", "league/csv": "9.*",
"pragmarx/google2fa": "1.*", "pragmarx/google2fa": "2.*",
"rcrowe/twigbridge": "0.9.*", "rcrowe/twigbridge": "0.9.*",
"rmccue/requests": "1.*", "rmccue/requests": "1.*",
"twig/twig": "1.*", "twig/twig": "1.*",
"watson/validating": "3.*" "watson/validating": "3.*"
}, },
"require-dev": { "require-dev": {
"filp/whoops": "~2.0", "barryvdh/laravel-debugbar": "3.*",
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~6.0",
"barryvdh/laravel-debugbar": "2.*",
"barryvdh/laravel-ide-helper": "2.*", "barryvdh/laravel-ide-helper": "2.*",
"php-coveralls/php-coveralls": "^1.0" "filp/whoops": "2.*",
"fzaninotto/faker": "1.*",
"mockery/mockery": "^1.0",
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "^6.0"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [

603
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "2d0d46542bb5f3855a0f88d9af83c6b4", "content-hash": "b1ada57ba3af7146b2c86ff1f6e237cc",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -52,85 +52,42 @@
"homepage": "https://github.com/Bacon/BaconQrCode", "homepage": "https://github.com/Bacon/BaconQrCode",
"time": "2017-10-17T09:59:25+00:00" "time": "2017-10-17T09:59:25+00:00"
}, },
{
"name": "christian-riesen/base32",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/ChristianRiesen/base32.git",
"reference": "0a31e50c0fa9b1692d077c86ac188eecdcbaf7fa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/0a31e50c0fa9b1692d077c86ac188eecdcbaf7fa",
"reference": "0a31e50c0fa9b1692d077c86ac188eecdcbaf7fa",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"satooshi/php-coveralls": "0.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Base32\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Riesen",
"email": "chris.riesen@gmail.com",
"homepage": "http://christianriesen.com",
"role": "Developer"
}
],
"description": "Base32 encoder/decoder according to RFC 4648",
"homepage": "https://github.com/ChristianRiesen/base32",
"keywords": [
"base32",
"decode",
"encode",
"rfc4648"
],
"time": "2016-05-05T11:49:03+00:00"
},
{ {
"name": "davejamesmiller/laravel-breadcrumbs", "name": "davejamesmiller/laravel-breadcrumbs",
"version": "3.0.3", "version": "4.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/davejamesmiller/laravel-breadcrumbs.git", "url": "https://github.com/davejamesmiller/laravel-breadcrumbs.git",
"reference": "0b0f4792dee645b0f084164aa17d4320e4bb734f" "reference": "368d7b3a2cd21fe2e648756e5d01d3fe4fbe98e1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/davejamesmiller/laravel-breadcrumbs/zipball/0b0f4792dee645b0f084164aa17d4320e4bb734f", "url": "https://api.github.com/repos/davejamesmiller/laravel-breadcrumbs/zipball/368d7b3a2cd21fe2e648756e5d01d3fe4fbe98e1",
"reference": "0b0f4792dee645b0f084164aa17d4320e4bb734f", "reference": "368d7b3a2cd21fe2e648756e5d01d3fe4fbe98e1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/support": "5.*", "illuminate/support": "5.5.*",
"illuminate/view": "5.*", "illuminate/view": "5.5.*",
"php": ">=5.4.0" "php": ">=7.0.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "0.9.*", "laravel/framework": "5.5.*",
"orchestra/testbench": "3.2.*|3.3.*", "orchestra/testbench": "3.5.*",
"phpunit/phpunit": "4.*" "phpunit/phpunit": "6.*",
"satooshi/php-coveralls": "1.0.*"
}, },
"type": "library", "type": "library",
"extra": {
"laravel": {
"providers": [
"DaveJamesMiller\\Breadcrumbs\\BreadcrumbsServiceProvider"
],
"aliases": {
"Breadcrumbs": "DaveJamesMiller\\Breadcrumbs\\Facades\\Breadcrumbs"
}
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"DaveJamesMiller\\Breadcrumbs\\": "src/" "DaveJamesMiller\\Breadcrumbs\\": "src/"
@ -147,12 +104,12 @@
"homepage": "https://davejamesmiller.com/" "homepage": "https://davejamesmiller.com/"
} }
], ],
"description": "A simple Laravel-style way to create breadcrumbs in Laravel.", "description": "A simple Laravel-style way to create breadcrumbs.",
"homepage": "https://laravel-breadcrumbs.readthedocs.io/", "homepage": "https://github.com/davejamesmiller/laravel-breadcrumbs",
"keywords": [ "keywords": [
"laravel" "laravel"
], ],
"time": "2017-06-24T11:10:49+00:00" "time": "2017-09-14T08:23:50+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
@ -791,16 +748,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.5.25", "version": "v5.5.27",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "0a5b6112f325c56ae5a6679c08a0a10723153fe0" "reference": "b4fb6eeb227b7327b4ca7f92263b693ec9ac9875"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/0a5b6112f325c56ae5a6679c08a0a10723153fe0", "url": "https://api.github.com/repos/laravel/framework/zipball/b4fb6eeb227b7327b4ca7f92263b693ec9ac9875",
"reference": "0a5b6112f325c56ae5a6679c08a0a10723153fe0", "reference": "b4fb6eeb227b7327b4ca7f92263b693ec9ac9875",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -921,7 +878,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2017-12-11T14:59:28+00:00" "time": "2017-12-20T15:43:48+00:00"
}, },
{ {
"name": "laravelcollective/html", "name": "laravelcollective/html",
@ -990,16 +947,16 @@
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
"version": "0.15.7", "version": "0.16.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/commonmark.git", "url": "https://github.com/thephpleague/commonmark.git",
"reference": "36d82f166e441dfa28643f8d01dd8bdd3a579adf" "reference": "c0e41be0f80c51ad3170c9c713f74a0b8dec59ce"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/36d82f166e441dfa28643f8d01dd8bdd3a579adf", "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c0e41be0f80c51ad3170c9c713f74a0b8dec59ce",
"reference": "36d82f166e441dfa28643f8d01dd8bdd3a579adf", "reference": "c0e41be0f80c51ad3170c9c713f74a0b8dec59ce",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1015,7 +972,7 @@
"jgm/commonmark": "0.28", "jgm/commonmark": "0.28",
"michelf/php-markdown": "~1.4", "michelf/php-markdown": "~1.4",
"mikehaertl/php-shellcommand": "~1.2.0", "mikehaertl/php-shellcommand": "~1.2.0",
"phpunit/phpunit": "~4.3|~5.0", "phpunit/phpunit": "^4.8.35|~5.7",
"scrutinizer/ocular": "~1.1", "scrutinizer/ocular": "~1.1",
"symfony/finder": "~2.3|~3.0" "symfony/finder": "~2.3|~3.0"
}, },
@ -1028,7 +985,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "0.16-dev" "dev-master": "0.17-dev"
} }
}, },
"autoload": { "autoload": {
@ -1055,7 +1012,7 @@
"markdown", "markdown",
"parser" "parser"
], ],
"time": "2017-10-26T15:41:07+00:00" "time": "2017-10-31T00:49:55+00:00"
}, },
{ {
"name": "league/csv", "name": "league/csv",
@ -1379,6 +1336,68 @@
], ],
"time": "2017-01-16T07:55:07+00:00" "time": "2017-01-16T07:55:07+00:00"
}, },
{
"name": "paragonie/constant_time_encoding",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
"reference": "9e7d88e6e4015c2f06a3fa22f06e1d5faa77e6c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9e7d88e6e4015c2f06a3fa22f06e1d5faa77e6c4",
"reference": "9e7d88e6e4015c2f06a3fa22f06e1d5faa77e6c4",
"shasum": ""
},
"require": {
"php": "^7"
},
"require-dev": {
"phpunit/phpunit": "^6",
"vimeo/psalm": "^0.3|^1"
},
"type": "library",
"autoload": {
"psr-4": {
"ParagonIE\\ConstantTime\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com",
"role": "Maintainer"
},
{
"name": "Steve 'Sc00bz' Thomas",
"email": "steve@tobtu.com",
"homepage": "https://www.tobtu.com",
"role": "Original Developer"
}
],
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
"keywords": [
"base16",
"base32",
"base32_decode",
"base32_encode",
"base64",
"base64_decode",
"base64_encode",
"bin2hex",
"encoding",
"hex",
"hex2bin",
"rfc4648"
],
"time": "2017-09-22T14:55:37+00:00"
},
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
"version": "v2.0.11", "version": "v2.0.11",
@ -1429,26 +1448,28 @@
}, },
{ {
"name": "pragmarx/google2fa", "name": "pragmarx/google2fa",
"version": "v1.0.1", "version": "v2.0.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/antonioribeiro/google2fa.git", "url": "https://github.com/antonioribeiro/google2fa.git",
"reference": "b346dc138339b745c5831405d00cff7c1351aa0d" "reference": "bc2d654305e4d09254125f8cd390a7fbc4742d46"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/b346dc138339b745c5831405d00cff7c1351aa0d", "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/bc2d654305e4d09254125f8cd390a7fbc4742d46",
"reference": "b346dc138339b745c5831405d00cff7c1351aa0d", "reference": "bc2d654305e4d09254125f8cd390a7fbc4742d46",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"christian-riesen/base32": "~1.3", "paragonie/constant_time_encoding": "~1.0|~2.0",
"paragonie/random_compat": "~1.4|~2.0", "paragonie/random_compat": "~1.4|~2.0",
"php": ">=5.4", "php": ">=5.4",
"symfony/polyfill-php56": "~1.2" "symfony/polyfill-php56": "~1.2"
}, },
"require-dev": { "require-dev": {
"phpspec/phpspec": "~2.1" "bacon/bacon-qr-code": "~1.0",
"phpspec/phpspec": "~2.1",
"phpunit/phpunit": "~4"
}, },
"suggest": { "suggest": {
"bacon/bacon-qr-code": "Required to generate inline QR Codes." "bacon/bacon-qr-code": "Required to generate inline QR Codes."
@ -1456,11 +1477,8 @@
"type": "library", "type": "library",
"extra": { "extra": {
"component": "package", "component": "package",
"frameworks": [
"Laravel"
],
"branch-alias": { "branch-alias": {
"dev-master": "1.0-dev" "dev-master": "2.0-dev"
} }
}, },
"autoload": { "autoload": {
@ -1481,12 +1499,13 @@
], ],
"description": "A One Time Password Authentication package, compatible with Google Authenticator.", "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
"keywords": [ "keywords": [
"2fa",
"Authentication", "Authentication",
"Two Factor Authentication", "Two Factor Authentication",
"google2fa", "google2fa",
"laravel" "laravel"
], ],
"time": "2016-07-18T20:25:04+00:00" "time": "2017-09-12T06:55:05+00:00"
}, },
{ {
"name": "psr/container", "name": "psr/container",
@ -3020,25 +3039,44 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "barryvdh/laravel-debugbar", "name": "barryvdh/laravel-debugbar",
"version": "v2.4.3", "version": "v3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git", "url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "d7c88f08131f6404cb714f3f6cf0642f6afa3903" "reference": "01a859752094e00aa8548832312366753272f8af"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/d7c88f08131f6404cb714f3f6cf0642f6afa3903", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/01a859752094e00aa8548832312366753272f8af",
"reference": "d7c88f08131f6404cb714f3f6cf0642f6afa3903", "reference": "01a859752094e00aa8548832312366753272f8af",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", "illuminate/routing": "5.5.x",
"maximebf/debugbar": "~1.13.0", "illuminate/session": "5.5.x",
"php": ">=5.5.9", "illuminate/support": "5.5.x",
"symfony/finder": "~2.7|~3.0" "maximebf/debugbar": "~1.14.0",
"php": ">=7.0",
"symfony/debug": "^3",
"symfony/finder": "^3"
},
"require-dev": {
"illuminate/framework": "5.5.x"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"laravel": {
"providers": [
"Barryvdh\\Debugbar\\ServiceProvider"
],
"aliases": {
"Debugbar": "Barryvdh\\Debugbar\\Facade"
}
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Barryvdh\\Debugbar\\": "src/" "Barryvdh\\Debugbar\\": "src/"
@ -3065,7 +3103,7 @@
"profiler", "profiler",
"webprofiler" "webprofiler"
], ],
"time": "2017-07-21T11:56:48+00:00" "time": "2017-09-18T13:32:46+00:00"
}, },
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",
@ -3355,73 +3393,163 @@
"time": "2017-08-15T16:48:10+00:00" "time": "2017-08-15T16:48:10+00:00"
}, },
{ {
"name": "guzzle/guzzle", "name": "guzzlehttp/guzzle",
"version": "v3.8.1", "version": "6.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba" "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
"reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba", "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-curl": "*", "guzzlehttp/promises": "^1.0",
"php": ">=5.3.3", "guzzlehttp/psr7": "^1.4",
"symfony/event-dispatcher": ">=2.1" "php": ">=5.5"
},
"replace": {
"guzzle/batch": "self.version",
"guzzle/cache": "self.version",
"guzzle/common": "self.version",
"guzzle/http": "self.version",
"guzzle/inflection": "self.version",
"guzzle/iterator": "self.version",
"guzzle/log": "self.version",
"guzzle/parser": "self.version",
"guzzle/plugin": "self.version",
"guzzle/plugin-async": "self.version",
"guzzle/plugin-backoff": "self.version",
"guzzle/plugin-cache": "self.version",
"guzzle/plugin-cookie": "self.version",
"guzzle/plugin-curlauth": "self.version",
"guzzle/plugin-error-response": "self.version",
"guzzle/plugin-history": "self.version",
"guzzle/plugin-log": "self.version",
"guzzle/plugin-md5": "self.version",
"guzzle/plugin-mock": "self.version",
"guzzle/plugin-oauth": "self.version",
"guzzle/service": "self.version",
"guzzle/stream": "self.version"
}, },
"require-dev": { "require-dev": {
"doctrine/cache": "*", "ext-curl": "*",
"monolog/monolog": "1.*", "phpunit/phpunit": "^4.0 || ^5.0",
"phpunit/phpunit": "3.7.*", "psr/log": "^1.0"
"psr/log": "1.0.*", },
"symfony/class-loader": "*", "suggest": {
"zendframework/zend-cache": "<2.3", "psr/log": "Required for using the Log middleware"
"zendframework/zend-log": "<2.3"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.8-dev" "dev-master": "6.2-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "files": [
"Guzzle": "src/", "src/functions_include.php"
"Guzzle\\Tests": "tests/" ],
"psr-4": {
"GuzzleHttp\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
"time": "2017-06-22T18:50:49+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "v1.3.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"time": "2016-12-20T10:07:11+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [ "authors": [
{ {
"name": "Michael Dowling", "name": "Michael Dowling",
@ -3429,40 +3557,38 @@
"homepage": "https://github.com/mtdowling" "homepage": "https://github.com/mtdowling"
}, },
{ {
"name": "Guzzle Community", "name": "Tobias Schultze",
"homepage": "https://github.com/guzzle/guzzle/contributors" "homepage": "https://github.com/Tobion"
} }
], ],
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", "description": "PSR-7 message implementation that also provides common utility methods",
"homepage": "http://guzzlephp.org/",
"keywords": [ "keywords": [
"client",
"curl",
"framework",
"http", "http",
"http client", "message",
"rest", "request",
"web service" "response",
"stream",
"uri",
"url"
], ],
"abandoned": "guzzlehttp/guzzle", "time": "2017-03-20T17:10:46+00:00"
"time": "2014-01-28T22:29:15+00:00"
}, },
{ {
"name": "hamcrest/hamcrest-php", "name": "hamcrest/hamcrest-php",
"version": "v1.2.2", "version": "v2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/hamcrest/hamcrest-php.git", "url": "https://github.com/hamcrest/hamcrest-php.git",
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "php": "^5.3|^7.0"
}, },
"replace": { "replace": {
"cordoval/hamcrest-php": "*", "cordoval/hamcrest-php": "*",
@ -3471,15 +3597,18 @@
}, },
"require-dev": { "require-dev": {
"phpunit/php-file-iterator": "1.3.3", "phpunit/php-file-iterator": "1.3.3",
"satooshi/php-coveralls": "dev-master" "phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "^1.0"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": { "autoload": {
"classmap": [ "classmap": [
"hamcrest" "hamcrest"
],
"files": [
"hamcrest/Hamcrest.php"
] ]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -3490,20 +3619,20 @@
"keywords": [ "keywords": [
"test" "test"
], ],
"time": "2015-05-11T14:41:42+00:00" "time": "2016-01-20T08:20:44+00:00"
}, },
{ {
"name": "maximebf/debugbar", "name": "maximebf/debugbar",
"version": "1.13.1", "version": "v1.14.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/maximebf/php-debugbar.git", "url": "https://github.com/maximebf/php-debugbar.git",
"reference": "afee79a236348e39a44cb837106b7c5b4897ac2a" "reference": "64251a392344e3d22f3d21c3b7c531ba96eb01d2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/afee79a236348e39a44cb837106b7c5b4897ac2a", "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/64251a392344e3d22f3d21c3b7c531ba96eb01d2",
"reference": "afee79a236348e39a44cb837106b7c5b4897ac2a", "reference": "64251a392344e3d22f3d21c3b7c531ba96eb01d2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3522,7 +3651,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.13-dev" "dev-master": "1.14-dev"
} }
}, },
"autoload": { "autoload": {
@ -3551,34 +3680,34 @@
"debug", "debug",
"debugbar" "debugbar"
], ],
"time": "2017-01-05T08:46:19+00:00" "time": "2017-09-13T12:19:36+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
"version": "0.9.9", "version": "1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mockery/mockery.git", "url": "https://github.com/mockery/mockery.git",
"reference": "6fdb61243844dc924071d3404bb23994ea0b6856" "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856", "url": "https://api.github.com/repos/mockery/mockery/zipball/1bac8c362b12f522fdd1f1fa3556284c91affa38",
"reference": "6fdb61243844dc924071d3404bb23994ea0b6856", "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"hamcrest/hamcrest-php": "~1.1", "hamcrest/hamcrest-php": "~2.0",
"lib-pcre": ">=7.0", "lib-pcre": ">=7.0",
"php": ">=5.3.2" "php": ">=5.6.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0" "phpunit/phpunit": "~5.7|~6.1"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "0.9.x-dev" "dev-master": "1.0.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -3603,7 +3732,7 @@
} }
], ],
"description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
"homepage": "http://github.com/padraic/mockery", "homepage": "http://github.com/mockery/mockery",
"keywords": [ "keywords": [
"BDD", "BDD",
"TDD", "TDD",
@ -3616,7 +3745,7 @@
"test double", "test double",
"testing" "testing"
], ],
"time": "2017-02-28T12:52:32+00:00" "time": "2017-10-06T16:20:43+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
@ -3767,23 +3896,23 @@
}, },
{ {
"name": "php-coveralls/php-coveralls", "name": "php-coveralls/php-coveralls",
"version": "v1.1.0", "version": "v2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-coveralls/php-coveralls.git", "url": "https://github.com/php-coveralls/php-coveralls.git",
"reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad" "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad", "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3eaf7eb689cdf6b86801a3843940d974dc657068",
"reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad", "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"ext-simplexml": "*", "ext-simplexml": "*",
"guzzle/guzzle": "^2.8 || ^3.0", "guzzlehttp/guzzle": "^6.0",
"php": "^5.3.3 || ^7.0", "php": "^5.5 || ^7.0",
"psr/log": "^1.0", "psr/log": "^1.0",
"symfony/config": "^2.1 || ^3.0 || ^4.0", "symfony/config": "^2.1 || ^3.0 || ^4.0",
"symfony/console": "^2.1 || ^3.0 || ^4.0", "symfony/console": "^2.1 || ^3.0 || ^4.0",
@ -3797,12 +3926,17 @@
"symfony/http-kernel": "Allows Symfony integration" "symfony/http-kernel": "Allows Symfony integration"
}, },
"bin": [ "bin": [
"bin/coveralls" "bin/php-coveralls"
], ],
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Satooshi\\": "src/Satooshi/" "PhpCoveralls\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -3813,7 +3947,24 @@
{ {
"name": "Kitamura Satoshi", "name": "Kitamura Satoshi",
"email": "with.no.parachute@gmail.com", "email": "with.no.parachute@gmail.com",
"homepage": "https://www.facebook.com/satooshi.jp" "homepage": "https://www.facebook.com/satooshi.jp",
"role": "Original creator"
},
{
"name": "Takashi Matsuo",
"email": "tmatsuo@google.com"
},
{
"name": "Google Inc"
},
{
"name": "Dariusz Ruminski",
"email": "dariusz.ruminski@gmail.com",
"homepage": "https://github.com/keradus"
},
{
"name": "Contributors",
"homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
} }
], ],
"description": "PHP client library for Coveralls API", "description": "PHP client library for Coveralls API",
@ -3824,7 +3975,7 @@
"github", "github",
"test" "test"
], ],
"time": "2017-12-06T23:17:56+00:00" "time": "2017-12-08T14:28:16+00:00"
}, },
{ {
"name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",
@ -4292,16 +4443,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "6.5.4", "version": "6.5.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "1b2f933d5775f9237369deaa2d2bfbf9d652be4c" "reference": "83d27937a310f2984fd575686138597147bdc7df"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1b2f933d5775f9237369deaa2d2bfbf9d652be4c", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/83d27937a310f2984fd575686138597147bdc7df",
"reference": "1b2f933d5775f9237369deaa2d2bfbf9d652be4c", "reference": "83d27937a310f2984fd575686138597147bdc7df",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4372,7 +4523,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2017-12-10T08:06:19+00:00" "time": "2017-12-17T06:31:19+00:00"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
@ -4433,6 +4584,56 @@
], ],
"time": "2017-12-10T08:01:53+00:00" "time": "2017-12-10T08:01:53+00:00"
}, },
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00:00"
},
{ {
"name": "sebastian/code-unit-reverse-lookup", "name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1", "version": "1.0.1",
@ -4480,16 +4681,16 @@
}, },
{ {
"name": "sebastian/comparator", "name": "sebastian/comparator",
"version": "2.1.0", "version": "2.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git", "url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "1174d9018191e93cb9d719edec01257fc05f8158" "reference": "b11c729f95109b56a0fe9650c6a63a0fcd8c439f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1174d9018191e93cb9d719edec01257fc05f8158", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b11c729f95109b56a0fe9650c6a63a0fcd8c439f",
"reference": "1174d9018191e93cb9d719edec01257fc05f8158", "reference": "b11c729f95109b56a0fe9650c6a63a0fcd8c439f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4540,7 +4741,7 @@
"compare", "compare",
"equality" "equality"
], ],
"time": "2017-11-03T07:16:52+00:00" "time": "2017-12-22T14:50:35+00:00"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",