Skip to content

Commit 73c7752

Browse files
authored
Merge pull request #4 from Xint0-elab/add_lazy_collection_support
Add lazy collection support
2 parents 7caba2a + 1b09e95 commit 73c7752

File tree

10 files changed

+143
-7869
lines changed

10 files changed

+143
-7869
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ composer.phar
44
vendor
55
phpunit.xml
66
index.php
7-
.phpunit.result.cache
7+
.phpunit.result.cache
8+
/composer.lock

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vitorccs/laravel-csv",
33
"description": "PHP Laravel package to create CSV files in a memory-optimized way",
4-
"license": "GPL-3.0",
4+
"license": "MIT",
55
"keywords": [
66
"laravel",
77
"php",
@@ -21,7 +21,7 @@
2121
"phpunit/phpunit": "^9.5",
2222
"ext-sqlite3": "*",
2323
"laravel/legacy-factories": "1.x-dev",
24-
"orchestra/testbench": "^6.0"
24+
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0 || ^8.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)