You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,20 +45,20 @@ via terminal: `composer require chillerlan/php-qrcode`
45
45
```json
46
46
{
47
47
"require": {
48
-
"php": "^7.4",
49
-
"chillerlan/php-qrcode": "dev-main"
48
+
"php": "^7.4 || ^8.0",
49
+
"chillerlan/php-qrcode": "v4.3.x-dev"
50
50
}
51
51
}
52
52
```
53
53
54
-
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.
54
+
Note: replace `v4.3.x-dev` with a [version constraint](https://getcomposer.org/doc/articles/versions.md#writing-version-constraints), e.g. `^4.3` - see [releases](https://github.com/chillerlan/php-qrcode/releases) for valid versions.
55
55
For PHP version ...
56
56
- 7.4+ use `^4.3`
57
57
- 7.2+ use `^3.4.1` (v3.4.1 also supports PHP8)
58
58
- 7.0+ use `^2.0`
59
59
- 5.6+ use `^1.0` (please let PHP 5 die!)
60
60
61
-
In case you want to keep using `dev-main`, specify the hash of a commit to avoid running into unforseen issues like so: `dev-main#b625396e0752d79747a55205ae7e191eeb459dcd`
61
+
In case you want to keep using `v4.3.x-dev`, specify the hash of a commit to avoid running into unforseen issues like so: `v4.3.x-dev#c115f7bc51d466ccb24c544e88329804aad8c2a0`
62
62
63
63
PSA: [PHP 7.0 - 7.3 are EOL](https://www.php.net/supported-versions.php) and therefore the respective `QRCode` versions are also no longer supported!
0 commit comments