Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit fe95296

Browse files
require tchwork/debug-bundle
1 parent c0c34a5 commit fe95296

File tree

39 files changed

+2
-4510
lines changed

39 files changed

+2
-4510
lines changed

composer.json

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "High accuracy and flexible dumping for PHP variables",
55
"keywords": ["dump"],
6-
"homepage": "https://github.com/nicolas-grekas/Patchwork-Dumper",
6+
"homepage": "https://github.com/tchwork/debug-bundle",
77
"license": "MIT",
88
"authors": [
99
{
@@ -12,27 +12,6 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.3.3",
16-
"symfony/config": "~2.3",
17-
"symfony/dependency-injection": "~2.2",
18-
"symfony/event-dispatcher": "~2.3",
19-
"symfony/http-kernel": "~2.3",
20-
"symfony/var-dumper": "~2.6@dev"
21-
},
22-
"require-dev": {
23-
"twig/twig": "~1.12"
24-
},
25-
"autoload": {
26-
"psr-0": {
27-
"Symfony\\Bundle\\DebugBundle\\": "src",
28-
"Symfony\\Bridge\\Twig\\": "src",
29-
"Symfony\\Component\\HttpKernel\\": "src",
30-
"Symfony\\Component\\VarDumper\\": "src"
31-
}
32-
},
33-
"extra": {
34-
"branch-alias": {
35-
"dev-master": "1.3-dev"
36-
}
15+
"tchwork/debug-bundle": "~1.4"
3716
}
3817
}

doc/cli-example.png

-27.7 KB
Binary file not shown.

doc/json-spec-en.md

Lines changed: 0 additions & 430 deletions
This file was deleted.

doc/json-spec-fr.md

Lines changed: 0 additions & 474 deletions
This file was deleted.

doc/json-spec.png

-118 KB
Binary file not shown.

phpunit.xml.dist

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/Symfony/Bridge/Twig/Extension/DumpExtension.php

Lines changed: 0 additions & 80 deletions
This file was deleted.

src/Symfony/Bridge/Twig/Node/DumpNode.php

Lines changed: 0 additions & 84 deletions
This file was deleted.

src/Symfony/Bridge/Twig/Tests/Extension/DumpExtensionTest.php

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)