-
Notifications
You must be signed in to change notification settings - Fork 396
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
drupal-check forces to use PHP 7.3 #3761
Comments
For now, Resolved using |
How did you initially come to have ocramius/package-versions:1.5.x installed? My guess is that you created the project or ran composer update on a machine with PHP 7.3 installed, and then tried to run it on a machine without it. Always run |
Actually instead of pinning that one package, try running |
Thank you @danepowell , Awesome as usual :) That resolved the issue, Kept local environment PHP to 7.3 to stay ahead but sometimes that gives these issues. Created PR #3769 to fix the composer php version |
Updated Project Repo to Latest BLT v10.2.0.
![image](https://user-images.githubusercontent.com/19162800/61510939-a66ff880-aa12-11e9-9290-b046628ba923.png)
You can see in the above screenshot, mglaman/drupal-check ^1.0.10 includes
jean85/pretty-package-versions ^1.2
as dependency and ocramius/package-versions ^1.2.0 is added as depedency as a child.By default ocramius/package-versions package is updating to stable version of '1.5.0' which needs PHP 7.3 [https://packagist.org/packages/ocramius/package-versions#1.5.0]
Due to the above case, BLT is forcing to update project to PHP 7.3 version.
is there any possibility to degrade ocramius/package version to 1.4.0 ?
cc: @mikemadison13 Related to #3710
The text was updated successfully, but these errors were encountered: