Update to PHP8.4+#82
Conversation
|
🏰 Composer Production Dependency changes 🏰
|
* Update test utils * Introduce `wyrihaximus/makefiles` * Dropped `thecodingmachine/safe` Thanks to @mikespub for the nudge to update this package
83e6769 to
9262a05
Compare
|
Thanks @WyriHaximus - that's great news I wanted to try sessions with Framework X to test integrating a legacy PHP application, and this package seemed like a good fit, except it hadn't been (manually) updated in years. So I forked it and did the minimal changes to update all dependencies, run a few tools and get the phpunit tests working, which is the version I have now. But as I wasn't familiar with your extensive set of tools & test utilities, I didn't feel comfortable creating a pull request here to integrate those changes. I'm glad this provided the right push though - thanks ;-) Obviously there are some merge issues between this PR and my version, and I noticed you made a few minor logic changes as well, so I'll probably wait until you merge this and create a new tag/release before dropping mine here and at packagist. And I'm happy to report that with this middleware, I could indeed integrate the legacy PHP application with Framework X without any concurrency issues due to sessions etc. :-) |
You can always ping me about packages I haven't updated in to long 😅 .
That's fine, I get that the whole stack can be intimidating but my goal with it is that running
Anything specific you changed you'd think should be ported back here?
That's great to hear! We should tell @clue about that 😉 . |
wyrihaximus/makefilesthecodingmachine/safeThanks to @mikespub for the nudge to update this package