fix vendor

This commit is contained in:
Dennis Eichhorn 2023-09-24 16:03:39 +00:00
parent 3fa5184167
commit 72ec944756
2 changed files with 26 additions and 14 deletions

16
.gitignore vendored
View File

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

24
composer.lock generated
View File

@ -389,16 +389,16 @@
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v3.27.0", "version": "v3.28.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "e73ccaae1208f017bb7860986eebb3da48bd25d6" "reference": "113e09fea3d2306319ffaa2423fe3de768b28cff"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/e73ccaae1208f017bb7860986eebb3da48bd25d6", "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/113e09fea3d2306319ffaa2423fe3de768b28cff",
"reference": "e73ccaae1208f017bb7860986eebb3da48bd25d6", "reference": "113e09fea3d2306319ffaa2423fe3de768b28cff",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -472,7 +472,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.27.0" "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.28.0"
}, },
"funding": [ "funding": [
{ {
@ -480,7 +480,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-09-17T14:37:54+00:00" "time": "2023-09-22T20:43:40+00:00"
}, },
{ {
"name": "microsoft/tolerant-php-parser", "name": "microsoft/tolerant-php-parser",
@ -695,16 +695,16 @@
}, },
{ {
"name": "pdepend/pdepend", "name": "pdepend/pdepend",
"version": "2.14.0", "version": "2.15.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pdepend/pdepend.git", "url": "https://github.com/pdepend/pdepend.git",
"reference": "1121d4b04af06e33e9659bac3a6741b91cab1de1" "reference": "0d4d8fb87aa74c358c1c4364514017f34b4a68b9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pdepend/pdepend/zipball/1121d4b04af06e33e9659bac3a6741b91cab1de1", "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0d4d8fb87aa74c358c1c4364514017f34b4a68b9",
"reference": "1121d4b04af06e33e9659bac3a6741b91cab1de1", "reference": "0d4d8fb87aa74c358c1c4364514017f34b4a68b9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -746,7 +746,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/pdepend/pdepend/issues", "issues": "https://github.com/pdepend/pdepend/issues",
"source": "https://github.com/pdepend/pdepend/tree/2.14.0" "source": "https://github.com/pdepend/pdepend/tree/2.15.0"
}, },
"funding": [ "funding": [
{ {
@ -754,7 +754,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-05-26T13:15:18+00:00" "time": "2023-09-22T02:30:39+00:00"
}, },
{ {
"name": "phan/phan", "name": "phan/phan",