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.
		
		
		
		
		
			
		
			
				
					
					
						
							36 lines
						
					
					
						
							1019 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							36 lines
						
					
					
						
							1019 B
						
					
					
				
								{
							 | 
						|
								    "name": "doctrine/lexer",
							 | 
						|
								    "type": "library",
							 | 
						|
								    "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
							 | 
						|
								    "keywords": [
							 | 
						|
								        "php",
							 | 
						|
								        "parser",
							 | 
						|
								        "lexer",
							 | 
						|
								        "annotations",
							 | 
						|
								        "docblock"
							 | 
						|
								    ],
							 | 
						|
								    "homepage": "https://www.doctrine-project.org/projects/lexer.html",
							 | 
						|
								    "license": "MIT",
							 | 
						|
								    "authors": [
							 | 
						|
								        {"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"},
							 | 
						|
								        {"name": "Roman Borschel", "email": "roman@code-factory.org"},
							 | 
						|
								        {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"}
							 | 
						|
								    ],
							 | 
						|
								    "require": {
							 | 
						|
								        "php": ">=5.3.2"
							 | 
						|
								    },
							 | 
						|
								    "require-dev": {
							 | 
						|
								        "phpunit/phpunit": "^4.5"
							 | 
						|
								    },
							 | 
						|
								    "autoload": {
							 | 
						|
								        "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" }
							 | 
						|
								    },
							 | 
						|
								    "autoload-dev": {
							 | 
						|
								        "psr-4": { "Doctrine\\Tests\\": "tests/Doctrine" }
							 | 
						|
								    },
							 | 
						|
								    "extra": {
							 | 
						|
								        "branch-alias": {
							 | 
						|
								            "dev-master": "1.0.x-dev"
							 | 
						|
								        }
							 | 
						|
								    }
							 | 
						|
								}
							 | 
						|
								
							 |