Skip to content

Commit 5ad00bb

Browse files
committed
Fix composer.json
1 parent 8d267ca commit 5ad00bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jelle-s/arrayintersection",
2+
"name": "jelle-s/arrayintersections",
33
"description": "Tries to find intersections between a combination of arrays.",
44
"type": "library",
55
"require": {
@@ -14,6 +14,6 @@
1414
],
1515
"minimum-stability": "stable",
1616
"autoload": {
17-
"psr-4": {"Jelle_S\\Util\\Intersections": "src/"}
17+
"psr-4": {"Jelle_S\\Util\\Intersections\\": "src/"}
1818
}
1919
}

0 commit comments

Comments
 (0)