radarrplexorganizrnginxsonarrdashboardhtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-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.
		
		
		
		
		
			
		
			
				
					
					
						
							30 lines
						
					
					
						
							618 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							30 lines
						
					
					
						
							618 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": ">=5.5", | |
|         "ext-tokenizer": "*" | |
|     }, | |
|     "require-dev": { | |
|         "phpunit/phpunit": "~4.0|~5.0" | |
|     }, | |
|     "autoload": { | |
|         "psr-4": { | |
|             "PhpParser\\": "lib/PhpParser" | |
|         } | |
|     }, | |
|     "bin": ["bin/php-parse"], | |
|     "extra": { | |
|         "branch-alias": { | |
|             "dev-master": "3.0-dev" | |
|         } | |
|     } | |
| }
 | |
| 
 |