diff --git a/.gitignore b/.gitignore index f4fb65a..7374b8e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /vendor/ .phpunit.result.cache composer.lock -.DS_Store \ No newline at end of file +.DS_Store +.phpunit.cache/test-results diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..5a938ce --- /dev/null +++ b/.prettierrc @@ -0,0 +1,4 @@ +{ + "tabWidth": 4, + "useTabs": false +} diff --git a/composer.json b/composer.json index 2f21ef2..49e1fb7 100644 --- a/composer.json +++ b/composer.json @@ -21,18 +21,18 @@ } }, "require": { - "php": "^8.0", + "php": "^8.0|^8.1|^8.2", "guzzlehttp/guzzle": "^7.3", - "illuminate/support": "^8.0|^9.0", - "illuminate/console": "^8.0|^9.0", - "illuminate/database": "^8.0|^9.0" + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "illuminate/console": "^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "astrotomic/laravel-translatable": "^11.0", - "phpunit/phpunit": "^9.4", + "phpunit/phpunit": "^9.4|^10.0", "mockery/mockery": "^1.4", - "illuminate/testing": "^8.0|^9.0", - "orchestra/testbench": "^6.0|^7.0" + "illuminate/testing": "^8.0|^9.0|^10.0|^11.0", + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0" }, "extra": { "laravel": { diff --git a/phpunit.xml b/phpunit.xml index 35dafd9..12567ed 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,28 +1,28 @@ - - - - - ./src - - - - - - + + + + ./tests - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + ./src + + +