diff --git a/collect-logo.png b/collect-logo.png old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 index 87446a0..1ac4c57 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "dvi/collection", + "name": "tightenco/collect", "description": "Collect - Illuminate Collections as a separate package.", "keywords": ["laravel", "collection"], "license": "MIT", diff --git a/composer.lock b/composer.lock old mode 100644 new mode 100755 diff --git a/phpunit.xml b/phpunit.xml old mode 100644 new mode 100755 diff --git a/readme.md b/readme.md old mode 100644 new mode 100755 diff --git a/src/Collect/Contracts/Support/Htmlable.php b/src/Collect/Contracts/Support/Htmlable.php old mode 100644 new mode 100755 diff --git a/src/Collect/Support/Collection.php b/src/Collect/Support/Collection.php old mode 100644 new mode 100755 diff --git a/src/Collect/Support/HigherOrderCollectionProxy.php b/src/Collect/Support/HigherOrderCollectionProxy.php old mode 100644 new mode 100755 diff --git a/src/Collect/Support/HtmlString.php b/src/Collect/Support/HtmlString.php old mode 100644 new mode 100755 diff --git a/src/Collect/Support/Traits/Macroable.php b/src/Collect/Support/Traits/Macroable.php old mode 100644 new mode 100755 diff --git a/src/Collect/Support/alias.php b/src/Collect/Support/alias.php old mode 100644 new mode 100755 diff --git a/src/Collect/Support/helpers.php b/src/Collect/Support/helpers.php index 2ea16e0..1a0dd63 100755 --- a/src/Collect/Support/helpers.php +++ b/src/Collect/Support/helpers.php @@ -18,14 +18,14 @@ function array_wrap($value) } } - if (! function_exists('collection')) { + if (! function_exists('collect')) { /** * Create a collection from the given value. * * @param mixed $value * @return \Tightenco\Collect\Support\Collection */ - function collection($value = null) + function collect($value = null) { return new Collection($value); } diff --git a/stubs/src/Collect/Support/alias.php b/stubs/src/Collect/Support/alias.php old mode 100644 new mode 100755 diff --git a/stubs/tests/bootstrap.php b/stubs/tests/bootstrap.php old mode 100644 new mode 100755 diff --git a/tests/Support/SupportArrTest.php b/tests/Support/SupportArrTest.php old mode 100644 new mode 100755 diff --git a/tests/Support/SupportCarbonTest.php b/tests/Support/SupportCarbonTest.php old mode 100644 new mode 100755 diff --git a/tests/Support/SupportCollectionTest.php b/tests/Support/SupportCollectionTest.php old mode 100644 new mode 100755 diff --git a/tests/Support/SupportMacroableTest.php b/tests/Support/SupportMacroableTest.php old mode 100644 new mode 100755 diff --git a/tests/bootstrap.php b/tests/bootstrap.php old mode 100644 new mode 100755