-
Notifications
You must be signed in to change notification settings - Fork 42
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
php version not declared #28
Comments
We don't currently declare a PHP version, I'm brand new to the repo and am currently trying to sort out which versions of PHP we should support. Based on default Raspberry Pi OS IMHO we should be supporting 7.2, 7.3, and working to sort out how to get 7.4 installed and ensure working there. I'm not sure what you were trying to do, but the readme instructions are correct in regards to running |
What I'm trying to do is improve this repository. Declaring supported php version is a de facto standard (apart from obvious advantages). |
Ah I see. As it currently stands I believe i"m going to pick 7.3 to standardize on at the moment since 7.4 doesn't come default with Raspberry Pi OS. |
Not supporting current php version is not fair. Moreover, curren Ubuntu for Pi comes with php 7.4 |
I'm fairly certain release 0.1.0 will work on PHP 7.4. Based on the 1 result in the poll on #26, the only respondent so far is using Raspberry Pi OS I don't think it's too far off to get 7.4. Maybe even later today. There's just been several other things I wanted to get updated first. |
Well, you can count me as a late voter for Ubuntu, taking your results to 50/50. |
No php version is declared, indeed the whole "require" section is missing from composer.json (didn't look at code, so maybe some other ext could be missing too)
The text was updated successfully, but these errors were encountered: