diff --git a/.gitignore b/.gitignore index c4185ec..b83bb13 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ config.yml .phpunit.result.cache *cache/ rclone -rclone.conf \ No newline at end of file +rclone.conf +tools/ \ No newline at end of file diff --git a/.phive/phars.xml b/.phive/phars.xml new file mode 100644 index 0000000..119756a --- /dev/null +++ b/.phive/phars.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..fa5c670 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "php.version": "8.4" +} \ No newline at end of file diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 01513cc..d6b28a0 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -20,8 +20,4 @@ steps: commands: - apt update - apt install rclone - - vendor/bin/phpunit --no-coverage - - name: document - image: phpdoc/phpdoc - commands: - - phpdoc \ No newline at end of file + - vendor/bin/phpunit --no-coverage \ No newline at end of file diff --git a/composer.json b/composer.json index 3799380..fd705a2 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "@docs" ], "metrics": "vendor/bin/phpmetrics --report-html=output/metrics --junit=output/test.xml src/", - "docs": "phpDocumentor", + "docs": "tools/phpDocumentor", "analyze": [ "@analyze-yaml", "@analyze-phpmd", @@ -44,9 +44,9 @@ "@analyze-phpcs" ], "analyze-yaml": "vendor/bin/yaml-lint .", - "analyze-phpmd": "phpmd src,tests text cleancode,codesize,controversial,design,naming,unusedcode", - "analyze-phpstan":"phpstan", - "analyze-psalm": "psalm --no-cache", - "analyze-phpcs": "phpcs" + "analyze-phpmd": "tools/phpmd src,tests text cleancode,codesize,controversial,design,naming,unusedcode", + "analyze-phpstan":"tools/phpstan", + "analyze-psalm": "tools/psalm --no-cache", + "analyze-phpcs": "tools/phpcs" } } diff --git a/composer.lock b/composer.lock index 262ac05..caf1125 100644 --- a/composer.lock +++ b/composer.lock @@ -1909,16 +1909,16 @@ }, { "name": "verifiedjoseph/ntfy-php-library", - "version": "v4.7.0", + "version": "v4.7.1", "source": { "type": "git", "url": "https://github.com/VerifiedJoseph/ntfy-php-library.git", - "reference": "c84d4dd7074d4cd89bfc1c10b1aa7f2568105412" + "reference": "b191721dfed447a94f220a89dd372861d4c41115" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/VerifiedJoseph/ntfy-php-library/zipball/c84d4dd7074d4cd89bfc1c10b1aa7f2568105412", - "reference": "c84d4dd7074d4cd89bfc1c10b1aa7f2568105412", + "url": "https://api.github.com/repos/VerifiedJoseph/ntfy-php-library/zipball/b191721dfed447a94f220a89dd372861d4c41115", + "reference": "b191721dfed447a94f220a89dd372861d4c41115", "shasum": "" }, "require": { @@ -1957,9 +1957,9 @@ ], "support": { "issues": "https://github.com/VerifiedJoseph/ntfy-php-library/issues", - "source": "https://github.com/VerifiedJoseph/ntfy-php-library/tree/v4.7.0" + "source": "https://github.com/VerifiedJoseph/ntfy-php-library/tree/v4.7.1" }, - "time": "2024-12-10T10:48:38+00:00" + "time": "2025-04-01T14:02:04+00:00" } ], "packages-dev": [