Skip to content

Commit

Permalink
Add forced alias to config and moved config to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 9, 2020
1 parent 41264f4 commit c9a90c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -67,7 +67,7 @@
"1.0": "1.0.x-dev"
},
"config-plugin": {
"hidev": "src/config/hidev.php"
"hidev": "config/hidev.php"
}
},
"repositories": [
Expand Down
3 changes: 3 additions & 0 deletions src/config/hidev.php → config/hidev.php
Expand Up @@ -44,4 +44,7 @@
],
],
],
'aliases' => [
'@hidev/scrutinizer' => dirname(__DIR__) . '/src',
],
];

0 comments on commit c9a90c4

Please sign in to comment.