diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2a2fa79..48bc3f9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,6 +16,7 @@ jobs: - 8.2 - 8.3 - 8.4 + - 8.5 experimental: - false diff --git a/composer.json b/composer.json index 9d5c9d6..bf95c84 100644 --- a/composer.json +++ b/composer.json @@ -24,13 +24,13 @@ }, "require": { "php": "^8.1", - "illuminate/support": "^10.34|^11.0|^12.0" + "illuminate/support": "^10.34|^11.0|^12.0|^13.0" }, "require-dev": { "laravel/nova": "^5.2", "laravel/nova-devtool": "^1.6", "laravel/pint": "^1.20", - "orchestra/pest-plugin-testbench": "^2.0|^3.0", + "orchestra/pest-plugin-testbench": "^2.0|^3.0|^4.0", "phpstan/phpstan": "^2.1" }, "conflict": { @@ -40,10 +40,13 @@ { "type": "composer", "url": "https://nova.laravel.com" } ], "config": { - "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true - } + }, + "audit": { + "block-insecure": false + }, + "sort-packages": true }, "extra": { "branch-alias": {