102 lines
2.9 KiB
JSON
102 lines
2.9 KiB
JSON
{
|
|
"name": "monicahq/monica",
|
|
"type": "project",
|
|
"description": "Monica is a personal relationship manager.",
|
|
"keywords": [
|
|
"laravel",
|
|
"crm",
|
|
"prm",
|
|
"social"
|
|
],
|
|
"license": "AGPL-3.0-or-later",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"ext-fileinfo": "*",
|
|
"asbiin/laravel-webauthn": "^4.0",
|
|
"codezero/laravel-localizer": "^2.0",
|
|
"doctrine/dbal": "^3.6",
|
|
"guzzlehttp/guzzle": "^7.4",
|
|
"http-interop/http-factory-guzzle": "^1.2",
|
|
"inertiajs/inertia-laravel": "^0",
|
|
"knuckleswtf/scribe": "^4.2",
|
|
"laravel-notification-channels/telegram": "^4.0",
|
|
"laravel/fortify": "^1.13",
|
|
"laravel/framework": "^10.0",
|
|
"laravel/jetstream": "^4.0",
|
|
"laravel/sanctum": "^3.1",
|
|
"laravel/scout": "^10.2",
|
|
"laravel/socialite": "^5.5",
|
|
"laravel/telescope": "^4.9",
|
|
"laravel/tinker": "^2.7",
|
|
"meilisearch/meilisearch-php": "^1.0",
|
|
"moneyphp/money": "^4.1",
|
|
"monicahq/laravel-sabre": "^1.6",
|
|
"naugrim/laravel-sentry-tunnel": "^1.1",
|
|
"sentry/sentry-laravel": "^3.0",
|
|
"socialiteproviders/facebook": "^4.1",
|
|
"socialiteproviders/github": "^4.1",
|
|
"socialiteproviders/google": "^4.1",
|
|
"socialiteproviders/linkedin": "^4.2",
|
|
"socialiteproviders/microsoft-azure": "^5.1",
|
|
"socialiteproviders/twitter": "^4.1",
|
|
"thecodingmachine/safe": "^2.5",
|
|
"tightenco/ziggy": "1.6.2",
|
|
"uploadcare/uploadcare-php": "^4.1"
|
|
},
|
|
"require-dev": {
|
|
"amirami/localizator": "^0.12.1@alpha",
|
|
"barryvdh/laravel-debugbar": "^3.7",
|
|
"barryvdh/laravel-ide-helper": "^2.12",
|
|
"brianium/paratest": "^7.0",
|
|
"fakerphp/faker": "^1.9",
|
|
"laravel-lang/common": "^4.0",
|
|
"laravel/pint": "^1.1",
|
|
"laravel/sail": "^1.14",
|
|
"mockery/mockery": "^1.4",
|
|
"nunomaduro/collision": "^7.0",
|
|
"nunomaduro/larastan": "^2.0",
|
|
"phpunit/phpunit": "^10.0",
|
|
"psalm/plugin-laravel": "^2.0",
|
|
"roave/security-advisories": "dev-master",
|
|
"spatie/laravel-ignition": "^2.0",
|
|
"stichoza/google-translate-php": "^5.1",
|
|
"thecodingmachine/phpstan-safe-rule": "^1.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/",
|
|
"Database\\Factories\\": "database/factories/",
|
|
"Database\\Seeders\\": "database/seeders/"
|
|
},
|
|
"files": [
|
|
"app/Helpers/helpers.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
"@php artisan package:discover --ansi"
|
|
],
|
|
"post-update-cmd": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
|
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
|
|
]
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"composer/package-versions-deprecated": true,
|
|
"php-http/discovery": true
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|