Remove all base composer installed packages and move tool phive install for phan/phpstan/etc

This commit is contained in:
Clemens Schwaighofer
2023-10-04 14:47:48 +09:00
parent a3bf38f6cf
commit c4c809be66
3415 changed files with 16 additions and 597639 deletions

View File

@@ -3,20 +3,9 @@
"version": "dev-master",
"description": "CoreLibs: Development package",
"type": "library",
"require-dev": {
"phpstan/phpstan": "^1.10",
"phan/phan": "^5.4",
"phpstan/extension-installer": "^1.2",
"vimeo/psalm": "^5.7",
"phpstan/phpstan-deprecation-rules": "^1.1"
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"require": {
"php": ">=8.1",
"psr/log": "^2.0 || ^3.0"
"php": ">=8.1"
}
}