diff --git a/composer.json b/composer.json index 84edc00a..a14142cb 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ergebnis/php-cs-fixer-config": "^3.4.0", "fakerphp/faker": "^1.17.0", "infection/infection": "~0.26.2", - "phpunit/phpunit": "^9.5.11", + "phpunit/phpunit": "^9.5.12", "psalm/plugin-phpunit": "~0.16.1", "symfony/filesystem": "^5.4.0", "vimeo/psalm": "^4.18.1" diff --git a/composer.lock b/composer.lock index f2a3963f..bda229c7 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": "72b9232d470af05af4ddbbbdde23063a", + "content-hash": "09a905e2fe51a59915ac9dabe0f0ded0", "packages": [], "packages-dev": [ { @@ -1831,9 +1831,6 @@ "require": { "php": "^7.1 || ^8.0" }, - "replace": { - "myclabs/deep-copy": "self.version" - }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", @@ -2814,16 +2811,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.11", + "version": "9.5.12", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "2406855036db1102126125537adb1406f7242fdd" + "reference": "93d4bf4c37aec6384bb9e5d390d9049a463a7256" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2406855036db1102126125537adb1406f7242fdd", - "reference": "2406855036db1102126125537adb1406f7242fdd", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/93d4bf4c37aec6384bb9e5d390d9049a463a7256", + "reference": "93d4bf4c37aec6384bb9e5d390d9049a463a7256", "shasum": "" }, "require": { @@ -2901,7 +2898,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.11" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.12" }, "funding": [ { @@ -2913,7 +2910,7 @@ "type": "github" } ], - "time": "2021-12-25T07:07:57+00:00" + "time": "2022-01-21T05:54:47+00:00" }, { "name": "psalm/plugin-phpunit",