From 1c4a8c2e27b269453eb33e20112990b8503e5058 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin <5278175+alies-dev@users.noreply.github.com> Date: Sat, 11 Jul 2026 17:27:55 +0200 Subject: [PATCH] chore: bump interaction-design-foundation/coding-standard to ^1.0-RC1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 18f8822..82c9093 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "laravel/nova": "^4.25 || ^5.0" }, "require-dev": { - "interaction-design-foundation/coding-standard": "^0.7", + "interaction-design-foundation/coding-standard": "^1.0-RC1", "orchestra/testbench-core": "^8.0 || ^9.0 || ^10.0 || ^11.0", "phpunit/phpunit": "^10.5 || ^11.0" },