PackageInstaller/composer.json

28 lines
555 B
JSON
Raw Normal View History

2024-06-09 06:12:47 +00:00
{
"name": "bibhuti/installer",
"autoload": {
"psr-4": {
"Bibhuti\\Installer\\": "src/"
},
"files": [
"src/Helpers/Function.php"
]
},
"authors": [
{
"name": "Ranjan",
"email": "ranjan@bibhutisolutions.com"
}
],
"extra": {
"laravel": {
"providers": [
"Bibhuti\\Installer\\Providers\\LaravelInstallerServiceProvider"
]
}
},
"config": {
"sort-packages": true
}
}