diff options
author | Sam Light <samlight1994@gmail.com> | 2025-04-25 23:07:51 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-04-25 23:07:51 +0100 |
commit | b05d570d320a31bb96b1c1f48302c301d716f89f (patch) | |
tree | 3c087dd83460b8120b606b6a8cc5a30457186ede /composer.json | |
parent | adb3a9a759ffdddb90ee2c204bc4aaf7cd32a433 (diff) |
Installed larastan
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 19e772d..5866786 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,8 @@ } }, "require-dev": { - "orchestra/pest-plugin-testbench": "^3.1" + "orchestra/pest-plugin-testbench": "^3.1", + "larastan/larastan": "^3.4" }, "autoload-dev": { "psr-4": { |