From 8dc2bf4f3dd4d839f36994a300e0873fa69ab9d8 Mon Sep 17 00:00:00 2001 From: spiralbot Date: Thu, 22 Aug 2024 09:48:36 +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 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",