Skip to content

Commit 22a2df2

Browse files
committed
Move helper autoload to non-dev env
1 parent 2a99a48 commit 22a2df2

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
@@ -39,13 +39,13 @@
3939
"autoload": {
4040
"psr-4": {
4141
"GrantHolle\\Timezone\\": "src"
42-
}
42+
},
43+
"files": ["src/helpers.php"]
4344
},
4445
"autoload-dev": {
4546
"psr-4": {
4647
"GrantHolle\\Timezone\\Tests\\": "tests"
47-
},
48-
"files": ["src/helpers.php"]
48+
}
4949
},
5050
"scripts": {
5151
"post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi",

0 commit comments

Comments
 (0)