27 lines
		
	
	
		
			615 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			615 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "noccylabs/gd-label-bundle",
 | 
						|
    "description": "Bundle to integrate noccylabs/gd-label with symfony 3",
 | 
						|
    "type": "bundle",
 | 
						|
    "license": "MIT",
 | 
						|
    "authors": [
 | 
						|
        {
 | 
						|
            "name": "Christopher Vagnetoft",
 | 
						|
            "email": "cvagnetoft@gmail.com"
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "require": {
 | 
						|
        "noccylabs/gd-label": "~0.1.0"
 | 
						|
    },
 | 
						|
    "repositories": [
 | 
						|
        {
 | 
						|
            "type": "composer",
 | 
						|
            "url": "https://packages.noccylabs.info/composer/"
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "autoload": {
 | 
						|
        "psr-4": {
 | 
						|
            "NoccyLabs\\Bundle\\GdLabelBundle\\": "src/"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |