We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724f6e2 commit f4e2c44Copy full SHA for f4e2c44
bin/apiato
@@ -4,9 +4,9 @@
4
use Apiato\Installer\Commands\NewCommand;
5
use Symfony\Component\Console\Application;
6
7
-require __DIR__ . './vendor/autoload.php';
+require __DIR__ . '../vendor/autoload.php';
8
9
-$application = new Application('Apiato Installer', '0.1.2');
+$application = new Application('Apiato Installer', '0.1.3');
10
11
# add our commands
12
$application->add(new NewCommand());
0 commit comments