Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidbhura committed Jul 4, 2018
1 parent a2dbf92 commit 21fb09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "junaidbhura/composer-wp-pro-plugins",
"type": "composer-plugin",
"version": "1.0.1",
"version": "1.0.2",
"require": {
"vlucas/phpdotenv": "^2.4",
"composer-plugin-api": "^1.1"
Expand All @@ -15,7 +15,7 @@
"autoload": {
"psr-4": {
"Junaidbhura\\Composer\\WPProPlugins\\": "",
"Junaidbhura\\Composer\\WPProPlugins\\Plugins": "plugins"
"Junaidbhura\\Composer\\WPProPlugins\\Plugins\\": "plugins"
}
},
"extra": {
Expand Down

0 comments on commit 21fb09f

Please sign in to comment.