We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d267ca commit 5ad00bbCopy full SHA for 5ad00bb
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "jelle-s/arrayintersection",
+ "name": "jelle-s/arrayintersections",
3
"description": "Tries to find intersections between a combination of arrays.",
4
"type": "library",
5
"require": {
@@ -14,6 +14,6 @@
14
],
15
"minimum-stability": "stable",
16
"autoload": {
17
- "psr-4": {"Jelle_S\\Util\\Intersections": "src/"}
+ "psr-4": {"Jelle_S\\Util\\Intersections\\": "src/"}
18
}
19
0 commit comments