Browse Source

Added note about PHP version compatibility

fixes #55
tags/2.1.1
Carsten Brandt 7 years ago committed by GitHub
parent
commit
5cd9719386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

8
README.md

@ -33,6 +33,14 @@ or add
to the require section of your composer.json. to the require section of your composer.json.
> Note: Version 2.1 of this extensions uses Swiftmailer 6, which requires PHP 7. If you are using PHP 5,
> you have to use version 2.0 of this extension, which uses Swiftmailer 5, which is compatible with
> PHP 5.4 and higher. Use the following version constraint in that case:
>
> ```json
> "yiisoft/yii2-swiftmailer": "~2.1.0"
> ```
Usage Usage
----- -----

Loading…
Cancel
Save