Skip to content

Commit 27f0465

Browse files
authored
Move tests/bootstrap.php to autoload-dev section in composer.json (#392)
1 parent f17f4a2 commit 27f0465

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
"autoload": {
5454
"psr-4": {
5555
"Yiisoft\\Db\\Pgsql\\": "src"
56-
},
57-
"files": ["tests/bootstrap.php"]
56+
}
5857
},
5958
"autoload-dev": {
6059
"psr-4": {
6160
"Yiisoft\\Db\\Pgsql\\Tests\\": "tests",
6261
"Yiisoft\\Db\\Tests\\": "vendor/yiisoft/db/tests"
63-
}
62+
},
63+
"files": ["tests/bootstrap.php"]
6464
},
6565
"config": {
6666
"sort-packages": true,

0 commit comments

Comments
 (0)