diff --git a/composer.json b/composer.json index d1870a6f..07da8852 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ergebnis/composer-normalize": "^2.23.0", "ergebnis/license": "^1.2.0", "ergebnis/php-cs-fixer-config": "^3.4.0", - "fakerphp/faker": "^1.17.0", + "fakerphp/faker": "^1.18.0", "infection/infection": "~0.26.2", "phpunit/phpunit": "^9.5.13", "psalm/plugin-phpunit": "~0.16.1", diff --git a/composer.lock b/composer.lock index a13ee483..616a7340 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": "e61687e386869df8ebe517be39e21b89", + "content-hash": "e9b27270c767e4445a63d4b7fe83f1b4", "packages": [], "packages-dev": [ { @@ -1124,16 +1124,16 @@ }, { "name": "fakerphp/faker", - "version": "v1.17.0", + "version": "v1.18.0", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "b85e9d44eae8c52cca7aa0939483611f7232b669" + "reference": "2e77a868f6540695cf5ebf21e5ab472c65f47567" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/b85e9d44eae8c52cca7aa0939483611f7232b669", - "reference": "b85e9d44eae8c52cca7aa0939483611f7232b669", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/2e77a868f6540695cf5ebf21e5ab472c65f47567", + "reference": "2e77a868f6540695cf5ebf21e5ab472c65f47567", "shasum": "" }, "require": { @@ -1158,7 +1158,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "v1.17-dev" + "dev-main": "v1.18-dev" } }, "autoload": { @@ -1183,9 +1183,9 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.17.0" + "source": "https://github.com/FakerPHP/Faker/tree/v1.18.0" }, - "time": "2021-12-05T17:14:47+00:00" + "time": "2022-01-23T17:56:23+00:00" }, { "name": "felixfbecker/advanced-json-rpc",