Skip to content

Commit

Permalink
autoloader path fix, v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AbmSourav committed Jun 15, 2023
1 parent 185f37d commit eb78091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/kathamo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env php
<?php
require_once __DIR__ . '../../vendor/autoload.php';
require_once __DIR__ . '/../../../../vendor/autoload.php';

use Kathamo\App\Commands\KathamoCLI;

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codesvault/kathamo-generator",
"description": "Kathamo Generator is a command line tool to generate new project with Kathamo framework.",
"version": "1.2.0",
"version": "1.2.1",
"type": "library",
"minimum-stability": "stable",
"autoload": {
Expand Down

0 comments on commit eb78091

Please sign in to comment.