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: index.html
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -69,17 +69,18 @@ <h2>Supported PHP Versions<a class="headerlink" href="#supported-php-versions" t
69
69
<li><p>PHP 8.1</p></li>
70
70
<li><p>PHP 8.2</p></li>
71
71
<li><p>PHP 8.3</p></li>
72
+
<li><p>PHP 8.4</p></li>
72
73
</ul>
73
74
</section>
74
75
<sectionid="documentation">
75
76
<h2>Documentation<aclass="headerlink" href="#documentation" title="Permalink to this heading">¶</a></h2>
76
77
<sectionid="installation">
77
78
<h3>Installation<aclass="headerlink" href="#installation" title="Permalink to this heading">¶</a></h3>
78
79
<p>The recommended way to install PHP CS Fixer is to use
79
-
<aclass="reference external" href="https://getcomposer.org/download/">Composer</a> in a dedicated <codeclass="docutils literal notranslate"><spanclass="pre">composer.json</span></code> file in your project, for example in
80
-
the <codeclass="docutils literal notranslate"><spanclass="pre">tools/php-cs-fixer</span></code> directory:</p>
<p>For more details and other installation methods, see <aclass="reference internal" href="doc/installation.html"><spanclass="doc">installation instructions</span></a>.</p>
@@ -90,16 +91,16 @@ <h3>Run with Docker<a class="headerlink" href="#run-with-docker" title="Permalin
90
91
<p>You can use pre-built Docker images to run <codeclass="docutils literal notranslate"><spanclass="pre">php-cs-fixer</span></code>.</p>
91
92
<p><codeclass="docutils literal notranslate"><spanclass="pre">$FIXER_VERSION</span></code> 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 <codeclass="docutils literal notranslate"><spanclass="pre"><php-cs-fixer-version>-php<php-version></span></code>. For example:</p>
<p>See <aclass="reference internal" href="doc/usage.html"><spanclass="doc">usage</span></a>, list of <aclass="reference internal" href="doc/rules/index.html"><spanclass="doc">built-in rules</span></a>, list of <aclass="reference internal" href="doc/ruleSets/index.html"><spanclass="doc">rule sets</span></a> and <aclass="reference internal" href="doc/config.html"><spanclass="doc">configuration file</span></a> documentation for more
0 commit comments