sonarrradarrplexorganizrnginxdashboardmuximuxlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboard
		
		
		
		
			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.
		
		
		
		
		
			
		
			
				
					
					
						
							30 lines
						
					
					
						
							621 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							30 lines
						
					
					
						
							621 B
						
					
					
				
								{
							 | 
						|
								    "name": "nikic/php-parser",
							 | 
						|
								    "description": "A PHP parser written in PHP",
							 | 
						|
								    "keywords": ["php", "parser"],
							 | 
						|
								    "type": "library",
							 | 
						|
								    "license": "BSD-3-Clause",
							 | 
						|
								    "authors": [
							 | 
						|
								        {
							 | 
						|
								            "name": "Nikita Popov"
							 | 
						|
								        }
							 | 
						|
								    ],
							 | 
						|
								    "require": {
							 | 
						|
								        "php": ">=7.0",
							 | 
						|
								        "ext-tokenizer": "*"
							 | 
						|
								    },
							 | 
						|
								    "require-dev": {
							 | 
						|
								        "phpunit/phpunit": "^6.5 || ^7.0"
							 | 
						|
								    },
							 | 
						|
								    "autoload": {
							 | 
						|
								        "psr-4": {
							 | 
						|
								            "PhpParser\\": "lib/PhpParser"
							 | 
						|
								        }
							 | 
						|
								    },
							 | 
						|
								    "bin": ["bin/php-parse"],
							 | 
						|
								    "extra": {
							 | 
						|
								        "branch-alias": {
							 | 
						|
								            "dev-master": "4.0-dev"
							 | 
						|
								        }
							 | 
						|
								    }
							 | 
						|
								}
							 | 
						|
								
							 |