Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative Installation via composer #1

Open
joachimdoerr opened this issue Nov 29, 2020 · 1 comment
Open

Alternative Installation via composer #1

joachimdoerr opened this issue Nov 29, 2020 · 1 comment

Comments

@joachimdoerr
Copy link

Hallo,

es wäre natürlich super, könnte man das Modul einfach via composer require installieren. Die manuelle Installations-Anleitung hat für mich jedenfalls nicht funktioniert. Ich hatte dann auf den Trick zurückgegriffen, das Modul via composer + git zu laden:

  "require": {
.
.
.
    "rs/cookiemanager": "^1.0.9"
  },
.
.
.
  },
  "autoload": {
    "psr-4": {
      "rs\\cookiemanager\\": "./source/modules/rs/cookiemanager"
    }
  },
  "repositories": {
    "rs/cookiemanager": {
      "type": "vcs",
      "url": "https://github.com/ThomasJanda/oxid-cookiemanager"
    }
  }
}

VG Joachim

@ThomasJanda
Copy link
Owner

ThomasJanda commented Dec 2, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants