From 8c25005933740c0175b6386b297911648f7363de Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Tue, 24 Nov 2020 19:51:47 +0000 Subject: [PATCH] Add .shift to open Pull Request --- .shift | 4 ++++ composer.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .shift diff --git a/.shift b/.shift new file mode 100644 index 00000000..c39c40d9 --- /dev/null +++ b/.shift @@ -0,0 +1,4 @@ +This file was added by Shift #36868 in order to open a +Pull Request since no other commits were made. + +You should remove this file. \ No newline at end of file diff --git a/composer.json b/composer.json index 51d1b16c..0fd01954 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,8 @@ "fakerphp/faker": "^1.9.1", "mockery/mockery": "^1.4.2", "nunomaduro/collision": "^5.0", - "phpunit/phpunit": "^9.3.3" + "phpunit/phpunit": "^9.3.3", + "wnx/laravel-stats": "^2.5" }, "config": { "optimize-autoloader": true,