Skip to content

Commit 28a8313

Browse files
committed
fixes #67 by only finding files that begin with an uppercase letter
1 parent 3658770 commit 28a8313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Install/GuidelineComposer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function find(): Collection
8787
$guidelines->put('foundation', $this->guideline('foundation'));
8888
$guidelines->put('boost', $this->guideline('boost/core'));
8989

90-
$guidelines->put('php', $this->guideline('php/base'));
90+
$guidelines->put('php', $this->guideline('php/core'));
9191

9292
// TODO: AI-48: Use composer target version, not PHP version. Production could be 8.1, but local is 8.4
9393
// $phpMajorMinor = PHP_MAJOR_VERSION.'.'.PHP_MINOR_VERSION;

0 commit comments

Comments
 (0)