Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Move "files": ["tests/bootstrap.php"] to autoload-dev from autoload
  • Loading branch information
beastbytes authored Jan 26, 2024
1 parent ea38291 commit a62c329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"autoload": {
"psr-4": {
"Yiisoft\\Rbac\\Php\\": "src"
},
"files": ["tests/bootstrap.php"]
}
},
"autoload-dev": {
"psr-4": {
"Yiisoft\\Rbac\\Php\\Tests\\": "tests",
"Yiisoft\\Rbac\\Tests\\": "vendor/yiisoft/rbac/tests"
}
},
"files": ["tests/bootstrap.php"]
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit a62c329

Please sign in to comment.