mirror of
https://github.com/Karaka-Management/oms-StockTaking.git
synced 2026-01-10 18:18:41 +00:00
fix vendor
This commit is contained in:
parent
3bc38e12ec
commit
d955f6affe
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
|
||||||
|
|
@ -14,7 +14,9 @@
|
||||||
"phpmd/phpmd": ">=2.9",
|
"phpmd/phpmd": ">=2.9",
|
||||||
"phpstan/phpstan": ">=1.8.6",
|
"phpstan/phpstan": ">=1.8.6",
|
||||||
"phan/phan": ">=3.2.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",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true
|
"prefer-stable": true
|
||||||
|
|
|
||||||
1360
composer.lock
generated
1360
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user