mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-08-04 00:16:08 -04:00
25 lines
456 B
JSON
25 lines
456 B
JSON
{
|
|
"name": "nwidart/staffpayroll",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Widart",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [],
|
|
"aliases": {}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\StaffPayroll\\": ""
|
|
}
|
|
},
|
|
"require": {
|
|
"barryvdh/laravel-dompdf": "^2.0"
|
|
}
|
|
}
|