Welcome to mirror list, hosted at ThFree Co, Russian Federation.

composer.json - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89d0c6def2ea1fbc800d16cf3b764f0f3c5b0472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "nextcloud/fulltextsearch",
  "description": "Full text search framework for Nextcloud",
  "minimum-stability": "stable",
  "license": "agpl",
  "authors": [
    {
      "name": "Maxence Lange",
      "email": "maxence@artificial-owl.com"
    }
  ],
  "require": {
    "daita/my-small-php-tools": "dev-master"
  }
}