Initial commit
This commit is contained in:
26
composer.json
Normal file
26
composer.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"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": "@dev"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://packages.noccylabs.info/composer/"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"NoccyLabs\\GdLabelBundle\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user