Skip to content

Commit

Permalink
Adding the latest composer json file
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea-tcg committed Mar 30, 2020
1 parent 1334517 commit 7258866
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 @@ -5,13 +5,13 @@
"require": {},
"autoload": {
"psr-4": {
"Themes\\": "src/"
"DevDojo\\Themes\\": "src/"
}
},
"extra": {
"hook": {
"providers": [
"Themes\\ThemesServiceProvider"
"DevDojo\\Themes\\ThemesServiceProvider"
]
}
}
Expand Down

0 comments on commit 7258866

Please sign in to comment.