Skip to content

Commit 15c03f8

Browse files
authored
Replace apache/thrift with packaged/thrift (#548)
* Replace apache/thrift with packaged/thrift * Fix phan config
1 parent 794b387 commit 15c03f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.phan/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
'src',
362362
'proto',
363363
'thrift',
364-
'vendor/apache/thrift',
364+
'vendor/packaged/thrift',
365365
'vendor/composer/xdebug-handler/src',
366366
'vendor/guzzlehttp',
367367
'vendor/psr',

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require": {
99
"php": "^7.4 || ^8.0",
1010
"ext-json": "*",
11-
"apache/thrift": "^0.15.0",
11+
"packaged/thrift": "^0.15.0",
1212
"google/protobuf": "^3.3.0",
1313
"grpc/grpc": "^1.30",
1414
"nyholm/dsn": "^2.0.0",

0 commit comments

Comments
 (0)