Updated dependencies

This commit is contained in:
Chris Kankiewicz
2020-02-07 10:37:09 -07:00
parent e725b5a2e5
commit 8d8ef225c6

33
composer.lock generated
View File

@@ -54,21 +54,23 @@
},
{
"name": "fig/http-message-util",
"version": "1.1.3",
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message-util.git",
"reference": "35b19404371b31b3a43823c755398c48c9966db4"
"reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message-util/zipball/35b19404371b31b3a43823c755398c48c9966db4",
"reference": "35b19404371b31b3a43823c755398c48c9966db4",
"url": "https://api.github.com/repos/php-fig/http-message-util/zipball/3242caa9da7221a304b8f84eb9eaddae0a7cf422",
"reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422",
"shasum": ""
},
"require": {
"php": "^5.3 || ^7.0",
"psr/http-message": "^1.0"
"php": "^5.3 || ^7.0"
},
"suggest": {
"psr/http-message": "The package containing the PSR-7 interfaces"
},
"type": "library",
"extra": {
@@ -100,7 +102,7 @@
"request",
"response"
],
"time": "2018-11-19T16:19:58+00:00"
"time": "2020-02-05T20:36:27+00:00"
},
{
"name": "jeremeamia/superclosure",
@@ -4868,21 +4870,22 @@
},
{
"name": "vimeo/psalm",
"version": "3.8.3",
"version": "3.8.4",
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
"reference": "389af1bfc739bfdff3f9e3dc7bd6499aee51a831"
"reference": "c2972dd759aa98561b75a5d68acfc4b634152464"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/389af1bfc739bfdff3f9e3dc7bd6499aee51a831",
"reference": "389af1bfc739bfdff3f9e3dc7bd6499aee51a831",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/c2972dd759aa98561b75a5d68acfc4b634152464",
"reference": "c2972dd759aa98561b75a5d68acfc4b634152464",
"shasum": ""
},
"require": {
"amphp/amp": "^2.1",
"amphp/byte-stream": "^1.5",
"composer/semver": "^1.4",
"composer/xdebug-handler": "^1.1",
"ext-dom": "*",
"ext-json": "*",
@@ -4895,8 +4898,8 @@
"nikic/php-parser": "^4.3",
"ocramius/package-versions": "^1.2",
"openlss/lib-array2xml": "^1.0",
"php": "^7.1.3",
"sebastian/diff": "^3.0",
"php": "^7.1.3|^8",
"sebastian/diff": "^3.0 || ^4.0",
"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
"webmozart/glob": "^4.1",
"webmozart/path-util": "^2.3"
@@ -4909,7 +4912,7 @@
"ext-curl": "*",
"phpmyadmin/sql-parser": "^5.0",
"phpspec/prophecy": ">=1.9.0",
"phpunit/phpunit": "^7.5 || ^8.0",
"phpunit/phpunit": "^7.5.16 || ^8.0",
"psalm/plugin-phpunit": "^0.6",
"slevomat/coding-standard": "^5.0",
"squizlabs/php_codesniffer": "^3.5",
@@ -4958,7 +4961,7 @@
"inspection",
"php"
],
"time": "2020-01-15T03:46:19+00:00"
"time": "2020-02-07T15:56:31+00:00"
},
{
"name": "webmozart/assert",