diff --git a/.gitignore b/.gitignore index 38cbae2..8762117 100755 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ composer.lock docs vendor coverage -.phpunit.cache \ No newline at end of file +.phpunit.cache diff --git a/.phpunit.cache/test-results b/.phpunit.cache/test-results deleted file mode 100644 index b2586b2..0000000 --- a/.phpunit.cache/test-results +++ /dev/null @@ -1 +0,0 @@ -{"version":1,"defects":[],"times":{"SchantlDev\\GitWebhook\\Tests\\WebhookTest::try_with_signature":0.007,"SchantlDev\\GitWebhook\\Tests\\WebhookTest::route_exists":0.038,"SchantlDev\\GitWebhook\\Tests\\WebhookTest::try_with_signature_no_secret_set":0.003,"SchantlDev\\GitWebhook\\Tests\\WebhookTest::deploy_scripts_exists":0.002}} \ No newline at end of file diff --git a/composer.json b/composer.json index 8c2f950..908e30a 100755 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ ], "require": { "php": "^8.2", - "illuminate/support": "^11.0" + "illuminate/support": "^11.0|^12.0" }, "require-dev": { - "orchestra/testbench": "^9.0", + "orchestra/testbench": "^9.0|^10.0", "phpunit/phpunit": "^11.0" }, "autoload": {