Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Schwirjow authored and Alexander Schwirjow committed Jul 12, 2018
1 parent 35ccefe commit 0597c3c
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
{
"name": "spotbot2k/webfont-generator-bundle",
"description": "Contao bundle to load and manage local fonts as webfonts",
"keywords":["contao","webfonts"],
"keywords": ["contao", "webfonts"],
"type": "contao-bundle",
"version": "0.5.0",
"version": "0.5.1",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Alexander Schwirjow",
"email": "[email protected]",
"homepage": "https://www.schwirjow.de"
}
],
"authors": [{
"name": "Alexander Schwirjow",
"email": "[email protected]",
"homepage": "https://www.schwirjow.de"
}],
"require": {
"php": ">=7.0",
"contao/core-bundle": "^4.3.6"
},
"require-dev": {
"contao/manager-plugin": "^2.0"
"contao/manager-plugin": "^2.0"
},
"conflict": {
"contao/core": "*"
"contao/core": "*"
},
"support":{
"issues":"https://github.com/spotbot2k/webfont-generator-bundle/issues",
"source":"https://github.com/spotbot2k/webfont-generator-bundle"
"support": {
"issues": "https://github.com/spotbot2k/webfont-generator-bundle/issues",
"source": "https://github.com/spotbot2k/webfont-generator-bundle"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0597c3c

Please sign in to comment.