Skip to content

Commit 3601983

Browse files
authored
Merge pull request #55 from philwareham/master
Composer initial support
2 parents 929aece + d875f1b commit 3601983

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

README.textile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ Download the latest release of the plugin from "the GitHub project page":https:/
5454

5555
To uninstall, delete from the Admin → Plugins panel.
5656

57+
Alternatively, this plugin template can be installed using "Composer":http://getcomposer.org:
58+
59+
bc. $ composer require bloke/zem_contact_reborn
60+
5761
h2(#differences). Differences from previous version
5862

5963
If upgrading from v4.0.3.20, please note these differences:

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "bloke/zem_contact_reborn",
3+
"description": "Form mailer plugin for Textpattern CMS",
4+
"keywords": ["textpattern", "plugin", "forms"],
5+
"homepage": "https://github.com/Bloke/zem_contact_reborn",
6+
"license": "GPL-2.0",
7+
"type": "textpattern-plugin",
8+
"support": {
9+
"issues": "https://github.com/Bloke/zem_contact_reborn/issues",
10+
"source": "https://github.com/Bloke/zem_contact_reborn"
11+
},
12+
"require": {
13+
"textpattern/lock": ">=4.5.0",
14+
"textpattern/installer": "*"
15+
}
16+
}

0 commit comments

Comments
 (0)