Skip to content

Commit

Permalink
Fix function autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Oct 16, 2015
1 parent 166e0f0 commit ead63d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"autoload": {
"psr-4": {
"Icicle\\Stream\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Icicle\\Tests\\Stream\\": "tests"
},
"files": [
"src/functions.php"
]
},
"autoload-dev": {
"psr-4": {
"Icicle\\Tests\\Stream\\": "tests"
}
}
}

0 comments on commit ead63d0

Please sign in to comment.