We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48080a commit 50c5eceCopy full SHA for 50c5ece
composer.json
@@ -29,11 +29,11 @@
29
"minimum-stability": "beta",
30
"require": {
31
"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"
+ "ext-reflection": "*",
+ "ext-spl": "*",
+ "kriswallsmith/buzz": "~0.13",
+ "league/url": "~3.2",
+ "gregwar/image": "~2.0.18"
37
},
38
"require-dev": {
39
"symfony/http-foundation": "~2.1",
@@ -47,8 +47,12 @@
47
48
"autoload": {
49
"psr-4": {
50
- "OAuth\\": "src/",
51
- "OAuthTest\\": "tests/"
+ "OAuth\\": "src"
+ }
52
+ },
53
+ "autoload-dev": {
54
+ "psr-4": {
55
+ "OAuthTest\\": "tests"
56
}
57
58
"extra": {
0 commit comments