Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
machour committed Apr 24, 2019
1 parent 9008418 commit f67146b
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 @@ -29,12 +29,12 @@
},
"autoload": {
"psr-4": {
"Yii\\I18n\\": "src"
"Yiisoft\\I18n\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Yii\\I18n\\Tests\\": "tests"
"Yiisoft\\I18n\\Tests\\": "tests"
}
},
"extra": {
Expand Down

0 comments on commit f67146b

Please sign in to comment.