From ca3f1726d14a4ff5f571f1a6016c6d5f5dd1b3a9 Mon Sep 17 00:00:00 2001 From: spiralbot Date: Thu, 22 Aug 2024 09:49:53 +0000 Subject: [PATCH] Add or update funding links (#1123) --- .github/FUNDING.yml | 3 +++ composer.json | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 .github/FUNDING.yml 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 7cad7725..7c0c2e78 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,12 @@ "type": "library", "description": "Translator, Static Analysis and Auto-Indexation", "license": "MIT", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/spiral" + } + ], "homepage": "https://spiral.dev", "support": { "issues": "https://github.com/spiral/framework/issues",