Skip to content

Commit

Permalink
Update ComplianceConfiguration.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Jun 4, 2022
1 parent 8a2f219 commit d19926d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/ComplianceConfiguration.php
Expand Up @@ -14,7 +14,7 @@ final class ComplianceConfiguration
{
public function __construct(private ContainerInterface $container)
{
$this->container->set(ComposerDependency::CONFIG . '.php', PhpVersion::CURRENT_LATEST);
$this->container->set(ComposerDependency::CONFIG . '.php', PhpVersion::CURRENT_STABLE);
}

public function composerDependency(string $dependency): void
Expand Down

0 comments on commit d19926d

Please sign in to comment.