We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8571762 commit ac7b13aCopy full SHA for ac7b13a
composer.json
@@ -10,5 +10,8 @@
10
"require-dev": {
11
"php": "^7.2.5|^8.0",
12
"phpunit/phpunit": "~6.0|~5.0|~8.0"
13
+ },
14
+ "autoload": {
15
+ "psr-0": { "Submitty": "src/" }
16
}
17
0 commit comments