Skip to content

Commit aa54a3f

Browse files
ostroluckysirbrillig
authored andcommitted
Add composer autoload configuration (#41)
1 parent c1fb8f6 commit aa54a3f

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
@@ -21,6 +21,11 @@
2121
"config": {
2222
"sort-order": true
2323
},
24+
"autoload": {
25+
"psr-4": {
26+
"VariableAnalysis\\": "VariableAnalysis/"
27+
}
28+
},
2429
"minimum-stability": "dev",
2530
"prefer-stable": true,
2631
"scripts": {

0 commit comments

Comments
 (0)