File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
ui/src/routes/_layout/organizations/$orgId/products/$productId/repositories/$repoId Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ export const advisors = [
3838] as const ;
3939
4040export const packageManagers = [
41+ {
42+ id : 'Bazel' ,
43+ label : 'Bazel (C++, Java, and others)' ,
44+ } ,
4145 {
4246 id : 'Bundler' ,
4347 label : 'Bundler (Ruby)' ,
@@ -46,6 +50,10 @@ export const packageManagers = [
4650 id : 'Cargo' ,
4751 label : 'Cargo (Rust)' ,
4852 } ,
53+ {
54+ id : 'Composer' ,
55+ label : 'Composer (PHP)' ,
56+ } ,
4957 {
5058 id : 'GoMod' ,
5159 label : 'GoMod (Go)' ,
@@ -62,6 +70,10 @@ export const packageManagers = [
6270 id : 'NPM' ,
6371 label : 'NPM (JavaScript / Node.js)' ,
6472 } ,
73+ {
74+ id : 'NuGet' ,
75+ label : 'NuGet (C# and DotNet in general)' ,
76+ } ,
6577 {
6678 id : 'PIP' ,
6779 label : 'PIP (Python)' ,
You can’t perform that action at this time.
0 commit comments