ouun / zammad-wp

Zammad WordPress integration
GNU General Public License v2.0
27 stars 5 forks source link

PHP 8.0x compatibility #38

Closed Blackskyliner closed 1 year ago

Blackskyliner commented 1 year ago

As newer Wordpress Versions 6.1.x are running fine with PHP 8.1 the Plugin should also support of the mentioned version of PHP. As the current constraints limits the usability of this Plugin to old Wordpress Installations running on EOLed PHP 7.4.

The used WP_Mock uses the constraint "php": ">=7.3 < 9.0" in the composer file which we could also use as depending library.

ouun commented 1 year ago

@Blackskyliner I agree. Please feel free to create a PR for this and I will merge it. Thanks!

ouun commented 1 year ago

@Blackskyliner as I am releasing v0.9.1 anyways, I just did the change myself. However thanks a lot for the hint.