diff --git a/.gitignore b/.gitignore index 0a625cd..6cf2dcd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vendor/ +/composer.lock .composer diff --git a/composer.json b/composer.json index 32eced8..b26e268 100644 --- a/composer.json +++ b/composer.json @@ -23,14 +23,14 @@ "email": "steven_bauman@outlook.com" } ], - "required": { + "require": { "fakerphp/faker": "^1.0", - "illuminate/collections": "^9.0|^10.0|^11.0|^12.0" + "illuminate/collections": "^9.0|^10.0|^11.0|^12.0|^13.0" }, "require-dev": { "laravel/pint": "^1.0", "pestphp/pest": "^1.0|^2.0|^3.0", - "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0" + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0|^11.0" }, "config": { "allow-plugins": { diff --git a/tests/Pest.php b/tests/Pest.php index 9d14b41..1c53db8 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -1,5 +1,7 @@ in(__DIR__); +uses(TestCase::class)->in(__DIR__);