Skip to content

Commit

Permalink
UNDO - be specific in composer json autoload psr-0
Browse files Browse the repository at this point in the history
  • Loading branch information
QueerCodingGirl committed May 3, 2015
1 parent 2b842a5 commit 04d48df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["feature", "rollout", "flipper"],
"homepage": "https://github.com/DarkGigaByte/rollout",
"autoload": {
"psr-0": { "DarkGigaByte\\rollout": "src/" }
"psr-0": { "": "src/" }
},
"require": {
"php": ">=5.3"
Expand Down

0 comments on commit 04d48df

Please sign in to comment.