Skip to content

Commit 5565329

Browse files
committed
Update funding
1 parent 56305f8 commit 5565329

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These are supported funding model platforms
22

3-
github: roadrunner-server
3+
github: cycle

composer.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@
55
"description": "Cycle ORM Annotated Entities generator",
66
"minimum-stability": "dev",
77
"prefer-stable": true,
8+
"homepage": "https://cycle-orm.dev",
9+
"support": {
10+
"issues": "https://github.com/cycle/annotated/issues",
11+
"source": "https://github.com/cycle/annotated",
12+
"docs": "https://cycle-orm.dev/docs",
13+
"chat": "https://discord.gg/spiralphp"
14+
},
15+
"authors": [
16+
{
17+
"name": "Anton Titov (wolfy-j)",
18+
"email": "wolfy-j@spiralscout.com"
19+
},
20+
{
21+
"name": "Aleksei Gagarin (roxblnfk)",
22+
"email": "alexey.gagarin@spiralscout.com"
23+
},
24+
{
25+
"name": "Pavel Butchnev (butschster)",
26+
"email": "pavel.buchnev@spiralscout.com"
27+
},
28+
{
29+
"name": "Maksim Smakouz (msmakouz)",
30+
"email": "maksim.smakouz@spiralscout.com"
31+
}
32+
],
33+
"funding": [
34+
{
35+
"type": "github",
36+
"url": "https://github.com/sponsors/cycle"
37+
}
38+
],
839
"require": {
940
"php": ">=8.1",
1041
"cycle/orm": "^2.2.0",

0 commit comments

Comments
 (0)