Skip to content

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelle-S committed Dec 13, 2016
1 parent 8d267ca commit 5ad00bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jelle-s/arrayintersection",
"name": "jelle-s/arrayintersections",
"description": "Tries to find intersections between a combination of arrays.",
"type": "library",
"require": {
Expand All @@ -14,6 +14,6 @@
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {"Jelle_S\\Util\\Intersections": "src/"}
"psr-4": {"Jelle_S\\Util\\Intersections\\": "src/"}
}
}

0 comments on commit 5ad00bb

Please sign in to comment.