PackageInstaller/composer.json
2024-06-09 12:46:17 +05:45

31 lines
636 B
JSON

{
"name": "bibhuti/installer",
"autoload": {
"psr-4": {
"Bibhuti\\Installer\\": "src/"
},
"files": [
"src/Helpers/Function.php"
]
},
"license": "MIT",
"authors": [
{
"name": "Ranjan",
"email": "ranjan@bibhutisolutions.com"
}
],
"extra": {
"laravel": {
"providers": [
"Bibhuti\\Installer\\Providers\\LaravelInstallerServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable" : true,
"config": {
"sort-packages": true
}
}