Skip to content

Commit

Permalink
Add missing autoload (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr authored and stevie-mayhew committed Aug 20, 2019
1 parent 88c2ec5 commit f4d273e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@
"minimum-stability": "dev",
"require": {
"silverstripe/cms": "^4.0"
},
"autoload": {
"psr-4": {
"LittleGiant\\SinglePageAdmin\\": "src/"
}
}
}

0 comments on commit f4d273e

Please sign in to comment.