Skip to content

Commit 236a8ea

Browse files
committed
Add spec to autoload-dev
1 parent 96b6fea commit 236a8ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"Http\\Client\\Common\\": "src/"
3535
}
3636
},
37+
"autoload-dev": {
38+
"psr-4": {
39+
"spec\\Http\\Client\\Common\\": "spec/"
40+
}
41+
},
3742
"scripts": {
3843
"test": "vendor/bin/phpspec run",
3944
"test-ci": "vendor/bin/phpspec run -c phpspec.ci.yml"

0 commit comments

Comments
 (0)