From 4e03cdcc855e323d4e9f7600ab7388d51a99984d Mon Sep 17 00:00:00 2001 From: codemasher Date: Thu, 18 Nov 2021 12:08:30 +0100 Subject: [PATCH] :octocat: moved readme images --- {docs => .github/images}/example_image.png | Bin {docs => .github/images}/example_svg.png | Bin README.md | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) rename {docs => .github/images}/example_image.png (100%) rename {docs => .github/images}/example_svg.png (100%) diff --git a/docs/example_image.png b/.github/images/example_image.png similarity index 100% rename from docs/example_image.png rename to .github/images/example_image.png diff --git a/docs/example_svg.png b/.github/images/example_svg.png similarity index 100% rename from docs/example_svg.png rename to .github/images/example_svg.png diff --git a/README.md b/README.md index e75b1baa7..6d7669861 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ via terminal: `composer require chillerlan/php-qrcode` ``` Note: replace `dev-main` with a [version constraint](https://getcomposer.org/doc/articles/versions.md#writing-version-constraints), e.g. `^3.2` - see [releases](https://github.com/chillerlan/php-qrcode/releases) for valid versions. -For PHP version ... +For PHP version ... - 7.4+ use `^4.3` - 7.2+ use `^3.4.1` (PHP 7.2 is EOL and 7.3 soon! v3.4.1 also supports PHP8 - however, it's no longer supported) - 7.0+ use `^2.0` (PHP 7.0 and 7.1 are EOL!) @@ -74,8 +74,8 @@ echo 'QR Code'; ```

- QR codes are awesome! - QR codes are awesome! + QR codes are awesome! + QR codes are awesome!

Wait, what was that? Please again, slower! See [Advanced usage](https://github.com/chillerlan/php-qrcode/wiki/Advanced-usage) on the wiki.