Skip to content

Commit 0551028

Browse files
committed
Install packages
1 parent 5ee869b commit 0551028

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

composer.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"require": {
1919
"php": "^8.2",
2020
"spatie/laravel-package-tools": "^1.16",
21-
"illuminate/contracts": "^10.0||^11.0"
21+
"illuminate/contracts": "^10.0||^11.0",
22+
"vormkracht10/filament-fields": "dev-main",
23+
"vormkracht10/backstage": "dev-main",
24+
"vormkracht10/filament-media-picker": "dev-main"
2225
},
2326
"require-dev": {
2427
"laravel/pint": "^1.14",
@@ -80,5 +83,19 @@
8083
}
8184
},
8285
"minimum-stability": "dev",
83-
"prefer-stable": true
84-
}
86+
"prefer-stable": true,
87+
"repositories": {
88+
"vormkracht10/filament-fields": {
89+
"type": "git",
90+
"url": "https://github.com/vormkracht10/filament-fields.git"
91+
},
92+
"vormkracht10/backstage": {
93+
"type": "git",
94+
"url": "https://github.com/vormkracht10/backstage.git"
95+
},
96+
"vormkracht10/filament-media-picker": {
97+
"type": "git",
98+
"url": "https://github.com/vormkracht10/filament-media-picker.git"
99+
}
100+
}
101+
}

0 commit comments

Comments
 (0)