Skip to content

Commit 2468601

Browse files
authored
Add composer autoload instructions
1 parent c5b7a7d commit 2468601

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
"license": "MIT",
44
"require": {
55
"php": ">=5.4.0"
6+
},
7+
"autoload": {
8+
"psr-4": {
9+
"imkingdavid\\LoadTimer\\": ""
10+
}
611
}
712
}

0 commit comments

Comments
 (0)