Files
kulakpos_web/vendor/safiull/laravel-installer/composer.json
eko54r b5e3a778ce
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
allow vendord
2026-03-30 14:54:57 +07:00

37 lines
853 B
JSON

{
"name": "safiull/laravel-installer",
"description": "It's a simple laravel project installer with envato product validation ",
"type": "library",
"license": "MIT",
"version": "3.5.2",
"authors": [
{
"name": "Safiull Alam",
"email": "safiullalam9931@gmail.com"
}
],
"autoload": {
"psr-4": {
"Laravel\\LaravelInstaller\\": "src/"
},
"files": [
"src/Helpers/functions.php"
]
},
"minimum-stability": "dev",
"require": {
"php": ">=7.0.0"
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Laravel\\LaravelInstaller\\Providers\\LaravelInstallerServiceProvider"
]
}
},
"prefer-stable": true
}