mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 13:23:33 +03:00
Merge pull request #873 from acelaya-forks/feature/disable-platform-checks
Disabled platform checks in composer
This commit is contained in:
commit
f651b0e5a1
1 changed files with 2 additions and 1 deletions
|
@ -170,6 +170,7 @@
|
|||
"clean:dev": "<fg=blue;options=bold>Deletes artifacts which are gitignored and could affect dev env</>"
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
"sort-packages": true,
|
||||
"platform-check": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue