diff --git a/composer.lock b/composer.lock index 430cf0f..24aa2c5 100644 --- a/composer.lock +++ b/composer.lock @@ -682,16 +682,16 @@ }, { "name": "phpunit/phpunit", - "version": "8.2.0", + "version": "8.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "b20b6db4bd6aceda2809ca00cb740149d726d8fb" + "reference": "047f771e34dccacb6c432a1a70e9980e087eac92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b20b6db4bd6aceda2809ca00cb740149d726d8fb", - "reference": "b20b6db4bd6aceda2809ca00cb740149d726d8fb", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/047f771e34dccacb6c432a1a70e9980e087eac92", + "reference": "047f771e34dccacb6c432a1a70e9980e087eac92", "shasum": "" }, "require": { @@ -718,7 +718,7 @@ "sebastian/global-state": "^3.0.0", "sebastian/object-enumerator": "^3.0.3", "sebastian/resource-operations": "^2.0.1", - "sebastian/type": "^1.0.0", + "sebastian/type": "^1.1.0", "sebastian/version": "^2.0.1" }, "require-dev": { @@ -761,7 +761,7 @@ "testing", "xunit" ], - "time": "2019-06-07T04:47:30+00:00" + "time": "2019-06-07T14:04:13+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -1291,16 +1291,16 @@ }, { "name": "sebastian/type", - "version": "1.0.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "c2362deb2d0b708abe0c4a6d35633c19ae40cd4a" + "reference": "b2a7f9aac51ce18cd7ac8b31e37c8ce5646fc741" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/c2362deb2d0b708abe0c4a6d35633c19ae40cd4a", - "reference": "c2362deb2d0b708abe0c4a6d35633c19ae40cd4a", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b2a7f9aac51ce18cd7ac8b31e37c8ce5646fc741", + "reference": "b2a7f9aac51ce18cd7ac8b31e37c8ce5646fc741", "shasum": "" }, "require": { @@ -1312,7 +1312,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.1-dev" } }, "autoload": { @@ -1333,7 +1333,7 @@ ], "description": "Collection of value objects that represent the types of the PHP type system", "homepage": "https://github.com/sebastianbergmann/type", - "time": "2019-06-06T11:58:04+00:00" + "time": "2019-06-08T04:53:27+00:00" }, { "name": "sebastian/version",