Skip to content

Commit

Permalink
Tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbarkowsky committed Jul 28, 2015
1 parent d643a87 commit 24cde23
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name":"christianbarkowsky/extended_checkbox",
"description":"Checkbox with a hyperlink in label. Extension for Contao Open Source CMS",
"keywords":["checkbox", "widget", "form", "hyperlink"],
"minimum-stability": "stable",
"type":"contao-module",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Christian Barkowsky",
"homepage":"http://christianbarkowsky.de",
"role":"Developer",
"email":"[email protected]"
}
],
"support": {
"issues": "https://github.com/christianbarkowsky/contao-extended-checkbox/issues",
"source": "https://github.com/christianbarkowsky/contao-extended-checkbox"
},
"require":{
"php":">=5.3",
"contao/core":">=3.2,<4",
"contao-community-alliance/composer-installer":"*"
},
"replace": {
"contao-legacy/extended_checkbox": "self.version"
},
"extra":{
"contao": {
"sources":{
"": "system/modules/extended_checkbox"
}
}
"name":"christianbarkowsky/extended_checkbox",
"description":"Checkbox with a hyperlink in label. Extension for Contao Open Source CMS",
"keywords":["checkbox", "widget", "form", "hyperlink"],
"minimum-stability": "stable",
"type":"contao-module",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Christian Barkowsky",
"homepage":"http://christianbarkowsky.de",
"role":"Developer",
"email":"[email protected]"
}
],
"support": {
"issues": "https://github.com/christianbarkowsky/contao-extended-checkbox/issues",
"source": "https://github.com/christianbarkowsky/contao-extended-checkbox"
},
"require":{
"php":">=5.3",
"contao/core":">=3.2,<4",
"contao-community-alliance/composer-installer":"*"
},
"replace": {
"contao-legacy/extended_checkbox": "self.version"
},
"extra":{
"contao": {
"sources":{
"": "system/modules/extended_checkbox"
}
}
}
}

0 comments on commit 24cde23

Please sign in to comment.