Update README.md (#472)

Added note regarding minimum PHP version in composer.json.
This commit is contained in:
NotionCommotion 2021-07-21 01:48:06 -07:00 committed by GitHub
parent 031d14f6e4
commit 820cb16122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,8 @@ vendor/bin/rector process src
*Note: `rector.php` is loaded by default. For different location, use `--config` option.*
*Note: Rector will only update legacy code to utilize new features which are supported by the PHP version defined in your `composer.json` file. For instance, if require.php is `>=7.2.5`, Rector will not make changes which are only available for PHP versions after 7.2.5.*
<br>
## Configuration