kennethormandy/craft-marketplace

Publish OAuth Stripe provider plugin

kennethormandy opened this issue · 1 comments

  • Publish dependency to Packagist?
  • Remove repo config from parent project and ensure all still installs as expected:

Note Right now I still have this in the installing project’s composer.json, as well as this package’s composer.json:

{
  "type": "git",
  "url": "https://github.com/kennethormandy/oauth2-stripe.git"
}

Seems like the current config works, without needing to publish to Packagist. After testing on production server, can close this issue.