mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-28 03:24:07 -06:00
Merge pull request #873 from acelaya-forks/feature/disable-platform-checks
Disabled platform checks in composer
This commit is contained in:
commit
f651b0e5a1
@ -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 New Issue
Block a user