You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							80 lines
						
					
					
						
							2.1 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							80 lines
						
					
					
						
							2.1 KiB
						
					
					
				
								{
							 | 
						|
								    "name": "laravel/laravel",
							 | 
						|
								    "type": "project",
							 | 
						|
								    "description": "The Laravel Framework.",
							 | 
						|
								    "keywords": [
							 | 
						|
								        "framework",
							 | 
						|
								        "laravel"
							 | 
						|
								    ],
							 | 
						|
								    "license": "MIT",
							 | 
						|
								    "require": {
							 | 
						|
								        "php": "^7.2.5",
							 | 
						|
								        "alibabacloud/client": "^1.5",
							 | 
						|
								        "dcat/easy-excel": "^1.0",
							 | 
						|
								        "dcat/laravel-admin": "^1.6",
							 | 
						|
								        "fideloper/proxy": "^4.2",
							 | 
						|
								        "fruitcake/laravel-cors": "^1.0",
							 | 
						|
								        "graze/guzzle-jsonrpc": "^3.2",
							 | 
						|
								        "guzzlehttp/guzzle": "^6.3",
							 | 
						|
								        "iidestiny/laravel-filesystem-oss": "^2.0",
							 | 
						|
								        "intervention/image": "^2.5",
							 | 
						|
								        "laravel/framework": "^7.0",
							 | 
						|
								        "laravel/scout": "^8.3",
							 | 
						|
								        "laravel/tinker": "^2.0",
							 | 
						|
								        "maatwebsite/excel": "~3.1",
							 | 
						|
								        "matchish/laravel-scout-elasticsearch": "^4.0",
							 | 
						|
								        "overtrue/laravel-wechat": "~5.0"
							 | 
						|
								    },
							 | 
						|
								    "require-dev": {
							 | 
						|
								        "facade/ignition": "^2.0",
							 | 
						|
								        "fzaninotto/faker": "^1.9.1",
							 | 
						|
								        "mockery/mockery": "^1.3.1",
							 | 
						|
								        "nunomaduro/collision": "^4.1",
							 | 
						|
								        "phpunit/phpunit": "^8.5"
							 | 
						|
								    },
							 | 
						|
								    "config": {
							 | 
						|
								        "optimize-autoloader": true,
							 | 
						|
								        "preferred-install": "dist",
							 | 
						|
								        "sort-packages": true
							 | 
						|
								    },
							 | 
						|
								    "extra": {
							 | 
						|
								        "laravel": {
							 | 
						|
								            "dont-discover": []
							 | 
						|
								        }
							 | 
						|
								    },
							 | 
						|
								    "autoload": {
							 | 
						|
								        "psr-4": {
							 | 
						|
								            "App\\": "app/"
							 | 
						|
								        },
							 | 
						|
								        "classmap": [
							 | 
						|
								            "database/seeds",
							 | 
						|
								            "database/factories",
							 | 
						|
								            "app/Libs"
							 | 
						|
								        ]
							 | 
						|
								    },
							 | 
						|
								    "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"
							 | 
						|
								        ],
							 | 
						|
								        "post-root-package-install": [
							 | 
						|
								            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
							 | 
						|
								        ],
							 | 
						|
								        "post-create-project-cmd": [
							 | 
						|
								            "@php artisan key:generate --ansi"
							 | 
						|
								        ]
							 | 
						|
								    },
							 | 
						|
								    "repositories": {
							 | 
						|
								        "packagist": {
							 | 
						|
								            "type": "composer",
							 | 
						|
								            "url": "https://mirrors.aliyun.com/composer/"
							 | 
						|
								        }
							 | 
						|
								    }
							 | 
						|
								}
							 |