Skip to content

Commit c9f14be

Browse files
committed
chore: install laravel/roster from packagist
1 parent 83087c2 commit c9f14be

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

composer.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,10 @@
1212
"issues": "https://github.com/laravel/boost/issues",
1313
"source": "https://github.com/laravel/boost"
1414
},
15-
"authors": [
16-
{
17-
"name": "Taylor Otwell",
18-
"email": "[email protected]"
19-
}
20-
],
2115
"repositories": [
2216
{
2317
"type": "git",
2418
"url": "[email protected]:laravel/mcp.git"
25-
},
26-
{
27-
"type": "git",
28-
"url": "[email protected]:laravel/roster.git"
2919
}
3020
],
3121
"require": {
@@ -36,7 +26,7 @@
3626
"illuminate/support": "^11.0|^12.0",
3727
"laravel/mcp": "dev-main",
3828
"laravel/prompts": "^0.3",
39-
"laravel/roster": "dev-main"
29+
"laravel/roster": "^0.1.0"
4030
},
4131
"require-dev": {
4232
"laravel/pint": "^1.23",

0 commit comments

Comments
 (0)