experius / Magento-2-Module-Experius-Postcode-NL

PostcodeNl Api Magento 2 Module. Available At Packagist
https://packagist.org/search/?q=experius
Open Software License 3.0
29 stars 31 forks source link

Missing version constraint #50

Closed bethlehemit closed 4 years ago

bethlehemit commented 4 years ago

The composer.json does not provide a limit to the M2 versions supported. As such, M2.2 will update experius/module-postcode from version 1.3.4 to version 1.4, breaking the compile with the following message: PHP Fatal error: Interface 'Magento\Framework\GraphQl\Query\Resolver\IdentityInterface' not found in /home/ronald/SD/pauw/vendor/experius/module-postcode/Model/Resolver/Postcode/Identity.php on line 15

Could you please add a version constraint to the module?

ghost commented 4 years ago

@Hexmage

Hexmage commented 4 years ago

Added a requirement for magento 2.3+ on version 1.4.0 and higher.

bethlehemit commented 4 years ago

Thank you very much!