diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..ac8bfada --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: spiral diff --git a/composer.json b/composer.json index cecc889e..d4cc286f 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,12 @@ "type": "library", "description": "Secure sessions over native PHP handlers", "license": "MIT", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/spiral" + } + ], "homepage": "https://spiral.dev", "support": { "issues": "https://github.com/spiral/framework/issues",