Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

似乎不支持 Laravel 5.1 😂 #14

Closed
yiichou opened this issue Aug 18, 2016 · 4 comments
Closed

似乎不支持 Laravel 5.1 😂 #14

yiichou opened this issue Aug 18, 2016 · 4 comments

Comments

@yiichou
Copy link

yiichou commented Aug 18, 2016

Laravel 5.1 的依赖:

    "require": {
        //...
        "symfony/console": "2.7.*",
    },

phplint:

  "require": {
    "php": ">=5.5.9",
    "symfony/console": "3.0.*|3.1.*",
    "symfony/finder": "3.0.*|3.1.*",
    "symfony/process": "3.0.*|3.1.*",
    "symfony/yaml": "3.0.*|3.1.*"
  },

于是 5.1 就装不上了

@overtrue
Copy link
Owner

@IVANChou 那就全局装吧,不装在框架里:

$ composer global require overtrue/phplint -vvv

@yiichou
Copy link
Author

yiichou commented Aug 18, 2016

啊 看来是要这么干了

但是全局的话,.phplint-cache 又会出现问题吧
如果有多个项目

@overtrue
Copy link
Owner

@IVANChou 我来升级一个版本,让缓存只存到当前执行命令的位置

@overtrue
Copy link
Owner

@IVANChou 请使用 0.1 版本

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants