Skip to content

Commit be2d2b6

Browse files
committed
Merge branch 'master' of github.com:mindaphp/debugger
2 parents 37f96df + 663c7a2 commit be2d2b6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "mindaphp/debugger",
3+
"license": "MIT",
4+
"authors": [
5+
{
6+
"name": "Maurits van der Schee",
7+
"email": "[email protected]",
8+
"homepage": "https://www.tqdev.com"
9+
}
10+
],
11+
"require": {
12+
"php": ">=5.3.0"
13+
}
14+
}

index.php

Lines changed: 1 addition & 1 deletion
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/Loader.php';
5+
require 'vendor/mindaphp/core/src/Loader.php';
66
// Load the config parameters
77
require 'config/config.php';
88
// Debugview class

0 commit comments

Comments
 (0)