BinStack/composer.json

19 lines
425 B
JSON
Raw Permalink Normal View History

{
"name": "netsyms/binstack",
"description": "Inventory management app.",
"type": "project",
"require": {
2020-05-11 17:22:57 -06:00
"catfan/medoo": "^1.7",
2020-05-24 10:02:48 -06:00
"guzzlehttp/guzzle": "^6.5",
2017-12-26 16:54:20 -07:00
"league/csv": "^9.0",
"lapinator/ods-php-generator": "^0.0.3"
},
2017-12-16 13:45:40 -07:00
"license": "MPL-2.0",
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
}
]
}