Skip to content

Commit 95bc1d8

Browse files
committed
Merge pull request #211 from FriendsOfSymfony/tests-autoload-dev
Autoload Tests only in dev
2 parents 4ed126e + 5e7c94a commit 95bc1d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737
},
3838
"autoload": {
3939
"psr-4": {
40-
"FOS\\HttpCache\\": "src/",
40+
"FOS\\HttpCache\\": "src/"
41+
}
42+
},
43+
"autoload-dev": {
44+
"psr-4": {
4145
"FOS\\HttpCache\\Tests\\": "tests/"
4246
}
4347
},

0 commit comments

Comments
 (0)