Skip to content

Commit

Permalink
Optimizing PSR-4 loading in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanKasan committed Apr 7, 2016
1 parent 8ec2a96 commit 8d81946
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 @@ -31,7 +31,7 @@
"src/Knapsack/utility_functions.php"
],
"psr-4": {
"Knapsack": "src/Knapsack",
"Knapsack\\": "src/Knapsack",
"tests\\helpers\\Knapsack\\": "tests/helpers/Knapsack/"
}
}
Expand Down

0 comments on commit 8d81946

Please sign in to comment.