PackageInstaller/composer.json

31 lines
636 B
JSON
Raw Permalink 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"
]
},
2024-06-09 07:01:17 +00:00
"license": "MIT",
2024-06-09 06:12:47 +00:00
"authors": [
{
"name": "Ranjan",
"email": "ranjan@bibhutisolutions.com"
}
],
"extra": {
"laravel": {
"providers": [
"Bibhuti\\Installer\\Providers\\LaravelInstallerServiceProvider"
]
}
},
2024-06-09 07:01:17 +00:00
"minimum-stability": "dev",
"prefer-stable" : true,
2024-06-09 06:12:47 +00:00
"config": {
"sort-packages": true
}
}