trycourier / courier-php

A PHP package for communicating with the Courier REST API.
https://packagist.org/packages/trycourier/courier
MIT License
11 stars 4 forks source link

Update composer requirement to PHP 7.4 #32

Closed slashequip closed 2 years ago

slashequip commented 2 years ago

Description of the change

This MR bumps up the minimum required version of PHP, although no code changes are introduced this just ensures that the package is aligned with PHP's current minimum support offering.

As no code changes are introduced any consumers who want to use the latest version can use composer's --ignore-platform-reqs flag. Although I think this no-breaking-changes approach serves as a nice warning that latest and greatest code might be used in the future.

Type of change

Related issues

Fix #28

Checklists

Development

Code review

tk26 commented 2 years ago

thanks for adding this @slashequip 🥇