Skip to content

Commit d52ca34

Browse files
committed
Fix a bug and Move to version 0.1.4
1 parent f4e2c44 commit d52ca34

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

bin/apiato

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
use Apiato\Installer\Commands\NewCommand;
55
use Symfony\Component\Console\Application;
66

7-
require __DIR__ . '../vendor/autoload.php';
7+
if (file_exists(__DIR__.'/../../../autoload.php')) {
8+
require __DIR__.'/../../../autoload.php';
9+
} else {
10+
require __DIR__.'/../vendor/autoload.php';
11+
}
812

9-
$application = new Application('Apiato Installer', '0.1.3');
13+
$application = new Application('Apiato Installer', '0.1.4');
1014

1115
# add our commands
1216
$application->add(new NewCommand());

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy