sonarrradarrplexorganizrnginxdashboardhtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelanding
		
		
		
		
			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.
		
		
		
		
		
			
		
			
				
					
					
						
							42 lines
						
					
					
						
							1.1 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							42 lines
						
					
					
						
							1.1 KiB
						
					
					
				
								{
							 | 
						|
								    "name": "filp/whoops",
							 | 
						|
								    "license": "MIT",
							 | 
						|
								    "description": "php error handling for cool kids",
							 | 
						|
								    "keywords": ["library", "error", "handling", "exception", "whoops", "throwable"],
							 | 
						|
								    "homepage": "https://filp.github.io/whoops/",
							 | 
						|
								    "authors": [
							 | 
						|
								        {
							 | 
						|
								            "name": "Filipe Dobreira",
							 | 
						|
								            "homepage": "https://github.com/filp",
							 | 
						|
								            "role": "Developer"
							 | 
						|
								        }
							 | 
						|
								    ],
							 | 
						|
								    "require": {
							 | 
						|
								        "php": "^5.5.9 || ^7.0",
							 | 
						|
								        "psr/log": "^1.0.1"        
							 | 
						|
								    },
							 | 
						|
								    "require-dev": {
							 | 
						|
								        "phpunit/phpunit": "^4.8.35 || ^5.7",
							 | 
						|
								        "mockery/mockery": "^0.9 || ^1.0",
							 | 
						|
								        "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
							 | 
						|
								    },
							 | 
						|
								    "suggest": {
							 | 
						|
								        "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
							 | 
						|
								        "whoops/soap": "Formats errors as SOAP responses"
							 | 
						|
								    },
							 | 
						|
								    "autoload": {
							 | 
						|
								        "psr-4": {
							 | 
						|
								            "Whoops\\": "src/Whoops/"
							 | 
						|
								        }
							 | 
						|
								    },
							 | 
						|
								    "autoload-dev": {
							 | 
						|
								        "psr-4": {
							 | 
						|
								            "Whoops\\": "tests/Whoops/"
							 | 
						|
								        }
							 | 
						|
								    },
							 | 
						|
								    "extra": {
							 | 
						|
								        "branch-alias": {
							 | 
						|
								            "dev-master": "2.1-dev"
							 | 
						|
								        }
							 | 
						|
								    }
							 | 
						|
								}
							 | 
						|
								
							 |