Skip to content

Commit 2e7c681

Browse files
committed
feat: Install Laravel Pulse
1 parent 8534193 commit 2e7c681

File tree

2 files changed

+142
-3
lines changed

2 files changed

+142
-3
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"laravel-notification-channels/twitter": "^8.0",
2020
"laravel/framework": "^10.0",
2121
"laravel/horizon": "^5.12",
22+
"laravel/pulse": "^1.0@beta",
2223
"laravel/sanctum": "^3.2",
2324
"laravel/socialite": "^5.6",
2425
"laravel/tinker": "^2.8",
@@ -99,6 +100,6 @@
99100
"php-http/discovery": true
100101
}
101102
},
102-
"minimum-stability": "stable",
103+
"minimum-stability": "beta",
103104
"prefer-stable": true
104105
}

composer.lock

+140-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)