kirby3-xmlsitemap icon indicating copy to clipboard operation
kirby3-xmlsitemap copied to clipboard

Feature: PSR4 compatible

Open ceesvanegmond opened this issue 3 years ago • 4 comments

Fixes #43

ceesvanegmond avatar Jul 20 '20 14:07 ceesvanegmond

@omz13 Please merge it. Easy task.

macx avatar Aug 04 '20 06:08 macx

How to install it with Composer? I added it as an additional repository but no luck:

composer.json:

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/ceesvanegmond/kirby3-xmlsitemap"
        }
    ],
    "require": {
        "getkirby/composer-installer": "^1.1",
        "ceesvanegmond/kirby3-xmlsitemap": "^1.2.1",

MaluNoPeleke avatar Aug 15 '21 20:08 MaluNoPeleke

to use the fork of ceesvanegmond modify composer.json like

// First we want to change the version number to the targets branch name, prefixed with “dev-”, like so:
 "require": {
    "omz13/kirby3-xmlsitemap": "dev-master",
  },
// then tell composer where to pull 'master' from  
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/ceesvanegmond/kirby3-xmlsitemap"
    }
  ],

be mindful: off course you loose the sync to the versions on omz13 package!

b0rt avatar Jul 11 '22 07:07 b0rt

@b0rt Don't care about losing the sync: The last commit was 2019, it's dead.

macx avatar Jul 11 '22 11:07 macx