Skip to content

Commit

Permalink
Fix a couple things for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
devsavage committed Apr 3, 2022
1 parent 4496c7e commit dfb850e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"twig/twig": "^3.3",
"slim/twig-view": "^3.3",
"vlucas/phpdotenv": "^5.4",
"savagedev/slim-skeleton-helpers": "*"
"savagedev/slim-skeleton-helpers": "^1.1.0"
},
"require-dev": {
"symfony/var-dumper": "^6.0"
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion craft
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const VERSION = "v1.0.0";

$kernel = new App\Console\Kernel;

$console = new SlimSkeleton\Console\Console($app, VERSION);
$console = new SlimSkeleton\Console\Console($app, VERSION, __DIR__);
$console->boot($kernel);

$console->run();

0 comments on commit dfb850e

Please sign in to comment.