Skip to content

Commit 9a10720

Browse files
committed
chore: set license to MIT as specified in README and LICENSE file
Include multiple versions of orchestra/testbench to really include support for laravel >= 7 Remove composer.lock as recommended for library projects
1 parent 1ba31cb commit 9a10720

File tree

2 files changed

+2
-7810
lines changed

2 files changed

+2
-7810
lines changed

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)