Skip to content

Commit

Permalink
Fix autoload sections in composer.json (yiisoft#19337)
Browse files Browse the repository at this point in the history
Move `yii\cs\`  into `autoload-dev` and add  `test` and `build` namespaces
  • Loading branch information
WinterSilence authored Apr 6, 2022
1 parent 14c42b7 commit 10f6045
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,14 @@
},
"autoload": {
"psr-4": {
"yii\\": "framework/",
"yii\\cs\\": "cs/src/"
"yii\\": "framework/"
}
},
"autoload-dev": {
"psr-4": {
"yii\\cs\\": "cs/src/",
"yii\\build\\": "build/",
"yiiunit\\": "tests/"
}
},
"config": {
Expand Down

0 comments on commit 10f6045

Please sign in to comment.