php-gd-label-bundle/composer.json

27 lines
615 B
JSON
Raw Normal View History

2017-10-26 12:28:33 +00:00
{
"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"
2017-10-26 12:28:33 +00:00
},
"repositories": [
{
"type": "composer",
"url": "https://packages.noccylabs.info/composer/"
}
],
"autoload": {
"psr-4": {
2017-10-26 12:33:00 +00:00
"NoccyLabs\\Bundle\\GdLabelBundle\\": "src/"
2017-10-26 12:28:33 +00:00
}
}
2017-10-26 12:33:00 +00:00
}