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

Allow packages to be installed as dev dependencies #18

Closed
kielabokkie opened this issue Aug 3, 2017 · 1 comment
Closed

Allow packages to be installed as dev dependencies #18

kielabokkie opened this issue Aug 3, 2017 · 1 comment

Comments

@kielabokkie
Copy link
Owner

Some packages like kielabokkie/jsonapi-behat-extension should be installed as dev dependencies. We should have a separate entry in the skeletor.yml file to list dev dependencies.

@kielabokkie kielabokkie created this issue from a note in Skeletor 1.0 (Todo) Aug 3, 2017
@kielabokkie
Copy link
Owner Author

This is now possible by passing it as a option in the setup() function of the package:

public function setup()
{
    ...
    $this->setPackageOptions('--dev');
}

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

No branches or pull requests

1 participant