mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-13 03:45:21 +01:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "composer\/xdebug-handler",
|
|
"description": "Restarts a process without Xdebug.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"xdebug",
|
|
"performance"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "John Stevenson",
|
|
"email": "john-stevenson@blueyonder.co.uk"
|
|
}
|
|
],
|
|
"support": {
|
|
"irc": "irc:\/\/irc.freenode.org\/composer",
|
|
"issues": "https:\/\/github.com\/composer\/xdebug-handler\/issues"
|
|
},
|
|
"require": {
|
|
"php": "^5.3.2 || ^7.0 || ^8.0",
|
|
"psr\/log": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony\/phpunit-bridge": "^4.2 || ^5",
|
|
"phpstan\/phpstan": "^0.12.55"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix20210513\\Composer\\XdebugHandler\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"RectorPrefix20210513\\Composer\\XdebugHandler\\": "tests"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "vendor\/bin\/simple-phpunit",
|
|
"phpstan": "vendor\/bin\/phpstan analyse"
|
|
}
|
|
} |