Skip to content

Commit 57c2837

Browse files
author
Jamie Hannaford
committed
Merge pull request rackspace#644 from ockcyp/autoload-tests-only-for-dev
Autoload tests only for dev
2 parents 22031ae + 36cc9c4 commit 57c2837

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
],
1414
"autoload": {
1515
"psr-0": {
16-
"OpenCloud": ["lib/", "tests/"]
16+
"OpenCloud": ["lib/"]
17+
}
18+
},
19+
"autoload-dev": {
20+
"psr-0": {
21+
"OpenCloud": ["tests/"]
1722
}
1823
},
1924
"require": {

0 commit comments

Comments
 (0)