{ "name": "willaengine/laravel", "type": "project", "description": "The WillaEngine Applications.", "keywords": [ "framework", "laravel", "WillaEngine" ], "license": "MIT", "require": { "php": "^7.4", "coraxster/flysystem-aws-s3-v3-minio": "^1.0", "fideloper/proxy": "^4.0", "io-developer/php-whois": "^4.0", "kalnoy/nestedset": "^6.0", "laravel/framework": "^8.0", "laravel/passport": "^10", "laravel/tinker": "^2.0", "maatwebsite/excel": "^3.1", "owen-it/laravel-auditing": "^13.5", "sentry/sentry-laravel": "^2.3", "silber/bouncer": "v1.0.0-rc.10", "spatie/laravel-medialibrary": "^8.0.0", "wm/admin": "dev-master", "wm/app-management": "dev-master", "wm/blog": "dev-master", "wm/common": "dev-master", "wm/contact-us": "dev-master", "wm/core": "dev-master", "wm/crm": "dev-master", "wm/finance": "dev-master", "wm/lms": "dev-master", "wm/notification": "dev-master", "wm/portfolio": "dev-master", "wm/product": "dev-master", "wm/roll-call": "dev-master", "wm/service": "dev-master", "wm/service-store": "dev-master", "wm/store": "dev-master", "wm/web-builder": "dev-master", "zircote/swagger-php": "^3.0" }, "provide": { "ext-imagick": "*" }, "require-dev": { "facade/ignition": "^2.3.6", "fzaninotto/faker": "^1.4", "mockery/mockery": "^1.0", "nunomaduro/collision": "^5.0", "phpunit/phpunit": "^9.0" }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true, "allow-plugins": { "php-http/discovery": true } }, "extra": { "laravel": { "dont-discover": [] } }, "autoload": { "psr-4": { "App\\": "app/", "Modules\\": "Modules/" }, "classmap": [ "database/seeds", "database/factories" ] }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "minimum-stability": "dev", "prefer-stable": true, "scripts": { "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi", "@php artisan morphmap:cache" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" ] }, "repositories": [ { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/crm.git" }, { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/common.git" }, { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/core.git" }, { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/blog.git" }, { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/portfolio.git" }, { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/product.git" }, { c "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/service.git" }, { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/store.git" }, { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/notification.git" }, { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/roll-call.git" }, { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/app-management.git" }, { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/web-builder.git" }, { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/finance.git" }, { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/service-store.git" }, { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/admin.git" }, { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/lms.git" }, { "type": "vcs", "url": "git@git.willaspace.com:WillaEngine-Project/contact-us.git" } ] }