Skip to content

Commit

Permalink
chore: update php dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
alkrauss48 committed Aug 22, 2024
1 parent b73df9a commit fe7ed82
Show file tree
Hide file tree
Showing 9 changed files with 457 additions and 640 deletions.
1 change: 1 addition & 0 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class User extends Authenticatable implements FilamentUser, VerifyEmailContract

/** @use HasFactory<UserFactory> */
use HasFactory;

use MustVerifyEmail;
use Notifiable;
use SoftDeletes;
Expand Down
1,014 changes: 415 additions & 599 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/filament/filament/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/filament/forms/components/date-time-picker.js

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions public/js/filament/forms/components/file-upload.js

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions public/js/filament/forms/components/rich-editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/filament/forms/components/textarea.js

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

2 changes: 1 addition & 1 deletion public/js/filament/tables/components/table.js

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

Large diffs are not rendered by default.

0 comments on commit fe7ed82

Please sign in to comment.