PHP8 and composer V2
Closed this issue · 4 comments
dom235 commented
Good day sir and thank you very much for this nice package!
Today i was trying to upgrade a project to PHP8.
Composer (V2) complains:
clarkeash/doorman v6.0.0 requires php ^7.3 -> your php version (8.0.0) does not satisfy that requirement.
What can i do?
Thanks in advance!
clarkeash commented
Hi, doorman needs updating to support PHP 8.0 this should be a simple fix (update the GitHub build and update the composer.json) as I don't anticipate any issues with 8.0.
dom235 commented
Hello Sir and thank you for your really fast reply!
I'm not that familiar with github, actions and PR's at all but i tried:
clarkeash commented
I have tagged version 6.1.0 with php 8.0 support. Run composer update
and you it should work for you now!
dom235 commented
Lovely! It worked like a charm ❤️ Thank you so much