Composer: google-api-php-client 在任何版本中都不存在
Composer: google-api-php-client does not exist in any version
我正在尝试使用 Composer 在 Windows 系统(用于本地测试)上安装 google-api-php-client
。
但是当我在我的项目目录中 运行 composer require google-api-php-client:2.0@RC
时,Composer 指出
The requested package google-api-php-client could not be found in any version, there may be a typo in the package name.
我运行的命令直接来自Google's documentation。我在 Whosebug 和 Internet 的其余部分都搜索过有同样问题的人,但没有找到任何人。但是,我能够安装另一个类似 Google 软件包的先前版本(不满足我的需要),所以我知道 Composer 是 连接到数据库。
包名为:google/apiclient
您可以在github repository上查看。
我正在尝试使用 Composer 在 Windows 系统(用于本地测试)上安装 google-api-php-client
。
但是当我在我的项目目录中 运行 composer require google-api-php-client:2.0@RC
时,Composer 指出
The requested package google-api-php-client could not be found in any version, there may be a typo in the package name.
我运行的命令直接来自Google's documentation。我在 Whosebug 和 Internet 的其余部分都搜索过有同样问题的人,但没有找到任何人。但是,我能够安装另一个类似 Google 软件包的先前版本(不满足我的需要),所以我知道 Composer 是 连接到数据库。
包名为:google/apiclient
您可以在github repository上查看。