-
Notifications
You must be signed in to change notification settings - Fork 30
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
Error about nikic/php-parser when installing #95
Comments
Looks like it won't help, but can you try installing |
Tried
|
@rawaludin @mkusher "minimum-stability": "beta" change it to |
Had the same issue. "minimum-stability": "dev" In my global composer.json helped. |
Please try to using "stability flag".
here is my {
"repositories": [
{
"type": "vcs",
"url": "https://github.com/padawan-php/padawan.php"
}
],
"require": {
"mkusher/padawan": "dev-master",
"react/filesystem": "@dev",
"mkusher/react-co": "@dev"
}
}
|
I'm getting this error when try to install padawan
nikic/php-parser is not currently installed on my machine. Here is my composer.json and composer.lock file
composer.json https://gist.github.com/rawaludin/b16627c47aab49047e94fd3fa7dc3fc4
composer.lock https://gist.github.com/rawaludin/16ddf00269f2fe692382ba7c8b61cbf3
The text was updated successfully, but these errors were encountered: