ikinci temizlik tamamlandı

This commit is contained in:
Ümit Tunç
2026-04-28 21:15:09 +03:00
parent f80443aec0
commit 37e7296527
8313 changed files with 2400677 additions and 0 deletions
+95
View File
@@ -0,0 +1,95 @@
{
"name": "truncgil/citrus-cms",
"type": "project",
"description": "Citrus CMS - Trunçgil Teknoloji tarafından geliştirilen yönetim paneli uygulaması.",
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"require": {
"php": "^8.1",
"alexusmai/laravel-file-manager": "~3.1.0",
"artesaos/seotools": "^1.0",
"barryvdh/laravel-dompdf": "^2.0",
"barryvdh/laravel-elfinder": "^0.5.0",
"doctrine/dbal": "^3.6",
"endroid/qr-code": "^6.0",
"google/apiclient": "^2.0",
"guzzlehttp/guzzle": "^7.2",
"intervention/image": "^2.7",
"intervention/imagecache": "^2.6",
"laravel/framework": "^10.0",
"laravel/helpers": "^1.6",
"laravel/sanctum": "^3.2",
"laravel/telescope": "^4.14",
"laravel/tinker": "^2.8",
"laravel/ui": "^4.2",
"maatwebsite/excel": "^3.1",
"mpdf/mpdf": "^8.2",
"phpoffice/phpspreadsheet": "^1.28",
"phpoffice/phpword": "^1.2",
"truncgil/laravel-blade-cache": "^1.7"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"knuckleswtf/scribe": "^5.6",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.0",
"spatie/laravel-ignition": "^2.0"
},
"autoload": {
"files": [
"app/helpers.php"
],
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
]
},
"extra": {
"laravel": {
"dont-discover": []
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"platform-check": false,
"audit": {
"ignore": [
"alexusmai/laravel-file-manager"
]
},
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}