postcode-nl / PostcodeNl_Api_Magento2

A Magento 2 plugin that implements the Postcode.nl international address API
https://developer.postcode.eu/documentation/
BSD 2-Clause "Simplified" License
10 stars 13 forks source link

Added PHP 8.0 and 8.1 to version constraint #50

Closed peterjaap closed 2 years ago

peterjaap commented 2 years ago
$ vendor/bin/phpcs -p vendor/postcode-nl/api-magento2-module --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.0 
......................................... 41 / 41 (100%)

Time: 913ms; Memory: 22MB

$ vendor/bin/phpcs -p vendor/postcode-nl/api-magento2-module --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.1
......................................... 41 / 41 (100%)

Time: 953ms; Memory: 22MB
JerrySmidt commented 2 years ago

Thanks.

gerarddevisser commented 2 years ago

Could you please create a new tag with this fix?

JerrySmidt commented 2 years ago

The latest version now contains this fix.