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, 0 insertions, 16 deletions
diff --git a/vendor/packaged/thrift/composer.json b/vendor/packaged/thrift/composer.json
deleted file mode 100644
index 8a8227dd3..000000000
--- a/vendor/packaged/thrift/composer.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "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/"
- }
- }
-}