feat: add NetBox plugin store
CI / php-store (push) Waiting to run
CI / python-components (push) Waiting to run

This commit is contained in:
2026-08-24 20:51:25 +02:00
commit f36d6be511
135 changed files with 15160 additions and 0 deletions
+32
View File
@@ -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
}
}