Skip to content

Commit

Permalink
Ensure composer requires illuminate/collections
Browse files Browse the repository at this point in the history
  • Loading branch information
tarecord committed Jun 6, 2024
1 parent 2dfb529 commit e6cc391
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
}
],
"minimum-stability": "stable",
"require": {},
"require": {
"illuminate/collections": "^8.0"
},
"require-dev": {
"codeception/module-asserts": "^1.0",
"codeception/module-cli": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Arrays/Arr.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public static function except( $array, $keys ) {
/**
* Determine if the given key exists in the provided array.
*
* @param \ArrayAccess|array $array
* @param \ArrayAccess|Enumerable|array $array
* @param string|int|float $key
*
* @return bool
Expand Down

0 comments on commit e6cc391

Please sign in to comment.