feat: add NetBox plugin store
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "mrblake/netbox-plugin-store",
|
||||
"description": "Curated, approval-gated NetBox plugin catalogue",
|
||||
"type": "project",
|
||||
"license": "proprietary",
|
||||
"require": {
|
||||
"php": ">=8.3 <9.0",
|
||||
"ext-curl": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-iconv": "*",
|
||||
"ext-intl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-pdo": "*",
|
||||
"devium/toml": "^1.1",
|
||||
"league/commonmark": "^2.7",
|
||||
"symfony/yaml": "^7.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"NetBoxStore\\": "src/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "php tests/run.php"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {},
|
||||
"optimize-autoloader": true,
|
||||
"sort-packages": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user