summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json41
1 files changed, 22 insertions, 19 deletions
diff --git a/composer.json b/composer.json
index 0ce390fa8..1665af42f 100644
--- a/composer.json
+++ b/composer.json
@@ -6,30 +6,33 @@
}
},
"repositories": [
- {
+ {
"name": "j4mie/idiorm",
- "type": "vcs",
- "url": "https://dev.tt-rss.org/fox/idiorm.git"
- }
- ],
- "autoload": {
- "psr-4": {
- "": "classes/"
- }
+ "type": "vcs",
+ "url": "https://dev.tt-rss.org/fox/idiorm.git"
+ }
+ ],
+ "autoload": {
+ "psr-4": {
+ "": "classes/"
+ },
+ "files": [
+ "include/functions.php"
+ ]
},
- "require": {
- "spomky-labs/otphp": "^10.0",
- "chillerlan/php-qrcode": "^4.3.3",
- "mervick/material-design-icons": "^2.2",
- "j4mie/idiorm": "dev-master",
+ "require": {
+ "spomky-labs/otphp": "^10.0",
+ "chillerlan/php-qrcode": "^4.3.3",
+ "mervick/material-design-icons": "^2.2",
+ "j4mie/idiorm": "dev-master",
"open-telemetry/exporter-otlp": "^1.0",
"php-http/guzzle7-adapter": "^1.0",
"soundasleep/html2text": "^2.1",
"guzzlehttp/guzzle": "^7.0"
- },
- "require-dev": {
- "phpstan/phpstan": "1.10.3",
- "phpunit/phpunit": "9.5.16",
+ },
+ "require-dev": {
+ "phpstan/phpstan": "1.10.3",
+ "phpunit/phpunit": "9.5.16",
"phpunit/php-code-coverage": "^9.2"
- }
+ }
}