diff --git a/composer.json b/composer.json index 269563f..b8d7a85 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "captcha", "laravel" ], - "homepage": "https://github.com/:vendor/:package_name", + "homepage": "https://github.com/ossycodes/friendlycaptcha", "license": "MIT", "type": "library", "authors": [ @@ -17,13 +17,13 @@ } ], "require": { - "php": "^7.4|^8.0", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "php": "^7.4|^8.0|^8.1|^8.2|^8.3", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0", "guzzlehttp/guzzle": "^7.0" }, "require-dev": { - "orchestra/testbench": "^6.0|^7.0|^8.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0", + "phpunit/phpunit": "^8.0 || ^9.5 || ^10.5 || ^11.0 || ^12.0" }, "autoload": { "psr-4": { @@ -40,7 +40,11 @@ "test-coverage": "vendor/bin/phpunit --coverage-html coverage" }, "config": { - "sort-packages": true + "sort-packages": true, + "platform-check": false, + "allow-plugins": { + "php-http/discovery": true + } }, "extra": { "laravel": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 815fc3b..b2d890b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,12 +1,9 @@ - @@ -14,19 +11,7 @@ tests - - - src/ - - - - - - - - - - + - + \ No newline at end of file