summaryrefslogtreecommitdiff
path: root/vendor/packaged/thrift/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/packaged/thrift/composer.json')
-rw-r--r--vendor/packaged/thrift/composer.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/packaged/thrift/composer.json b/vendor/packaged/thrift/composer.json
new file mode 100644
index 000000000..8a8227dd3
--- /dev/null
+++ b/vendor/packaged/thrift/composer.json
@@ -0,0 +1,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/"
+ }
+ }
+}