Skip to content

Commit

Permalink
Update composer.json, add funding
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Feb 7, 2024
1 parent 24ba0a3 commit 411758c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: cycle
34 changes: 33 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"name": "cycle/entity-behavior-uuid",
"type": "library",
"license": "MIT",
"description": "Provides an ability to use ramsey/uuid as a Cycle ORM entity column type",
"homepage": "https://cycle-orm.dev",
"support": {
"issues": "https://github.com/cycle/entity-behavior-uuid/issues",
"source": "https://github.com/cycle/entity-behavior-uuid",
"docs": "https://cycle-orm.dev/docs",
"chat": "https://discord.gg/spiralphp"
},
"authors": [
{
"name": "Anton Titov (wolfy-j)",
"email": "wolfy-j@spiralscout.com"
},
{
"name": "Aleksei Gagarin (roxblnfk)",
"email": "alexey.gagarin@spiralscout.com"
},
{
"name": "Pavel Butchnev (butschster)",
"email": "pavel.buchnev@spiralscout.com"
},
{
"name": "Maksim Smakouz (msmakouz)",
"email": "maksim.smakouz@spiralscout.com"
}
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/cycle"
}
],
"require": {
"php": ">=8.0",
"cycle/entity-behavior": "^1.3",
Expand All @@ -12,7 +45,6 @@
"spiral/tokenizer": "^2.8",
"vimeo/psalm": "^5.11"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Cycle\\ORM\\Entity\\Behavior\\Uuid\\": "src/"
Expand Down

0 comments on commit 411758c

Please sign in to comment.