We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e965d75 commit 838e007Copy full SHA for 838e007
.gitignore
@@ -0,0 +1,2 @@
1
+vendor
2
+.idea
bin/laravelfs
@@ -9,7 +9,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) {
9
}
10
11
// Define our own version and the Laravel Installer version we aim to match.
12
-$laravelFSVersion = '0.1.0';
+$laravelFSVersion = '1.0.0';
13
$laravelInstallerVersion = '5.13.0';
14
15
// Compose the displayed version string.
0 commit comments