mirror of
https://github.com/danog/phpdoc-parser.git
synced 2024-11-30 04:29:20 +01:00
16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"require": {
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"consistence-community/coding-standard": "^3.11",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
|
|
"slevomat/coding-standard": "^7.0.0"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|