b13 / slimphp-bridge

SlimPHP Integration in TYPO3 Frontend for rapid API development
GNU General Public License v2.0
17 stars 4 forks source link

PHP 8 compatibility #9

Closed thomashempel closed 2 years ago

thomashempel commented 2 years ago

I run a TYPO3 V11 on aPHP 8.1 machine, and tried to port my REST API to the slimphp-bridge.

Unfortunatly the user version nyholm/psr7-server is quite old and is not compatible with PHP 8. As far as I can see, the lib is used in the unit tests.

Would it be possible to raise the version of nyholm/psr7-server to at least 1.0.1 which added PHP 8 support?

bmack commented 2 years ago

totally, can you create a PR for it? Otherwise I can have a look in the next few days.

thomashempel commented 2 years ago

Sure, see #10 PSA: I have not run the tests!

thomashempel commented 2 years ago

Is there a release planned anytime soon?

bmack commented 2 years ago

done

thomashempel commented 2 years ago

❤️ Thanks!