fix vendor

This commit is contained in:
Dennis Eichhorn 2023-09-24 16:03:39 +00:00
parent dfb7979b3f
commit 59150d5529
3 changed files with 693 additions and 686 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
Build
*.cache
.directory
Vagrantfile
vendor
bower_components
node_modules
*.log
.vagrant
.vscode
.sass-cache
cache
Cache
Libraries
.idea

View File

@ -14,7 +14,9 @@
"phpmd/phpmd": ">=2.9",
"phpstan/phpstan": ">=1.8.6",
"phan/phan": ">=3.2.6",
"rector/rector": "^0.16.0"
"phploc/phploc": ">=7.0",
"phpmetrics/phpmetrics": ">=2.8",
"rector/rector": ">=0.16.0"
},
"minimum-stability": "dev",
"prefer-stable": true

1360
composer.lock generated

File diff suppressed because it is too large Load Diff