Skip to content

Commit 889aa1e

Browse files
author
Ian Barber
committed
Adding include path. This is the simplest way to get composer working out of the box, but is not ideal in the long run - it would be best to move to autoload-only, but I don't feel we can do that right now - maybe later.
Change on 2013/11/13 by ianbarber <ianbarber@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=56596990
1 parent e55ee69 commit 889aa1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"psr-0": {
1313
"Google": "src"
1414
}
15-
}
15+
},
16+
"include-path": ["src/"]
1617
}

0 commit comments

Comments
 (0)