Skip to content

Commit

Permalink
Solve issue installing public packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wiscot committed Mar 9, 2017
1 parent ab4190b commit fa1f2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nabu3/Composer/NabuComposerInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ public function getInstallPath(PackageInterface $package)
*/
public function supports($packageType)
{
return in_array($packageType, array('project', 'nabu-sdk', 'nabu-provider', 'nabu-cms', 'nabu-runtime'));
return in_array($packageType, array('project', 'nabu-sdk', 'nabu-provider', 'nabu-public', 'nabu-runtime'));
}
}

0 comments on commit fa1f2bd

Please sign in to comment.