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

Grido 2.0.4 doesn't install with nette 2.2.6 #171

Closed
sasule opened this issue Nov 24, 2014 · 0 comments
Closed

Grido 2.0.4 doesn't install with nette 2.2.6 #171

sasule opened this issue Nov 24, 2014 · 0 comments
Labels

Comments

@sasule
Copy link
Contributor

sasule commented Nov 24, 2014

Hello,

maybe there is an mismatched condition for nette dependency in composer.json.
https://github.com/o5/grido/blob/master/composer.json#L23:

 "require": {
    "php": ">=5.3",
    "nette/nette" : "2.2.4"
 },

I think it should be ">=2.2.4", or maybe only ">=2.2". Or is there any reason for having so strictly defined version of nette?

Part of my comoposer.json:

"require": {
    "php": ">= 5.4.0",
    "nette/nette": "~2.2",
    "dg/adminer-custom": "1.*",
    "o5/grido": "~2.0",
    "kdyby/translation": "~2.0",
    "kdyby/doctrine": "~2.1"
},
@o5 o5 closed this as completed in 5b139dc Nov 24, 2014
@o5 o5 added INVALID BUG and removed INVALID labels Dec 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants