mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Added target php platform in composer.json to prevent building versions that cannot be executed in older versions
This commit is contained in:
parent
2d85a207d1
commit
c8346bc5f8
@ -84,6 +84,9 @@
|
|||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"process-timeout": 0,
|
"process-timeout": 0,
|
||||||
"sort-packages": true
|
"sort-packages": true,
|
||||||
|
"platform": {
|
||||||
|
"php": "7.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user