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

Submit module to Packagist #32

Closed
hdpero opened this issue Dec 9, 2017 · 3 comments
Closed

Submit module to Packagist #32

hdpero opened this issue Dec 9, 2017 · 3 comments

Comments

@hdpero
Copy link

hdpero commented Dec 9, 2017

Hi,
when running composer require dynamic/dynamic-elements (on clean SilverStripe 4 installation) I'm getting an error:
Problem 1: the requested package dynamic/dynamic-elements could not be found in any version, there may be a typo on package name.

I have tried to search module on Packagist, and didn't find any results.
What did work for me is adding a repositories line to my project composer.json file like so:

"repositories": [{
    "type": "git",
    "url": "https://github.com/dynamic/dynamic-elements/"
}],
"require": {
    "php": ">=5.6.0",
    "silverstripe/recipe-cms": "1.0.0@stable",
    "dynamic/dynamic-elements": "2.0.x-dev"
}
@hdpero
Copy link
Author

hdpero commented Dec 14, 2017

Hi @jsirish @muskie9 do you guys have any comments or thoughts on my issue?

@jsirish
Copy link
Member

jsirish commented Dec 15, 2017

Hi @hdpero

Thanks for submitting an issue. We’re actively working towards an alpha release, at which point we’ll add the module to packagist. In the meantime, the method you’re using is the same way we’re pulling it in.

We’ll close this issue once it’s in packagist.

Thanks!

@jsirish
Copy link
Member

jsirish commented Jan 14, 2018

this has been added to packagist as dynamic/silverstripe-elemental-blocks

@jsirish jsirish closed this as completed Jan 14, 2018
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