Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit 6d7a384

Browse files
author
Florens Verschelde
committed
fix(composer): add autoload for real
Well, that’s embarrassing.
1 parent 1065f15 commit 6d7a384

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
@@ -11,5 +11,10 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.0"
14+
},
15+
"autoload": {
16+
"psr-4": {
17+
"Kirby\\StaticBuilder\\": "src/"
18+
}
1419
}
1520
}

0 commit comments

Comments
 (0)