mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 12:10:41 -05:00
This update gives mod versions a supported SPT version field that accepts a semantic version. The latest supported SPT version will be automatically resolved based on the semvar. Next up: I need to update the ModVersion to SptVersion relationship to be a many-to-many and expand the resolution to resolve multiple versions.
14 lines
199 B
Plaintext
14 lines
199 B
Plaintext
includes:
|
|
- ./vendor/larastan/larastan/extension.neon
|
|
parameters:
|
|
level: 6
|
|
paths:
|
|
- app
|
|
- bootstrap
|
|
- config
|
|
- database
|
|
- lang
|
|
- routes
|
|
excludePaths:
|
|
- tests/**/*
|