phpstorm-stubs/composer.json

35 lines
768 B
JSON
Raw Normal View History

2016-12-17 18:11:50 +01:00
{
2018-12-10 18:18:37 +01:00
"name": "jetbrains/phpstorm-stubs",
"description": "PHP runtime & extensions header files for PhpStorm",
"homepage": "https://www.jetbrains.com/phpstorm",
"license": "Apache-2.0",
"keywords": [
"JetBrains",
"PHPStorm",
"stubs",
"autocomplete",
"type",
"inference",
"code",
"inspection"
],
"require-dev": {
"nikic/php-parser": "v5.0.0",
"phpdocumentor/reflection-docblock": "5.3.0",
"phpunit/phpunit": "10.5.5",
"friendsofphp/php-cs-fixer": "v3.46.0"
2018-12-10 18:18:37 +01:00
},
"autoload": {
"files": ["PhpStormStubsMap.php"]
},
2018-12-10 18:18:37 +01:00
"autoload-dev": {
"psr-4": {
"StubTests\\": "tests/"
}
2020-05-28 16:13:02 +02:00
},
"scripts": {
"cs": "php-cs-fixer fix -v --diff --dry-run",
"cs-fix": "php-cs-fixer fix -v --diff"
2018-12-10 18:18:37 +01:00
}
2016-12-17 18:11:50 +01:00
}