8000 Updated autoloading · laravelio/laravel.io@20fae2f · GitHub
[go: up one dir, main page]

Skip to content

Commit 20fae2f

Browse files
Updated autoloading
1 parent 0a4a4b0 commit 20fae2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
],
2929
"psr-0": {
3030
"Lio\\": "app/"
31-
},
31+
}
32+
},
33+
"autoload-dev": {
3234
"psr-4": {
3335
"Lio\\Tests\\": "tests/"
3436
}

0 commit comments

Comments
 (0)
0