Skocimis / textflow-php

PHP library that helps you send SMS using TextFlow API
https://textflow.me
MIT License
0 stars 0 forks source link

Required PHP version in composer.json #3

Closed Maikuolan closed 1 year ago

Maikuolan commented 1 year ago

Would be good to explicitly state in the composer.json file the PHP version requirements for the package.

E.g.,

    "require": {
        "php": "^7|^8"
    }
Skocimis commented 1 year ago

Thank you for your suggestion. I've added the PHP version requirement to the composer.json file. Now it explicitly states that the package requires PHP version 7.4 or higher, including any PHP 8 versions. I appreciate your input which helps to make our package better and easier to use.

Maikuolan commented 1 year ago

Happy to help. :-)