Skip to content

Commit dc1461b

Browse files
committed
rename
1 parent be2d2b6 commit dc1461b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "mindaphp/debugger",
2+
"name": "mintyphp/debugger",
33
"license": "MIT",
44
"authors": [
55
{

index.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Change directory to project root
33
chdir(__DIR__ . '/../..');
44
// Use default autoload implementation
5-
require 'vendor/mindaphp/core/src/Loader.php';
5+
require 'vendor/mintyphp/core/src/Loader.php';
66
// Load the config parameters
77
require 'config/config.php';
88
// Debugview class
@@ -401,7 +401,7 @@ public static function getLoggingTabPane($requestId, $request)
401401
<html>
402402
<head>
403403
<base href="<?php echo Router::getBaseUrl(); ?>">
404-
<title>MindaPHP Debugger</title>
404+
<title>MintyPHP Debugger</title>
405405
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
406406
<meta name="viewport" content="width=device-width, initial-scale=1.0">
407407
<link rel="shortcut icon" href="debugger/img/favicon.ico">
@@ -421,8 +421,8 @@ public static function getLoggingTabPane($requestId, $request)
421421
<div class="row">
422422
<div class="col-md-4">
423423
<h3>
424-
<img src="debugger/img/mindaphp_logo_22x24.png" alt="MindaPHP logo" style="float:left; margin-right:10px;">
425-
MindaPHP Debugger
424+
<img src="debugger/img/mintyphp_logo_22x24.png" alt="MintyPHP logo" style="float:left; margin-right:10px;">
425+
MintyPHP Debugger
426426
</h3>
427427
</div>
428428
</div>

0 commit comments

Comments
 (0)