From 5dc99a483873166f9b28462ec3ecbd2671c5d5b0 Mon Sep 17 00:00:00 2001 From: smiley Date: Mon, 22 Jul 2024 15:31:43 +0200 Subject: [PATCH] :octocat: --- composer.json | 11 +++++++++-- phpunit.xml.dist | 6 +++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 47a50118b..1959ee1f1 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,12 @@ "homepage":"https://github.com/chillerlan/php-qrcode/graphs/contributors" } ], + "funding": [ + { + "type": "Ko-Fi", + "url": "https://ko-fi.com/codemasher" + } + ], "support": { "docs": "https://php-qrcode.readthedocs.io", "issues": "https://github.com/chillerlan/php-qrcode/issues", @@ -45,6 +51,7 @@ "chillerlan/php-settings-container": "^2.1.6 || ^3.2.1" }, "require-dev": { + "ext-fileinfo": "*", "chillerlan/php-authenticator": "^4.3.1 || ^5.2.1", "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "phan/phan": "^5.4", @@ -62,12 +69,12 @@ }, "autoload": { "psr-4": { - "chillerlan\\QRCode\\": "src/" + "chillerlan\\QRCode\\": "src" } }, "autoload-dev": { "psr-4": { - "chillerlan\\QRCodeTest\\": "tests/" + "chillerlan\\QRCodeTest\\": "tests" } }, "scripts": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3a783fb4a..bbda2b776 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,13 +8,13 @@ > - ./tests/ - ./tests/Performance + tests + tests/Performance - ./src + src