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
For more details and other installation methods, see `installation instructions <./doc/installation.rst>`__.
41
43
@@ -51,9 +53,9 @@ You can use pre-built Docker images to run ``php-cs-fixer``.
51
53
52
54
``$FIXER_VERSION`` used in example above is an identifier of a release you want to use, which is based on Fixer and PHP versions combined. There are different tags for each Fixer's SemVer level and PHP version with syntax ``<php-cs-fixer-version>-php<php-version>``. For example:
53
55
54
-
* ``3.47.0-php7.4``
55
-
* ``3.47-php8.0``
56
-
* ``3-php8.3``
56
+
* ``3.80.0-php8.4``
57
+
* ``3.80-php8.4``
58
+
* ``3-php8.4``
57
59
58
60
Usage
59
61
~~~~~
@@ -63,7 +65,7 @@ the following command to fix the files PHP files in the ``src`` directory:
See `usage <./doc/usage.rst>`__, list of `built-in rules <./doc/rules/index.rst>`__, list of `rule sets <./doc/ruleSets/index.rst>`__ and `configuration file <./doc/config.rst>`__ documentation for more
0 commit comments