是与Laravel 5.5兼容的LaravelCollyce/注释



我想知道LaravelCollective/annotations是否与laravel的5.5.34版本兼容...我在LaravelCollective的官方网站中没有看到有关它的任何信息。

当我尝试使用

安装它时
composer require laravelcollective/annotations

我有一个错误:

  Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - Conclusion: remove laravel/framework v5.5.34
    - Conclusion: don't install laravel/framework v5.5.34
    - laravelcollective/annotations v5.4.0 requires illuminate/filesystem 5.4.* -> satisfiable by illuminate/filesystem[v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9].
    - laravelcollective/annotations v5.4.1 requires illuminate/filesystem 5.4.* -> satisfiable by illuminate/filesystem[v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9].
    - laravelcollective/annotations v5.4.2 requires illuminate/filesystem 5.4.* -> satisfiable by illuminate/filesystem[v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9].
    - don't install illuminate/filesystem v5.4.0|don't install laravel/framework v5.5.34
    - don't install illuminate/filesystem v5.4.13|don't install laravel/framework v5.5.34
    - don't install illuminate/filesystem v5.4.17|don't install laravel/framework v5.5.34
    - don't install illuminate/filesystem v5.4.19|don't install laravel/framework v5.5.34
    - don't install illuminate/filesystem v5.4.27|don't install laravel/framework v5.5.34
    - don't install illuminate/filesystem v5.4.36|don't install laravel/framework v5.5.34
    - don't install illuminate/filesystem v5.4.9|don't install laravel/framework v5.5.34
    - Installation request for laravel/framework == 5.5.34.0 -> satisfiable by laravel/framework[v5.5.34].
    - Installation request for laravelcollective/annotations ^5.4 -> satisfiable by laravelcollective/annotations[v5.4.0, v5.4.1, v5.4.2].

答案可能很晚,但也许会帮助某人


"laravelcollective/annotations: 5.5.1"版本无法清楚地工作

"laravelcollective/annotations: 5.5.1"错误中包含的错误: Undefined property: CollectiveAnnotationsRoutingAnnotationsResourcePath::$no_prefix

最新更新