Skip to content

Commit

Permalink
Updated .gitignore file and added composer file for confirmme theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
shinde-rahul committed May 19, 2021
1 parent b296a99 commit 4054914
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -101,6 +101,7 @@
!/themes/blank
!/themes/cards
!/themes/coffee
!/themes/confirmme
!/themes/fresh-center
!/themes/fresh-fixed
!/themes/fresh-left
Expand Down
15 changes: 15 additions & 0 deletions themes/confirmme/composer.json
@@ -0,0 +1,15 @@
{
"name": "mautic/theme-confirmme",
"description": "Mautic Confirmme Theme",
"type": "mautic-theme",
"version": "1.0",
"keywords": ["mautic","theme"],
"extra": {
"install-directory-name": "confirmme"
},
"minimum-stability": "dev",
"require": {
"php": ">=7.4.0 <8.1",
"mautic/core-lib": "^4.0"
}
}

0 comments on commit 4054914

Please sign in to comment.