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

时间:2019-04-16 12:18:09

标签: typo3 typo3-8.x

我有一个基于作曲者的TYPO3 8.7安装,对typo3/cms-scanner:dev-mastermichielroos/typo3scan:dev-master有开发要求。

例如,当我跑步时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

存在目录vendor/typo3/cms-scanner/config/Matcher,但是没有特定TYPO3版本的子目录,例如v8

有什么想法我做错了吗?

1 个答案:

答案 0 :(得分:0)

composer软件包michielroos/typo3scan依赖于typo3/cms-scanner的分支,我的composer.json中包含了Oliver Hader的原始软件包。

切换到分叉后,现在一切正常!