summaryrefslogtreecommitdiff
path: root/vendor/packaged/thrift/composer.json
blob: 8a8227dd327ea9ba56d99bf1a8b184492df19136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name":              "packaged/thrift",
  "description":       "Apache Thrift",
  "keywords":          ["thrift", "apache"],
  "homepage":          "http://thrift.apache.org/",
  "minimum-stability": "stable",
  "license":           "Apache-2.0",
  "require":           {
    "php": "^5.5 || ^7.0 || ^8.0"
  },
  "autoload":          {
    "psr-4": {
      "Thrift\\": "src/"
    }
  }
}