Skip to content

Commit

Permalink
Add composer.json file for themes which were missing (mautic#10083)
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley authored May 24, 2021
1 parent de7e701 commit 34e8b58
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
14 changes: 14 additions & 0 deletions themes/brienz/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "mautic/theme-brienz",
"description": "Mautic Brienz Theme",
"type": "mautic-theme",
"keywords": ["mautic","theme"],
"extra": {
"install-directory-name": "brienz"
},
"minimum-stability": "dev",
"require": {
"php": ">=7.4.0 <8.1",
"mautic/core-lib": "^4.0"
}
}
1 change: 0 additions & 1 deletion themes/confirmme/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "mautic/theme-confirmme",
"description": "Mautic Confirmme Theme",
"type": "mautic-theme",
"version": "1.0",
"keywords": ["mautic","theme"],
"extra": {
"install-directory-name": "confirmme"
Expand Down
14 changes: 14 additions & 0 deletions themes/paprika/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "mautic/theme-paprika",
"description": "Mautic Paprika Theme",
"type": "mautic-theme",
"keywords": ["mautic","theme"],
"extra": {
"install-directory-name": "paprika"
},
"minimum-stability": "dev",
"require": {
"php": ">=7.4.0 <8.1",
"mautic/core-lib": "^4.0"
}
}

0 comments on commit 34e8b58

Please sign in to comment.