Skip to content

Commit

Permalink
build(deps-dev): add bladestan
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroverts committed Jun 6, 2024
1 parent 663f2c2 commit fa0703c
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 3 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"pestphp/pest-plugin-livewire": "^2.0",
"phpunit/phpunit": "^10.0"
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan-beberlei-assert": "^1.1",
"phpunit/phpunit": "^10.0",
"tomasvotruba/bladestan": "^0.5.0"
},
"autoload": {
"psr-4": {
Expand Down
165 changes: 164 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
includes:
- vendor/larastan/larastan/extension.neon
- phpstan-baseline.neon

parameters:
Expand Down

0 comments on commit fa0703c

Please sign in to comment.