diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..ac8bfad --- /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 1d8611d..fa3bfb4 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,12 @@ "type": "library", "description": "Stempler, HTML markup processor and template engine framework", "license": "MIT", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/spiral" + } + ], "homepage": "https://spiral.dev", "support": { "issues": "https://github.com/spiral/framework/issues",