From edc10c2244bb21ae5a158a885ab7bbf02445ff2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 19 Jan 2019 09:49:05 +0100 Subject: [PATCH] Enhancement: Update localheinz/test-util --- composer.json | 2 +- composer.lock | 36 ++++++++++++++++++++---------------- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index 0eb06135..92764c2e 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "jangregor/phpstan-prophecy": "~0.3.0", "localheinz/php-cs-fixer-config": "~1.19.0", "localheinz/phpstan-rules": "~0.7.1", - "localheinz/test-util": "0.6.1", + "localheinz/test-util": "~0.7.0", "phpstan/phpstan": "~0.11.0", "phpstan/phpstan-deprecation-rules": "~0.11.0", "phpstan/phpstan-strict-rules": "~0.11.0", diff --git a/composer.lock b/composer.lock index b7a8d941..c0e869a7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a1dbde30767e23e6fe5050b2dc4d4436", + "content-hash": "bcde9495418e927af2defbc0a4e23c89", "packages": [ { "name": "justinrainbow/json-schema", @@ -861,16 +861,16 @@ }, { "name": "fzaninotto/faker", - "version": "v1.7.1", + "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/fzaninotto/Faker.git", - "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d" + "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", - "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de", + "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de", "shasum": "" }, "require": { @@ -878,7 +878,7 @@ }, "require-dev": { "ext-intl": "*", - "phpunit/phpunit": "^4.0 || ^5.0", + "phpunit/phpunit": "^4.8.35 || ^5.7", "squizlabs/php_codesniffer": "^1.5" }, "type": "library", @@ -907,7 +907,7 @@ "faker", "fixtures" ], - "time": "2017-08-15T16:48:10+00:00" + "time": "2018-07-12T10:23:15+00:00" }, { "name": "jangregor/phpstan-prophecy", @@ -1144,27 +1144,30 @@ }, { "name": "localheinz/test-util", - "version": "0.6.1", + "version": "0.7.0", "source": { "type": "git", "url": "https://github.com/localheinz/test-util.git", - "reference": "255edaec4315ee337edb2fba64331a2b1c5e3cf6" + "reference": "340d168a637f33e9f0d41e8c950c7e1e8bb6b19f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/localheinz/test-util/zipball/255edaec4315ee337edb2fba64331a2b1c5e3cf6", - "reference": "255edaec4315ee337edb2fba64331a2b1c5e3cf6", + "url": "https://api.github.com/repos/localheinz/test-util/zipball/340d168a637f33e9f0d41e8c950c7e1e8bb6b19f", + "reference": "340d168a637f33e9f0d41e8c950c7e1e8bb6b19f", "shasum": "" }, "require": { "fzaninotto/faker": "^1.7.1", "localheinz/classy": "0.3.0", - "php": "^7.0" + "php": "^7.1" }, "require-dev": { - "infection/infection": "~0.7.0", - "localheinz/php-cs-fixer-config": "~1.8.0", - "phpunit/phpunit": "^6.4.3" + "infection/infection": "~0.8.2", + "localheinz/php-cs-fixer-config": "~1.14.0", + "phpstan/phpstan": "~0.9.2", + "phpstan/phpstan-phpunit": "~0.9.4", + "phpstan/phpstan-strict-rules": "~0.9.0", + "phpunit/phpunit": "^6.0.0 || ^7.0.0" }, "type": "library", "autoload": { @@ -1183,13 +1186,14 @@ } ], "description": "Provides utilities for tests.", + "homepage": "https://github.com/localheinz/test-util", "keywords": [ "assertion", "faker", "phpunit", "test" ], - "time": "2018-01-01T18:11:24+00:00" + "time": "2018-06-25T06:22:47+00:00" }, { "name": "myclabs/deep-copy",