diff --git a/composer.json b/composer.json index 9db8fd9..26ebf82 100644 --- a/composer.json +++ b/composer.json @@ -9,11 +9,11 @@ } ], "require": { - "laravel/framework": "^6.0" + "php": "^7.2" }, "require-dev": { - "laravel/laravel": "^6.0", - "phpunit/phpunit": "^7.5" + "phpunit/phpunit": "^8.3", + "orchestra/testbench": "^4.0" }, "autoload": { "psr-4": { @@ -25,4 +25,4 @@ "geekcom\\ValidatorDocs\\Tests\\": "tests" } } -} \ No newline at end of file +} diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 0000000..7fddbbd --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,6 @@ + + + ./ + ./vendor/* + + \ No newline at end of file diff --git a/tests/ValidatorTestCase.php b/tests/ValidatorTestCase.php index ab85dc7..2eb5c31 100644 --- a/tests/ValidatorTestCase.php +++ b/tests/ValidatorTestCase.php @@ -1,8 +1,12 @@