chore(vendor): PHP依赖比较混乱,暂时采用NiuShop官方的依赖相互融合的版本

This commit is contained in:
2025-12-08 16:01:39 +08:00
parent e0aeea15f2
commit 54ef5ccf3d
1542 changed files with 128304 additions and 33334 deletions

View File

@@ -18,6 +18,7 @@
"require-dev": {
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"phpstan/phpstan-webmozart-assert": "^1.0",
"phpstan/extension-installer": "^1.0"
},
"autoload": {
@@ -37,11 +38,6 @@
"phpstan": "./vendor/bin/phpstan analyze",
"test": "phpunit"
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"config": {
"allow-plugins": {
"ocramius/package-versions": true,