diff --git a/composer.json b/composer.json index cd0e9ac..0395fae 100644 --- a/composer.json +++ b/composer.json @@ -16,16 +16,16 @@ ], "require": { "php": ">=7.0.0", - "fzaninotto/faker": "~1.8", - "illuminate/routing": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0", - "illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0", - "illuminate/console": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0", + "fakerphp/faker": "^1.12", + "illuminate/routing": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0", + "illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0", + "illuminate/console": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0", "mpociot/reflection-docblock": "^1.0.1", "ramsey/uuid": "^3.8 || ^4.0" }, "require-dev": { - "orchestra/testbench": "3.5.* || 3.6.* || 3.7.* || 5.1.*", - "phpunit/phpunit": "^6.0.0 || ^7.4.0", + "orchestra/testbench": "3.5.* || 3.6.* || 3.7.* || 5.1.* || ^6.0", + "phpunit/phpunit": "^6.0.0 || ^7.4.0 || ^9.0", "dingo/api": "2.0.0-alpha1", "mockery/mockery": "^1.2.0", "league/fractal": "^0.17.0"