Skip to content

Commit 9ecc8c3

Browse files
committed
Merge pull request #6 from logical-and/composer-cs-autoload-1
composer: cs fix, tests moved to autoload-dev
2 parents e48080a + 50c5ece commit 9ecc8c3

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

composer.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"minimum-stability": "beta",
3030
"require": {
3131
"php": ">=5.4.0",
32-
"ext-reflection": "*",
33-
"ext-spl": "*",
34-
"kriswallsmith/buzz": "~0.13",
35-
"league/url": "~3.2",
36-
"gregwar/image": "~2.0.18"
32+
"ext-reflection": "*",
33+
"ext-spl": "*",
34+
"kriswallsmith/buzz": "~0.13",
35+
"league/url": "~3.2",
36+
"gregwar/image": "~2.0.18"
3737
},
3838
"require-dev": {
3939
"symfony/http-foundation": "~2.1",
@@ -47,8 +47,12 @@
4747
},
4848
"autoload": {
4949
"psr-4": {
50-
"OAuth\\": "src/",
51-
"OAuthTest\\": "tests/"
50+
"OAuth\\": "src"
51+
}
52+
},
53+
"autoload-dev": {
54+
"psr-4": {
55+
"OAuthTest\\": "tests"
5256
}
5357
},
5458
"extra": {

0 commit comments

Comments
 (0)