-
Notifications
You must be signed in to change notification settings - Fork 8
Drop PHP 5.x #75
Comments
@Hywan Can I help there? Which repository should I focus? |
That's a good question. Right now, it is very hard unfortunately… Let me explain why. Assuming we would like to update So far, I'm focusing on moving Why is it hard? Because I have to “hack” composer to not rely on remote Git repositories but on local ones, so that I can iterate more easily (I don't have to push and pull everytime I have a type issue for instance). So I'm afraid it's a lonely wolf job for few weeks :-(. Except if you replicate my weird hack setup locally. Once it's done, we will be able to update libraries more easily. Hint: I use https://github.com/nikic/TypeUtil/ to add types, and I use |
I can see you rock on this. Good luck 🚴♂️ |
Hello @Hywan, I've started to work on some migration PRs but I got an error about the
It seems that you run your tests locally, how are you bypassing that error ? Are you using a custom version for that extension ? If so maybe it can be useful to add these extension in the migration process ? |
Guide to migrate to PHP 7.11. Require PHP 7.1Update - "php" : ">=5.5.0",
+ "php" : ">=7.1", 2. Move sources to the new
|
Hello @Hywan If we want to run the test and therefore composer install (locally and on travis) we must set I'm kind of struggle due to Kitab (dependency of hoa/test) My case with a fix on |
Hi, any update here? It really becomes a blocker for Doctrine and AFAIR it is already an issue e.g. for JMS Serializer (cc @goetas). Thanks. |
@Majkl578 My personal deadline is to finish everything before Mars. Would it work? |
@Hywan Assuming you meant March (not Mars - external dependency on SpaceX may be a bit, well, unstable :P), that's fine, thanks! Let me know if I can help. |
@Majkl578 Haha, yeah, hum hum, indeed! I re-scheduled my life a little bit to boost Hoa. The refactoring for PHP 7.x might come earlier. My personal target is mid-February, but let's keep March the official deadline.
Being patient already means a lot to us :-). |
Is there a way to help? (So far switching to depend on dev-master shown being problematic. I can't even suggest people use a dev version because it may not install at all because of dependencies. It appears to me much better solution would be a beta version release for each related package.) |
See #74 for more information.
Progression
The text was updated successfully, but these errors were encountered: