Skip to content

Commit

Permalink
Update php-parallel-lint/php-parallel-lint requirement from 1.3.2 to …
Browse files Browse the repository at this point in the history
…1.4.0 (#83)

Updates the requirements on
[php-parallel-lint/php-parallel-lint](https://github.com/php-parallel-lint/PHP-Parallel-Lint)
to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases">php-parallel-lint/php-parallel-lint's
releases</a>.</em></p>
<blockquote>
<h2>v1.4.0</h2>
<p>New version with support up to PHP 8.3 and preliminary support for
PHP 8.4.</p>
<h3>Added</h3>
<ul>
<li>The &quot;skip linting&quot; feature can now be used in PHP files
starting with a shebang, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/146">#146</a>
from <a href="https://github.com/xaben"><code>@​xaben</code></a>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>PHP 8.4 deprecation notice, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/154">#154</a>
from <a href="https://github.com/Ayesh"><code>@​Ayesh</code></a> and <a
href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>Bug fix: the PHP version check in the application bootstrap did not
work on PHP &lt; 5.3, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/100">#100</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>, fixes
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/62">#62</a>.</li>
<li>Bug fix: files containing the <code>~</code> character in their name
can now be processed correctly, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/118">#118</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>Bug fix: error message sometimes displayed on last line of code
snippet, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/98">#98</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>, fixes
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/93">#93</a>.</li>
<li>Bug fix: error message would sometimes contain duplicate
information, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/117">#117</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>Bug fix: the &quot;in file .. on line part&quot; text did not always
get cleaned correctly from the error message, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/118">#118</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The percentage output in the progress report is now aligned, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/140">#140</a>
from <a
href="https://github.com/robertology"><code>@​robertology</code></a>.</li>
<li>The error message displayed when the PHP version is too low for the
application to run is now more informative, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/100">#100</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>Composer: The package will now identify itself as a static
analysis/linting tool, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/134">#134</a>
from <a href="https://github.com/staabm"><code>@​staabm</code></a>.</li>
<li>Composer: fix grammar error, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/139">#139</a>
from <a
href="https://github.com/TravisCarden"><code>@​TravisCarden</code></a>.</li>
<li>README: improvement to the install instructions, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/99">#99</a>
from <a
href="https://github.com/samsonasik"><code>@​samsonasik</code></a>,
fixes <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/96">#96</a>.</li>
<li>README: move screenshot, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/97">#97</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>README: fix typos, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/124">#124</a>
from <a href="https://github.com/krsriq"><code>@​krsriq</code></a>.</li>
<li>Docs: code style consistency, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/137">#137</a>
from <a
href="https://github.com/lens0021"><code>@​lens0021</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>Prevent PHAR not being compatible with PHP &lt; 7.0, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/116">#116</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>GH Actions: update used actions, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/109">#109</a>,
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/158">#158</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>GH Actions: updates for box 4.x, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/121">#121</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>GH Actions: fix download URL for box, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/125">#125</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>GH Actions: use fail-fast with setup-php when creating the binaries,
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/131">#131</a>,
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/132">#132</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>GH Actions: update PHP version for PHAR boxing, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/152">#152</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>GH Actions: harden the workflow against PHPCS ruleset errors, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/128">#128</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>GH Actions: bust the cache semi-regularly, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/129">#129</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>GH Actions: update PHP versions in workflows, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/130">#130</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>GH Actions: update for the release of PHP 8.3, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/150">#150</a>,
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/151">#151</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>GH Actions: fix duplicate release, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/159">#159</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>SettingsParseArgumentsTest: fix bug in test, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/102">#102</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>OutputTest: fix risky test, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/156">#156</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
<li>Tests: fix issue with Nette Tester 1.x, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/141">#141</a>
from <a href="https://github.com/grogy"><code>@​grogy</code></a>.</li>
<li>Add dependabot configuration file, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/148">#148</a>
from <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>.</li>
</ul>
<p><a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/62">#62</a>:
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/62">php-parallel-lint/PHP-Parallel-Lint#62</a>
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/93">#93</a>:
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/93">php-parallel-lint/PHP-Parallel-Lint#93</a>
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/96">#96</a>:
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/96">php-parallel-lint/PHP-Parallel-Lint#96</a>
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/97">#97</a>:
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/pull/97">php-parallel-lint/PHP-Parallel-Lint#97</a>
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/98">#98</a>:
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/pull/98">php-parallel-lint/PHP-Parallel-Lint#98</a>
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/99">#99</a>:
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/pull/99">php-parallel-lint/PHP-Parallel-Lint#99</a>
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/100">#100</a>:
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/pull/100">php-parallel-lint/PHP-Parallel-Lint#100</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/php-parallel-lint/PHP-Parallel-Lint/blob/v1.4.0/CHANGELOG.md">php-parallel-lint/php-parallel-lint's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.3.2...v1.4.0">1.4.0</a>
- 2024-03-27</h2>
<h3>Added</h3>
<ul>
<li>The &quot;skip linting&quot; feature can now be used in PHP files
starting with a shebang, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/146">#146</a>
from [<a href="https://github.com/xaben"><code>@​xaben</code></a>].</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>PHP 8.4 deprecation notice, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/154">#154</a>
from [<a href="https://github.com/Ayesh"><code>@​Ayesh</code></a>] and
[<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>Bug fix: the PHP version check in the application bootstrap did not
work on PHP &lt; 5.3, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/100">#100</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>],
fixes <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/62">#62</a>.</li>
<li>Bug fix: files containing the <code>~</code> character in their name
can now be processed correctly, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/118">#118</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>Bug fix: error message sometimes displayed on last line of code
snippet, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/98">#98</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>],
fixes <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/93">#93</a>.</li>
<li>Bug fix: error message would sometimes contain duplicate
information, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/117">#117</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>Bug fix: the &quot;in file .. on line part&quot; text did not always
get cleaned correctly from the error message, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/118">#118</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The percentage output in the progress report is now aligned, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/140">#140</a>
from [<a
href="https://github.com/robertology"><code>@​robertology</code></a>].</li>
<li>The error message displayed when the PHP version is too low for the
application to run is now more informative, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/100">#100</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>Composer: The package will now identify itself as a static
analysis/linting tool, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/134">#134</a>
from [<a
href="https://github.com/staabm"><code>@​staabm</code></a>].</li>
<li>Composer: fix grammar error, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/139">#139</a>
from [<a
href="https://github.com/TravisCarden"><code>@​TravisCarden</code></a>].</li>
<li>README: improvement to the install instructions, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/99">#99</a>
from [<a
href="https://github.com/samsonasik"><code>@​samsonasik</code></a>],
fixes <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/96">#96</a>.</li>
<li>README: move screenshot, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/97">#97</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>README: fix typos, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/124">#124</a>
from [<a
href="https://github.com/krsriq"><code>@​krsriq</code></a>].</li>
<li>Docs: code style consistency, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/137">#137</a>
from [<a
href="https://github.com/lens0021"><code>@​lens0021</code></a>].</li>
</ul>
<h3>Internal</h3>
<ul>
<li>Prevent PHAR not being compatible with PHP &lt; 7.0, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/116">#116</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>GH Actions: update used actions, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/109">#109</a>,
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/158">#158</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>GH Actions: updates for box 4.x, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/121">#121</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>GH Actions: fix download URL for box, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/125">#125</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>GH Actions: use fail-fast with setup-php when creating the binaries,
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/131">#131</a>,
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/132">#132</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>GH Actions: update PHP version for PHAR boxing, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/152">#152</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>GH Actions: harden the workflow against PHPCS ruleset errors, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/128">#128</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>GH Actions: bust the cache semi-regularly, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/129">#129</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>GH Actions: update PHP versions in workflows, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/130">#130</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>GH Actions: update for the release of PHP 8.3, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/150">#150</a>,
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/151">#151</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>GH Actions: fix duplicate release, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/159">#159</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>SettingsParseArgumentsTest: fix bug in test, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/102">#102</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>OutputTest: fix risky test, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/156">#156</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
<li>Tests: fix issue with Nette Tester 1.x, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/141">#141</a>
from [<a href="https://github.com/grogy"><code>@​grogy</code></a>].</li>
<li>Add dependabot configuration file, <a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/148">#148</a>
from [<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>].</li>
</ul>
<p><a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/62">#62</a>:
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/62">php-parallel-lint/PHP-Parallel-Lint#62</a>
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/93">#93</a>:
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/93">php-parallel-lint/PHP-Parallel-Lint#93</a>
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/96">#96</a>:
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/96">php-parallel-lint/PHP-Parallel-Lint#96</a>
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/97">#97</a>:
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/pull/97">php-parallel-lint/PHP-Parallel-Lint#97</a>
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/98">#98</a>:
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/pull/98">php-parallel-lint/PHP-Parallel-Lint#98</a>
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/99">#99</a>:
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/pull/99">php-parallel-lint/PHP-Parallel-Lint#99</a>
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/100">#100</a>:
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/pull/100">php-parallel-lint/PHP-Parallel-Lint#100</a>
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/issues/102">#102</a>:
<a
href="https://redirect.github.com/php-parallel-lint/PHP-Parallel-Lint/pull/102">php-parallel-lint/PHP-Parallel-Lint#102</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/php-parallel-lint/PHP-Parallel-Lint/commit/6db563514f27e19595a19f45a4bf757b6401194e"><code>6db5635</code></a>
Changed version to 1.4.0</li>
<li><a
href="https://github.com/php-parallel-lint/PHP-Parallel-Lint/commit/dd8accf52e4bce9b49a0565ab517d5d81dbd1923"><code>dd8accf</code></a>
README: update supported versions</li>
<li><a
href="https://github.com/php-parallel-lint/PHP-Parallel-Lint/commit/c1600cd169c4da4867cd2ff0748335010b4f7f84"><code>c1600cd</code></a>
Changelog for the 1.4.0 release</li>
<li><a
href="https://github.com/php-parallel-lint/PHP-Parallel-Lint/commit/d8ccacd57985cd2803525a18e23758de1adad2cd"><code>d8ccacd</code></a>
CHANGELOG: order link list alphabetically</li>
<li><a
href="https://github.com/php-parallel-lint/PHP-Parallel-Lint/commit/359379e283ef63cbeefe7df204bc5ed66b8ce57c"><code>359379e</code></a>
GH Actions: fix duplicate release</li>
<li><a
href="https://github.com/php-parallel-lint/PHP-Parallel-Lint/commit/9447a5c404d3644e77f2f828554fae6cb8b5f38c"><code>9447a5c</code></a>
GH Actions: version update for various predefined actions</li>
<li><a
href="https://github.com/php-parallel-lint/PHP-Parallel-Lint/commit/c6dad33b1d3e736c11116e89c592847d620bb418"><code>c6dad33</code></a>
OutputTest: fix risky test</li>
<li><a
href="https://github.com/php-parallel-lint/PHP-Parallel-Lint/commit/c09ad7feaa8f8cf019dca82012a215243049bb4f"><code>c09ad7f</code></a>
Make PHP 8.4 implicit nullability fix compatible with PHP &lt; 7.1</li>
<li><a
href="https://github.com/php-parallel-lint/PHP-Parallel-Lint/commit/4d65d62575207712da9b67dbc9068f8d58980e38"><code>4d65d62</code></a>
[PHP 8.4] Fixes for implicit nullability deprecation</li>
<li><a
href="https://github.com/php-parallel-lint/PHP-Parallel-Lint/commit/b90851fc57d832c1d6ef0bac1618493ff06fca96"><code>b90851f</code></a>
Skip shebang sequence if it is the first line</li>
<li>Additional commits viewable in <a
href="https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.3.2...v1.4.0">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 28, 2024
1 parent 0eb282f commit fc83d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -21,7 +21,7 @@
"mediawiki/mediawiki-phan-config": "0.14.0",
"mediawiki/minus-x": "1.1.1",
"php-parallel-lint/php-console-highlighter": "1.0.0",
"php-parallel-lint/php-parallel-lint": "1.3.2"
"php-parallel-lint/php-parallel-lint": "1.4.0"
},
"scripts": {
"fix": [
Expand Down

0 comments on commit fc83d87

Please sign in to comment.