Skip to content

Commit 77461bc

Browse files
Update laravelFS version to 1.1.0
Revert the laravelFS version to 1.1.0 for consistency with project dependencies. This ensures compatibility and avoids potential conflicts with related tools or versions.
1 parent 661d82b commit 77461bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/laravelfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) {
99
}
1010

1111
// Define our own version and the Laravel Installer version we aim to match.
12-
$laravelFSVersion = '2.0.0';
12+
$laravelFSVersion = '1.1.0';
1313
$laravelInstallerVersion = '5.13.0';
1414

1515
// Compose the displayed version string.

0 commit comments

Comments
 (0)