-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|