39 lines
		
	
	
		
			962 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			962 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "name": "symfony/var-dumper",
 | |
|     "type": "library",
 | |
|     "description": "Symfony mechanism for exploring and dumping PHP variables",
 | |
|     "keywords": ["dump", "debug"],
 | |
|     "homepage": "https://symfony.com",
 | |
|     "license": "MIT",
 | |
|     "authors": [
 | |
|         {
 | |
|             "name": "Nicolas Grekas",
 | |
|             "email": "p@tchwork.com"
 | |
|         },
 | |
|         {
 | |
|             "name": "Symfony Community",
 | |
|             "homepage": "https://symfony.com/contributors"
 | |
|         }
 | |
|     ],
 | |
|     "require": {
 | |
|         "php": ">=5.3.3"
 | |
|     },
 | |
|     "require-dev": {
 | |
|         "symfony/phpunit-bridge": "~2.7"
 | |
|     },
 | |
|     "suggest": {
 | |
|         "ext-symfony_debug": ""
 | |
|     },
 | |
|     "autoload": {
 | |
|         "files": [ "Resources/functions/dump.php" ],
 | |
|         "psr-0": { "Symfony\\Component\\VarDumper\\": "" }
 | |
|     },
 | |
|     "target-dir": "Symfony/Component/VarDumper",
 | |
|     "minimum-stability": "dev",
 | |
|     "extra": {
 | |
|         "branch-alias": {
 | |
|             "dev-master": "2.6-dev"
 | |
|         }
 | |
|     }
 | |
| }
 | 
