Skip to content

Releases: harikt/pwmoduleinstaller

1.1.1

04 Jul 04:42
2cedadf
Compare
Choose a tag to compare

1.1.1

Full Changelog: 1.1.0...1.1.1

1.1.0

22 Apr 06:15
8b8931e
Compare
Choose a tag to compare
  • Support for composer version 1 and 2. Thank you @Radon8472 .

1.0.0 Release

11 Mar 04:15
Compare
Choose a tag to compare

1.0 release of Processwire module installer.

{
    "name": "change/vendor-name",
    "type": "pw-module",
    "description": "Change here with what your module does",
    "keywords": [ "keywords", "comma", "seprated"],
    "homepage": "http://example.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Your name",
            "homepage": "http://example.com"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "hari/pw-module": "~1.0"
    }
}

Above json is the bare minimal composer.json file needed for composer to install your module in the processwire module folder. There is not much changes apart from some read me link fixes from 0.0.1 .

One thing everyone need to make sure is don't use dev-master . Please always use a tagged release for the master branch will move with new commits and will make everyones system breaking. Please tag each releases. Try to follow semversion .

Thank you

Initial release

13 Jun 05:04
Compare
Choose a tag to compare
0.0.1

Rename to pw-module for composer