From f667cf2d118e291d1773c3d8dae1f27aa3f2e4da Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Thu, 2 Jan 2025 18:48:22 +0300 Subject: [PATCH] Update files --- .github/workflows/license.yml | 10 ++++++++++ composer.json | 6 +----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 .github/workflows/license.yml diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml new file mode 100644 index 0000000..4abdb6f --- /dev/null +++ b/.github/workflows/license.yml @@ -0,0 +1,10 @@ +name: Update license + +on: + schedule: + - cron: '0 3 1 1 *' + workflow_dispatch: + +jobs: + Update: + uses: TheDragonCode/.github/.github/workflows/license.yml@main \ No newline at end of file diff --git a/composer.json b/composer.json index ba949f9..986aabc 100644 --- a/composer.json +++ b/composer.json @@ -30,10 +30,6 @@ { "type": "yoomoney", "url": "https://yoomoney.ru/to/410012608840929" - }, - { - "type": "donationalerts", - "url": "https://www.donationalerts.com/r/dragon_code" } ], "require": { @@ -67,4 +63,4 @@ "preferred-install": "dist", "sort-packages": true } -} +} \ No newline at end of file