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