简体   繁体   English

typo3scan:path typo3 / cms-scanner / config / Matcher / v8不存在

[英]typo3scan: path typo3/cms-scanner/config/Matcher/v8 does not exist

I have a composer based TYPO3 8.7 installation with a dev requirement for typo3/cms-scanner:dev-master and michielroos/typo3scan:dev-master . 我有一个基于作曲家的TYPO3 8.7安装与开发需要typo3/cms-scanner:dev-mastermichielroos/typo3scan:dev-master

When I run eg php vendor/bin/typo3scan scan --target 8 web/typo3conf/ext/be_secure_pw I end up with this error message: 当我运行例如php vendor/bin/typo3scan scan --target 8 web/typo3conf/ext/be_secure_pw我得到以下错误消息:

In MatcherBundle.php line 35:

  Path "/foo/bar/baz/vendor/michielroos/typo3scan/src/TYPO3Scan/Service/../../../../../typo3/cms-scanner/config/Matcher/v8" does not exist

The directory vendor/typo3/cms-scanner/config/Matcher is present, but there are no subdirectories for specific TYPO3 versions, eg v8 . 目录vendor/typo3/cms-scanner/config/Matcher存在,但没有特定TYPO3版本的子目录,例如v8

Any ideas what I did wrong? 我做错了什么想法?

The composer package michielroos/typo3scan relies on a fork of typo3/cms-scanner and I had the original package by Oliver Hader included in my composer.json. 作曲家包michielroos/typo3scan依赖于一个typo3/cms-scanner的分支,我有我的composer.json中包含的Oliver Hader的原始包。

After switching to the fork now everything works fine! 切换到前叉现在一切正常!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM