Skip to content

Commit

Permalink
feat: Install Laravel Pulse
Browse files Browse the repository at this point in the history
  • Loading branch information
digitlimit committed Feb 8, 2024
1 parent 8534193 commit 7b5a632
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"laravel-notification-channels/twitter": "^8.0",
"laravel/framework": "^10.0",
"laravel/horizon": "^5.12",
"laravel/pulse": "^1.0@beta",
"laravel/sanctum": "^3.2",
"laravel/socialite": "^5.6",
"laravel/tinker": "^2.8",
Expand Down Expand Up @@ -99,6 +100,6 @@
"php-http/discovery": true
}
},
"minimum-stability": "stable",
"minimum-stability": "beta",
"prefer-stable": true
}

0 comments on commit 7b5a632

Please sign in to comment.