salt-hub/composer.json

24 lines
540 B
JSON
Raw Normal View History

2023-04-08 16:44:28 -04:00
{
"name": "metaunix/salt-hub",
"description": "Website to share and browse SaltStack formulas",
"type": "project",
"license": "BSD-2-Clause",
"autoload": {
"psr-4": {
"Metaunix\\SaltHub\\": "src/"
}
},
"authors": [
{
"name": "Gregory Ballantine",
"email": "gballantine@metaunix.net"
}
],
"minimum-stability": "stable",
"require": {
"slim/slim": "^4.11",
"slim/psr7": "^1.6",
"slim/twig-view": "^3.3"
}
}