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

Add autoload-dev support #47

Merged
merged 1 commit into from Aug 12, 2015
Merged

Conversation

thewilkybarkid
Copy link
Contributor

Currently autoload-dev blocks aren't merged (whereas require-dev are). This adds them in.

CompletePackage $package,
$path
) {
$autoload = $package->getDevAutoload();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you are duplicating quite some code from the mergeAutoload function. How about factoring out the common part?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I've done that.

@JeroenDeDauw
Copy link
Member

👍

bd808 added a commit that referenced this pull request Aug 12, 2015
@bd808 bd808 merged commit 49ca29a into wikimedia:master Aug 12, 2015
@bd808 bd808 added this to the 1.3.0 milestone Aug 12, 2015
@thewilkybarkid thewilkybarkid deleted the autoload-dev branch August 12, 2015 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants