Fix string array access in php 8
[phinde.git] / composer.json
1 {
2     "name": "cweiske/phinde",
3     "description": "Self-hosted search engine",
4     "license": "AGPL-3.0-only",
5     "require": {
6         "ext-gearman": "^2",
7         "ext-pdo": "*",
8         "pear/console_commandline": "^1.2",
9         "pear/net_url2": "^2.2",
10         "twig/twig": "^1.0",
11         "pear/http_request2": "^2.3",
12         "pear/http2": "^2.0"
13     },
14     "require-dev": {
15         "phpunit/phpunit": "^9.0"
16     }
17 }