We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" },
The text was updated successfully, but these errors were encountered:
5b139dc
No branches or pull requests
Hello,
maybe there is an mismatched condition for nette dependency in composer.json.
https://github.com/o5/grido/blob/master/composer.json#L23:
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:
The text was updated successfully, but these errors were encountered: