Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Oct 7, 2022
1 parent 1e2d258 commit 7b4da95
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,24 @@
"issues": "https://github.com/TheDragonCode/simple-data-transfer-object/issues",
"source": "https://github.com/TheDragonCode/simple-data-transfer-object"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/TheDragonCode"
},
{
"type": "open_collective",
"url": "https://opencollective.com/dragon-code"
},
{
"type": "boosty",
"url": "https://boosty.to/dragon-code"
},
{
"type": "yoomoney",
"url": "https://yoomoney.ru/to/410012608840929"
}
],
"require": {
"php": "^7.3 || ^8.0",
"ext-json": "*",
Expand Down Expand Up @@ -56,4 +74,4 @@
"preferred-install": "dist",
"sort-packages": true
}
}
}

0 comments on commit 7b4da95

Please sign in to comment.