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

composer.json « server - github.com/nextcloud/lookup-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41f5d4156e4d1baed6929750e45fdbcd26a2d307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "config": {
    "vendor-dir": "vendor",
    "optimize-autoloader": true,
    "classmap-authoritative": true
  },
  "autoload": {
    "psr-4": {
      "LookupServer\\": "lib/"
    }
  },
  "require": {
    "php-di/php-di": "^6.4.0",
    "slim/slim": "^4.10.0",
    "guzzlehttp/guzzle": "^7.4.5",
    "abraham/twitteroauth": "^3.3.0"
  }
}