We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37f96df + 663c7a2 commit be2d2b6Copy full SHA for be2d2b6
composer.json
@@ -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
@@ -2,7 +2,7 @@
// Change directory to project root
chdir(__DIR__ . '/../..');
// Use default autoload implementation
-require 'vendor/mindaphp/core/Loader.php';
+require 'vendor/mindaphp/core/src/Loader.php';
// Load the config parameters
require 'config/config.php';
// Debugview class
0 commit comments