From dc7ffbda85ec360f5847e28e51274aabf0338652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Schl=C3=A4pfer?= Date: Sat, 30 Sep 2023 08:25:39 +0200 Subject: [PATCH] removed manifest from project root --- icon.svg | 1 - manifest.json | 12 ------------ phpstan.neon | 4 +++- 3 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 icon.svg delete mode 100644 manifest.json diff --git a/icon.svg b/icon.svg deleted file mode 100644 index ac64f19..0000000 --- a/icon.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 5fc02a1..0000000 --- a/manifest.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "id": "serviceproxmox", - "type": "mod", - "name": "Proxmox", - "description": "Provision Proxmox VMs using the Proxmox API", - "icon_url": "icon.svg", - "homepage_url": "https://github.com/FOSSBilling/Proxmox", - "author": "Anuril and the FOSSBilling Team", - "author_url": "https://github.com/FOSSBilling/", - "license": "GPLv3", - "version": "0.1.0" -} diff --git a/phpstan.neon b/phpstan.neon index 4b39e40..91f0874 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -4,4 +4,6 @@ parameters: - src treatPhpDocTypesAsCertain: false scanDirectories: - - ../../ \ No newline at end of file + - ../../ + excludePaths: + - src/vendor \ No newline at end of file