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
- updated GitHub workflow to support PHP 8.4 and the latest nightly,
- fixed workflow issue to correctly install Psalm 5.x,
- adjusted PHPUnit XML file with the latest version structure,
- hardened lots of places with old PHP conditions reported with RiskyTruthyFalsyComparison,
- hardened lots of places with string docblocks using non-empty-string,
- adjusted dataProviders methods to be static.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Each part is described in the dedicated section in this document.
31
31
32
32
## Installation
33
33
34
-
There are no required dependencies and all PHP versions from 5.3 up to latest 8.1[are tested](https://github.com/thunderer/Shortcode/actions/workflows/test.yaml) and supported. This library is available on Composer/Packagist as `thunderer/shortcode`, to install it execute:
34
+
There are no required dependencies and all PHP versions from 5.3 up to latest 8.x[are tested](https://github.com/thunderer/Shortcode/actions/workflows/test.yaml) and supported. This library is available on Composer/Packagist as `thunderer/shortcode`, to install it execute:
0 commit comments