Skip to content

Commit ac7b13a

Browse files
committed
Added autoload
1 parent 8571762 commit ac7b13a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
"require-dev": {
1111
"php": "^7.2.5|^8.0",
1212
"phpunit/phpunit": "~6.0|~5.0|~8.0"
13+
},
14+
"autoload": {
15+
"psr-0": { "Submitty": "src/" }
1316
}
1417
}

0 commit comments

Comments
 (0)