No PHP, no phpstan, np composer

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-07-12 23:03:53 +02:00
parent 1eb7f21529
commit 68e8468141
5 changed files with 1 additions and 108 deletions

View File

@@ -21,13 +21,3 @@ updates:
target-branch: devel target-branch: devel
reviewers: reviewers:
- "pi-hole/web-maintainers" - "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"

View File

@@ -17,4 +17,4 @@ jobs:
uses: codespell-project/actions-codespell@master uses: codespell-project/actions-codespell@master
with: with:
ignore_words_file: .codespellignore 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

3
.gitignore vendored
View File

@@ -16,6 +16,3 @@ test.html
# vim # vim
*.swp *.swp
# Composer
/vendor/

View File

@@ -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"
}

83
composer.lock generated
View File

@@ -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"
}