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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ Polyfills are provided for:
70
70
- the `Random\CryptoSafeEngine` interface introduced in PHP 8.2;
71
71
- the `Random\Engine\Secure` class introduced in PHP 8.2 (check [arokettu/random-polyfill](https://packagist.org/packages/arokettu/random-polyfill) for more engines);
72
72
- the `json_validate` function introduced in PHP 8.3;
73
+
- the `Override` attribute introduced in PHP 8.3;
73
74
74
75
It is strongly recommended to upgrade your PHP version and/or install the missing
75
76
extensions whenever possible. This polyfill should be used only when there is no
0 commit comments