Skip to content

Commit a3e26df

Browse files
Add missing autoload section
1 parent a33f2ad commit a3e26df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"api problem"
1414
],
1515
"type": "library",
16+
"autoload": {
17+
"psr-4": {
18+
"KamranAhmed\\Faulty\\": "src/"
19+
}
20+
},
1621
"require": {
1722
"filp/whoops": "^2.1"
1823
},

0 commit comments

Comments
 (0)