File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed
Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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+ }
You can’t perform that action at this time.
0 commit comments