mirror of
https://github.com/Karaka-Management/oms-BusinessExpenses.git
synced 2026-01-11 07:08:43 +00:00
fix vendor
This commit is contained in:
parent
17612573cf
commit
7b9e938d25
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
Build
|
||||||
|
*.cache
|
||||||
|
.directory
|
||||||
|
Vagrantfile
|
||||||
|
vendor
|
||||||
|
bower_components
|
||||||
|
node_modules
|
||||||
|
*.log
|
||||||
|
.vagrant
|
||||||
|
.vscode
|
||||||
|
.sass-cache
|
||||||
|
cache
|
||||||
|
Cache
|
||||||
|
Libraries
|
||||||
|
.idea
|
||||||
10
composer.lock
generated
10
composer.lock
generated
|
|
@ -9,16 +9,16 @@
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
"version": "1.10.15",
|
"version": "1.10.35",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan.git",
|
"url": "https://github.com/phpstan/phpstan.git",
|
||||||
"reference": "762c4dac4da6f8756eebb80e528c3a47855da9bd"
|
"reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/762c4dac4da6f8756eebb80e528c3a47855da9bd",
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e730e5facb75ffe09dfb229795e8c01a459f26c3",
|
||||||
"reference": "762c4dac4da6f8756eebb80e528c3a47855da9bd",
|
"reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-05-09T15:28:01+00:00"
|
"time": "2023-09-19T15:27:56+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "rector/rector",
|
"name": "rector/rector",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user