vendor php带点tp5,ThinkPHP5.1 版本引入 composer vendor 扩展包问题

版本说明旧版本:ThinkPHP5.0

新版本:ThinkPHP5.1

问题:TP5.1 中取消了 Loader::import 方法以及import和vendor助手函数,全部采用命名空间和自动加载机制,导致引入类库找不到报错

解决:因为“全部采用命名空间和自动加载机制”,所以对 composer/installed.json 做了修改(文字说明在下方注释中)

1460000038370553{

"name": "curl/curl",

"version": "2.3.0",

"version_normalized": "2.3.0.0",

"source": {

"type": "git",

"url": "https://github.com/php-mod/curl.git",

"reference": "3ad560b1fc1bbdf5c7681356ab953fb961f255e5"

},

"dist": {

"type": "zip",

"url": "https://api.github.com/repos/php-mod/curl/zipball/3ad560b1fc1bbdf5c7681356ab953fb961f255e5",

"reference": "3ad560b1fc1bbdf5c7681356ab953fb961f255e5",

"shasum": ""

},

"require": {

"ext-curl": "*",

"php": "^5.6 | ^7.0"

},

"require-dev": {

"phpunit/phpunit": "^5.7",

"squizlabs/php_codesniffer": "~2.1"

},

"time": "2020-03-19T20:07:26+00:00",

"type": "library",

"installation-source": "dist",

"autoload": {

"psr-0": {

"Curl": "src/"

},

//在此处添加 files 字段,把类库文件的相对路径填入

"files":[

"vendor/curl/curl/src/Curl/Curl.php"

]

},

"notification-url": "https://packagist.org/downloads/",

"license": [

"MIT"

],

"authors": [

{

"name": "php-curl-class",

"homepage": "https://github.com/php-curl-class"

},

{

"name": "Hassan Amouhzi",

"email": "hassan@anezi.net",

"homepage": "http://hassan.amouhzi.com"

},

{

"name": "user52",

"homepage": "https://github.com/user52"

}

],

"description": "cURL class for PHP",

"homepage": "https://github.com/php-mod/curl",

"keywords": [

"curl",

"dot"

]

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值