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: 6af51d2826e488dd95965bafe4864cac748d1ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
     "config": {
       "vendor-dir": "vendor",
       "optimize-autoloader": true,
       "classmap-authoritative": true
     },
    "autoload" : {
        "psr-4": {
            "LookupServer\\": "lib/"
        }
    },
     "require": {
          "slim/slim": "^3.5",
          "guzzlehttp/guzzle": "^6.2",
          "abraham/twitteroauth": "^0.7.2"
     }
}