We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794b387 commit 15c03f8Copy full SHA for 15c03f8
.phan/config.php
@@ -361,7 +361,7 @@
361
'src',
362
'proto',
363
'thrift',
364
- 'vendor/apache/thrift',
+ 'vendor/packaged/thrift',
365
'vendor/composer/xdebug-handler/src',
366
'vendor/guzzlehttp',
367
'vendor/psr',
composer.json
@@ -8,7 +8,7 @@
8
"require": {
9
"php": "^7.4 || ^8.0",
10
"ext-json": "*",
11
- "apache/thrift": "^0.15.0",
+ "packaged/thrift": "^0.15.0",
12
"google/protobuf": "^3.3.0",
13
"grpc/grpc": "^1.30",
14
"nyholm/dsn": "^2.0.0",
0 commit comments