Skip to content

Commit

Permalink
version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AbmSourav committed Jun 10, 2023
1 parent bbc42ac commit 7fa07ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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;
use Symfony\Component\Console\Application;
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 Kathamo framework skeleton.",
"version": "1.0.3",
"version": "1.0.4",
"type": "library",
"minimum-stability": "stable",
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/templates/plugin_php.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) die();

define( '{{constent_prefix}}_FILE', __FILE__ );

require_once __DIR__ . '/Configs/bootstrap.php';
require_once __DIR__ . '/configs/bootstrap.php';

if ( file_exists( {{constent_prefix}}_DIR_PATH . '/vendor/autoload.php' ) ) {
require_once {{constent_prefix}}_DIR_PATH . '/vendor/autoload.php';
Expand Down

0 comments on commit 7fa07ff

Please sign in to comment.