From a9e29f47703d44d6fbb1dd1059a5931cb679b5c4 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Thu, 2 Jan 2025 18:31:50 +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 1bc8e1b..8aa8327 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": { @@ -85,4 +81,4 @@ "php vendor/bin/phpunit" ] } -} +} \ No newline at end of file