summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-25 12:55:09 +0300
committerAndrew Dolgov <[email protected]>2023-10-25 12:55:09 +0300
commit865ecc87963dc3b26e66296616eef2a1cc41ac3f (patch)
treebf2ecd8a391103bdb2c8b70cd33c47467310754b /composer.json
parent0a5507d3bd79d04c860455664f919bf8e7274fda (diff)
move to psr-4 autoloader
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index d4a1f66b1..2458104f9 100644
--- a/composer.json
+++ b/composer.json
@@ -12,6 +12,11 @@
"url": "https://dev.tt-rss.org/fox/idiorm.git"
}
],
+ "autoload": {
+ "psr-4": {
+ "": "classes/"
+ }
+ },
"require": {
"spomky-labs/otphp": "^10.0",
"chillerlan/php-qrcode": "^4.3.3",