1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-17 15:07:33 +02:00
ttrss/vendor/packaged/thrift/composer.json
2023-04-09 20:50:33 +03:00

17 lines
392 B
JSON

{
"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/"
}
}
}