Initial commit

This commit is contained in:
2017-10-26 14:28:33 +02:00
commit 2ab3df4ba8
8 changed files with 183 additions and 0 deletions

26
composer.json Normal file
View 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/"
}
}
}