71 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			71 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|     "name": "laravel/laravel",
 | |
|     "type": "project",
 | |
|     "description": "The Laravel Framework.",
 | |
|     "keywords": ["framework", "laravel"],
 | |
|     "license": "MIT",
 | |
|     "require": {
 | |
|         "php": "^8.0.2",
 | |
|         "elephantio/elephant.io": "^4.7",
 | |
|         "guzzlehttp/guzzle": "^7.2",
 | |
|         "laravel/framework": "^9.19",
 | |
|         "laravel/sanctum": "^3.0",
 | |
|         "laravel/tinker": "^2.7",
 | |
|         "predis/predis": "^2.2",
 | |
|         "textalk/websocket": "^1.5",
 | |
|         "vladimir-yuldashev/laravel-queue-rabbitmq": "^13.3"
 | |
|     },
 | |
|     "require-dev": {
 | |
|         "fakerphp/faker": "^1.9.1",
 | |
|         "laravel/pint": "^1.0",
 | |
|         "laravel/sail": "^1.0.1",
 | |
|         "mockery/mockery": "^1.4.4",
 | |
|         "nunomaduro/collision": "^6.1",
 | |
|         "phpunit/phpunit": "^9.5.10",
 | |
|         "recca0120/terminal": "^1.11",
 | |
|         "spatie/laravel-ignition": "^1.0"
 | |
|     },
 | |
|     "autoload": {
 | |
|         "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,
 | |
|         "allow-plugins": {
 | |
|             "pestphp/pest-plugin": true
 | |
|         }
 | |
|     },
 | |
|     "minimum-stability": "stable",
 | |
|     "prefer-stable": true
 | |
| }
 |