Skip to content

Commit cc153d9

Browse files
committed
Add autoload to composer.json
1 parent 86ab3e4 commit cc153d9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
"email": "alex@minusfour.net"
99
}
1010
],
11-
"require":
12-
{
13-
"php": ">=5.3"
11+
"require": {
12+
"php": ">=5.3"
13+
},
14+
"autload": {
15+
"psr-4" : {
16+
"MinusFour\\": "src/"
1417
}
18+
}
1519
}

0 commit comments

Comments
 (0)