radarrplexorganizrnginxsonarrdashboardsabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpcserverhomepage
		
		
		
		
			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.
		
		
		
		
		
			
		
			
				
					
					
						
							56 lines
						
					
					
						
							1.7 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							56 lines
						
					
					
						
							1.7 KiB
						
					
					
				
								{
							 | 
						|
								    "name": "graham-campbell/github",
							 | 
						|
								    "description": "GitHub Is A GitHub Bridge For Laravel 5",
							 | 
						|
								    "keywords": ["laravel", "framework", "github", "php-github-api", "PHP GitHub API", "github bridge", "bridge", "GitHub", "Laravel GitHub", "Laravel-GitHub", "Graham Campbell", "GrahamCampbell"],
							 | 
						|
								    "license": "MIT",
							 | 
						|
								    "authors": [
							 | 
						|
								        {
							 | 
						|
								            "name": "Graham Campbell",
							 | 
						|
								            "email": "graham@alt-three.com"
							 | 
						|
								        }
							 | 
						|
								    ],
							 | 
						|
								    "require": {
							 | 
						|
								        "php": "^7.1.3",
							 | 
						|
								        "illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*",
							 | 
						|
								        "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
							 | 
						|
								        "graham-campbell/cache-plugin": "^1.0",
							 | 
						|
								        "graham-campbell/manager": "^4.2",
							 | 
						|
								        "knplabs/github-api": "2.11.*"
							 | 
						|
								    },
							 | 
						|
								    "require-dev": {
							 | 
						|
								        "graham-campbell/analyzer": "^2.1",
							 | 
						|
								        "graham-campbell/testbench": "^5.2",
							 | 
						|
								        "madewithlove/illuminate-psr-cache-bridge": "^1.0",
							 | 
						|
								        "mockery/mockery": "^1.0",
							 | 
						|
								        "phpunit/phpunit": "^6.5|^7.0|^8.0",
							 | 
						|
								        "php-http/guzzle6-adapter": "^1.0"
							 | 
						|
								    },
							 | 
						|
								    "suggest": {
							 | 
						|
								        "madewithlove/illuminate-psr-cache-bridge": "Allows caching GitHub HTTP requests"
							 | 
						|
								    },
							 | 
						|
								    "autoload": {
							 | 
						|
								        "psr-4": {
							 | 
						|
								            "GrahamCampbell\\GitHub\\": "src/"
							 | 
						|
								        }
							 | 
						|
								    },
							 | 
						|
								    "autoload-dev": {
							 | 
						|
								        "psr-4": {
							 | 
						|
								            "GrahamCampbell\\Tests\\GitHub\\": "tests/"
							 | 
						|
								        }
							 | 
						|
								    },
							 | 
						|
								    "config": {
							 | 
						|
								        "preferred-install": "dist"
							 | 
						|
								    },
							 | 
						|
								    "extra": {
							 | 
						|
								        "branch-alias": {
							 | 
						|
								            "dev-master": "7.7-dev"
							 | 
						|
								        },
							 | 
						|
								        "laravel": {
							 | 
						|
								            "providers": [
							 | 
						|
								                "GrahamCampbell\\GitHub\\GitHubServiceProvider"
							 | 
						|
								            ]
							 | 
						|
								        }
							 | 
						|
								    },
							 | 
						|
								    "minimum-stability": "dev",
							 | 
						|
								    "prefer-stable": true
							 | 
						|
								}
							 | 
						|
								
							 |