| 1234567891011121314151617181920212223242526 |
- {
- "name": "bagisto/laravel-customer",
- "description": "Customers Package for themeing and various features for customers",
- "license": "MIT",
- "authors": [
- {
- "name": "Bagisto",
- "email": "support@bagisto.com"
- }
- ],
- "require": {},
- "autoload": {
- "psr-4": {
- "Webkul\\Customer\\": "src/"
- }
- },
- "extra": {
- "laravel": {
- "providers": [
- "Webkul\\Customer\\Providers\\CustomerServiceProvider"
- ],
- "aliases": {}
- }
- },
- "minimum-stability": "dev"
- }
|