Skip to content

Commit

Permalink
Add required extensions to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschucki committed Mar 11, 2024
1 parent 6f06cd7 commit fdbde63
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
"socialiteproviders/pr0gramm": "^5.0",
"tightenco/ziggy": "^1.8",
"tschucki/laravel-notification-channel-pr0gramm": "^0.0.1",
"yepsua/filament-rating-field": "^0.3.0"
"yepsua/filament-rating-field": "^0.3.0",
"ext-bcmath": "*",
"ext-pcntl": "*",
"ext-sodium": "*",
"ext-intl": "*",
"ext-zip": "*"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.9",
Expand Down
9 changes: 7 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 fdbde63

Please sign in to comment.