27 lines
640 B
JSON
27 lines
640 B
JSON
{
|
|
"name": "inventory/asset-management",
|
|
"description": "Professional Asset Management System",
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"dompdf/dompdf": "^2.0",
|
|
"picqer/php-barcode-generator": "^2.2",
|
|
"phpoffice/phpspreadsheet": "^1.29",
|
|
"vlucas/phpdotenv": "^5.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/"
|
|
},
|
|
"files": [
|
|
"app/Helpers/functions.php"
|
|
]
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true
|
|
}
|