From 9754392ceb9b8ccdc0ad3153ef4c3aead6eda995 Mon Sep 17 00:00:00 2001 From: Alfonso Bribiesca Date: Thu, 18 Feb 2021 03:05:26 +0000 Subject: [PATCH] chore upgrade faker to make it compatible with php8 (#3) --- composer.json | 4 ++-- composer.lock | 27 +++++++++++---------------- 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index a918c49..d6cc77f 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,6 @@ "require": { "ergebnis/phpstan-rules": "^0.15", "friendsofphp/php-cs-fixer": "^2.16", - "fzaninotto/faker": "^1.9", "graham-campbell/analyzer": "^3.0", "johnkary/phpunit-speedtrap": "^3.2", "mockery/mockery": "^1.3", @@ -30,7 +29,8 @@ "rector/rector": "^0.8", "spatie/pest-plugin-snapshots": "^0.3.1", "jasonmccreary/laravel-test-assertions": "^1.0", - "orchestra/testbench": "^6.11" + "orchestra/testbench": "^6.11", + "fakerphp/faker": "^1.13" }, "extra": { "laravel": { diff --git a/composer.lock b/composer.lock index 5a45441..8123f4f 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": "64bfe16925ffad0161c61a64ecce3c17", + "content-hash": "647b0a6289ccaa693ff1480037266df6", "packages": [ { "name": "brick/math", @@ -1111,33 +1111,28 @@ }, { "name": "fakerphp/faker", - "version": "v1.9.2", + "version": "v1.13.0", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "84220cf137a9344acffb10374e781fed785ff307" + "reference": "ab3f5364d01f2c2c16113442fb987d26e4004913" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/84220cf137a9344acffb10374e781fed785ff307", - "reference": "84220cf137a9344acffb10374e781fed785ff307", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/ab3f5364d01f2c2c16113442fb987d26e4004913", + "reference": "ab3f5364d01f2c2c16113442fb987d26e4004913", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^7.1 || ^8.0" }, "conflict": { - "ergebnis/faker": "!=1.9.2", - "fzaninotto/faker": "!=1.9.2" - }, - "replace": { - "ergebnis/faker": "1.9.2", - "fzaninotto/faker": "1.9.2" + "fzaninotto/faker": "*" }, "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", "ext-intl": "*", - "phpunit/phpunit": "^4.8.35 || ^5.7", - "squizlabs/php_codesniffer": "^2.9.2" + "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.4.2" }, "type": "library", "autoload": { @@ -1162,9 +1157,9 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.9.2" + "source": "https://github.com/FakerPHP/Faker/tree/v1.13.0" }, - "time": "2020-12-11T14:32:13+00:00" + "time": "2020-12-18T16:50:48+00:00" }, { "name": "filp/whoops",