diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 47653171..eaf714e1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,13 +21,3 @@ updates: target-branch: devel reviewers: - "pi-hole/web-maintainers" -- package-ecosystem: composer - directory: "/" - schedule: - interval: weekly - day: saturday - time: "10:00" - open-pull-requests-limit: 10 - target-branch: devel - reviewers: - - "pi-hole/web-maintainers" diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 6958a644..5777a639 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -17,4 +17,4 @@ jobs: uses: codespell-project/actions-codespell@master with: ignore_words_file: .codespellignore - skip: ./scripts/vendor,./style/vendor,./package.json,./package-lock.json,./composer.json,./composer.lock + skip: ./scripts/vendor,./style/vendor,./package.json,./package-lock.json diff --git a/.gitignore b/.gitignore index c8bdf0d6..84260ef5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,3 @@ test.html # vim *.swp - -# Composer -/vendor/ diff --git a/composer.json b/composer.json deleted file mode 100644 index 1084f48a..00000000 --- a/composer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "pi-hole/adminlte", - "type": "project", - "description": "Pi-hole Dashboard for stats and more", - "require": { - "php": ">=5.4", - "phpstan/phpstan": "1.*" - }, - "license": "EUPL-1.2", - "minimum-stability": "stable" -} diff --git a/composer.lock b/composer.lock deleted file mode 100644 index d3b37aa9..00000000 --- a/composer.lock +++ /dev/null @@ -1,83 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "6b761e5cfc801bc1942ad8d0d675ddb9", - "packages": [ - { - "name": "phpstan/phpstan", - "version": "1.10.15", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "762c4dac4da6f8756eebb80e528c3a47855da9bd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/762c4dac4da6f8756eebb80e528c3a47855da9bd", - "reference": "762c4dac4da6f8756eebb80e528c3a47855da9bd", - "shasum": "" - }, - "require": { - "php": "^7.2|^8.0" - }, - "conflict": { - "phpstan/phpstan-shim": "*" - }, - "bin": [ - "phpstan", - "phpstan.phar" - ], - "type": "library", - "autoload": { - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PHPStan - PHP Static Analysis Tool", - "keywords": [ - "dev", - "static analysis" - ], - "support": { - "docs": "https://phpstan.org/user-guide/getting-started", - "forum": "https://github.com/phpstan/phpstan/discussions", - "issues": "https://github.com/phpstan/phpstan/issues", - "security": "https://github.com/phpstan/phpstan/security/policy", - "source": "https://github.com/phpstan/phpstan-src" - }, - "funding": [ - { - "url": "https://github.com/ondrejmirtes", - "type": "github" - }, - { - "url": "https://github.com/phpstan", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", - "type": "tidelift" - } - ], - "time": "2023-05-09T15:28:01+00:00" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": { - "php": ">=5.4" - }, - "platform-dev": [], - "plugin-api-version": "2.3.0" -}