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