Update composer and ignore composer/vendor and phive/tools folders

This commit is contained in:
Clemens Schwaighofer
2024-10-18 09:28:27 +09:00
parent 47da4d02ff
commit 5fc55c53b8
23 changed files with 12 additions and 1151 deletions

View File

@@ -3,9 +3,18 @@
"version": "dev-master",
"description": "CoreLibs: Development package",
"type": "library",
"config": {
},
"require": {
"php": ">=8.1"
"php": ">=8.3"
},
"require-dev": {
"phpstan/phpstan": "^1.12",
"phan/phan": "^5.4",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6"
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}