24 lines
664 B
JSON
24 lines
664 B
JSON
{
|
|
"name": "egrajp/development-corelibs-dev",
|
|
"version": "dev-master",
|
|
"description": "CoreLibs: Development package",
|
|
"keywords": ["corelib", "logging", "database", "templating", "tools"],
|
|
"type": "library",
|
|
"require": {
|
|
"php": ">=8.3"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^2.0",
|
|
"phpstan/phpstan-deprecation-rules": "^2.0",
|
|
"phpstan/extension-installer": "^1.4",
|
|
"phan/phan": "^5.4",
|
|
"phpunit/phpunit": "^9",
|
|
"yamadashy/phpstan-friendly-formatter": "^1.1"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|