Skip to content

Commit

Permalink
Fix autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Culea committed Jan 2, 2020
1 parent 368daf3 commit f951269
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
Expand Up @@ -24,10 +24,10 @@
},
"autoload":{
"psr-4":{
"MaximeCulea\\ComposerScripts\\MakeStablePlugin\\":"src"
"MaximeCulea\\ComposerScripts\\ComposerStableVersions\\":"src"
}
},
"extra":{
"class":"MaximeCulea\\ComposerScripts\\ComposerMakeStable\\MakeStable"
"class":"MaximeCulea\\ComposerScripts\\ComposerStableVersions\\StableVersions"
}
}

0 comments on commit f951269

Please sign in to comment.