Skip to content

Commit

Permalink
Change providers folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
wiscot committed Feb 5, 2017
1 parent 0beacb3 commit 53895ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"type": "composer-plugin",
"name": "nabu-3/composer-installer-plugin",
"version": "3.0.9",
"version": "3.0.10",
"license": "Apache-2.0",
"autoload": {
"psr-0": {"nabu3\\Composer": ""}
Expand Down
2 changes: 1 addition & 1 deletion nabu3/Composer/NabuComposerInstaller.php
Expand Up @@ -52,7 +52,7 @@ public function getInstallPath(PackageInterface $package)
break;
case 'nabu-provider':
$path = self::PROVIDERS_PATH . DIRECTORY_SEPARATOR
. str_replace('-', DIRECTORY_SEPARATOR, substr($name, 9));
. str_replace('-', DIRECTORY_SEPARATOR, substr($name, 16));
break;
default:
throw new \InvalidArgumentException(
Expand Down

0 comments on commit 53895ba

Please sign in to comment.