forked from php-debugbar/php-debugbar
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f49a5e
commit adfc6e9
Showing
86 changed files
with
8,392 additions
and
8,330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
{ | ||
"name": "maximebf/debugbar", | ||
"description": "Debug bar in the browser for php application", | ||
"keywords": ["debug", "debugbar"], | ||
"homepage": "https://github.com/maximebf/php-debugbar", | ||
"type": "library", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Maxime Bouroumeau-Fuseau", | ||
"email": "[email protected]", | ||
"homepage": "http://maximebf.com" | ||
}, | ||
{ | ||
"name": "Barry vd. Heuvel", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.3.0", | ||
"psr/log": "^1.0", | ||
"symfony/var-dumper": "^2.6|^3.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.0|^5.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"DebugBar\\": "src/DebugBar/" | ||
} | ||
}, | ||
"suggest": { | ||
"kriswallsmith/assetic": "The best way to manage assets", | ||
"monolog/monolog": "Log using Monolog", | ||
"predis/predis": "Redis storage" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.13-dev" | ||
} | ||
} | ||
"name": "yetiforce/debugbar", | ||
"description": "Debug bar in the browser for php application", | ||
"keywords": ["debug", "debugbar"], | ||
"homepage": "https://github.com/maximebf/php-debugbar", | ||
"type": "library", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Maxime Bouroumeau-Fuseau", | ||
"email": "[email protected]", | ||
"homepage": "http://maximebf.com" | ||
}, | ||
{ | ||
"name": "Barry vd. Heuvel", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.3.0", | ||
"psr/log": "^1.0", | ||
"symfony/var-dumper": "^2.6|^3.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.0|^5.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"DebugBar\\": "src/DebugBar/" | ||
} | ||
}, | ||
"suggest": { | ||
"kriswallsmith/assetic": "The best way to manage assets", | ||
"monolog/monolog": "Log using Monolog", | ||
"predis/predis": "Redis storage" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.13-dev" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.