From ab24ced4d42716782424227002b670e29cffabbb Mon Sep 17 00:00:00 2001 From: denisdulici Date: Sun, 8 Mar 2020 01:53:21 +0300 Subject: [PATCH] laravel 7 --- .gitignore | 7 +++++-- composer.json | 12 ++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2c1fc0c..25485f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ +/.idea +/.vscode +/tests/databases /vendor +.DS_Store composer.phar -composer.lock -.DS_Store \ No newline at end of file +composer.lock \ No newline at end of file diff --git a/composer.json b/composer.json index 941e37f..41e7aa1 100644 --- a/composer.json +++ b/composer.json @@ -15,12 +15,12 @@ "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "~7.0|~8.0", - "mockery/mockery": "~1.0", - "orchestra/testbench": "^3.8", - "friendsofphp/php-cs-fixer": "^2.15", - "spatie/phpunit-snapshot-assertions": "^2.1.0", - "phpstan/phpstan": "^0.9.2" + "phpunit/phpunit": ">=7.0", + "mockery/mockery": ">=1.0", + "orchestra/testbench": ">=3.8", + "friendsofphp/php-cs-fixer": ">=2.15", + "spatie/phpunit-snapshot-assertions": ">=2.1.0", + "phpstan/phpstan": ">=0.9.2" }, "autoload": { "psr-4": {