Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
Signed-off-by: pacoorozco <[email protected]>
  • Loading branch information
pacoorozco committed Dec 13, 2023
1 parent 0638905 commit e051ffe
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@
"require-dev": {
"barryvdh/laravel-debugbar": "^3.9.2",
"brianium/paratest": "^7.3.1",
"larastan/larastan": "^2.7.0",
"laravel/breeze": "^1.26.3",
"laravel/pint": "^1.13.7",
"laravel/sail": "^1.26.3",
"mockery/mockery": "^1.6.7",
"larastan/larastan": "^2.7.0",
"nunomaduro/collision": "^6.0",
"phpunit/phpunit": "^10.4.0",
"spatie/laravel-ignition": "^2.3.1"
},
Expand Down
163 changes: 161 additions & 2 deletions composer.lock

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

0 comments on commit e051ffe

Please sign in to comment.