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 2c61b36 commit 47ca0f3
Show file tree
Hide file tree
Showing 2 changed files with 35 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
33 changes: 32 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@
"name": "cycle/entity-behavior",
"description": "Provides a collection of attributes that add behaviors to Cycle ORM entities",
"type": "library",
"license": "MIT",
"homepage": "https://cycle-orm.dev",
"support": {
"issues": "https://github.com/cycle/entity-behavior/issues",
"source": "https://github.com/cycle/entity-behavior",
"docs": "https://cycle-orm.dev/docs",
"chat": "https://discord.gg/spiralphp"
},
"authors": [
{
"name": "Anton Titov (wolfy-j)",
"email": "[email protected]"
},
{
"name": "Aleksei Gagarin (roxblnfk)",
"email": "[email protected]"
},
{
"name": "Pavel Butchnev (butschster)",
"email": "[email protected]"
},
{
"name": "Maksim Smakouz (msmakouz)",
"email": "[email protected]"
}
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/cycle"
}
],
"require": {
"php": ">=8.0",
"psr/event-dispatcher": "^1",
Expand All @@ -17,7 +49,6 @@
"spiral/tokenizer": "^2.8 || ^3.0",
"vimeo/psalm": "^5.11"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Cycle\\ORM\\Entity\\Behavior\\": "src/"
Expand Down

0 comments on commit 47ca0f3

Please sign in to comment.