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

Publish to packagist.com #3

Closed
paales opened this issue Oct 14, 2017 · 3 comments
Closed

Publish to packagist.com #3

paales opened this issue Oct 14, 2017 · 3 comments
Assignees

Comments

@paales
Copy link

paales commented Oct 14, 2017

Would be nice if it were available on packagist.com.

@jeroenvermeulen
Copy link
Contributor

jeroenvermeulen commented Oct 14, 2017

Hi @paales,
Thanks for the idea. I just submitted it to Packagist.org:
https://packagist.org/packages/magehost/performance-dashboard
Is this what you mean?

@paales
Copy link
Author

paales commented Oct 15, 2017

composer config repositories.magehost_performance-dashboard vcs https://github.com/magehost/performance-dashboard.git
composer require magehost/performance-dashboard:1.* --no-update
composer update magehost/performance-dashboard

Should be replaced with:

composer require magehost/performance-dashboard
  • It is on packagist, so we dont need the composer config any more.
  • for development run: composer require magehost/performance-dashboard dev-master
  • It automatically locks to a mayor version, so 1.* isn't necessary anymore
  • --no-update seems odd?
  • composer update isn't required during install

👍

jeroenvermeulen pushed a commit that referenced this issue Nov 1, 2017
  * Reconise 'db' as (non optimal) session storage
  * Issue #3: Published to Packagist.org. Thanks @paales.
  * Issue #3: Improved composer instructions. Thanks @paales.
jeroenvermeulen pushed a commit that referenced this issue Nov 1, 2017
  * Reconise 'db' as (non optimal) session storage
  * Issue #3: Published to Packagist.org. Thanks @paales.
  * Issue #3: Improved composer instructions. Thanks @paales.
@jeroenvermeulen
Copy link
Contributor

Fixed in commit c3e0bf9

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

No branches or pull requests

2 participants