Skip to content

Commit 4586a3c

Browse files
committed
Remove not needed anymore exclusion
1 parent 4839695 commit 4586a3c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@
8484
"autoload": {
8585
"psr-4": {
8686
"Http\\HttplugBundle\\": "src/"
87-
},
88-
"exclude-from-classmap": [
89-
"/Tests/Resources/MyPsr18TestClient.php"
90-
]
87+
}
9188
},
9289
"autoload-dev": {
9390
"psr-4": {

0 commit comments

Comments
 (0)