Skip to content

Commit

Permalink
Update composer.json for license
Browse files Browse the repository at this point in the history
  • Loading branch information
lpheller authored May 21, 2024
1 parent 2980701 commit 648d36a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "heller/simple-csv",
"description": "A package to make working with CSV files as convenient and simple as possible",
"autoload": {
"psr-4": {
"Heller\\SimpleCsv\\": "src/"
}
},
"license": "MIT",
"authors": [
{
"name": "Lukas Heller",
Expand All @@ -18,6 +14,11 @@
"spatie/ray": "^1.39",
"rector/rector": "^0.18.5"
},
"autoload": {
"psr-4": {
"Heller\\SimpleCsv\\": "src/"
}
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
Expand Down

0 comments on commit 648d36a

Please sign in to comment.