mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-24 04:44:35 +02:00
Require PHP 7.2 as minimum version
This allows us to upgrade many libs (including Symfony itself) and should not has a large impact as the most linux distros ships either PHP 7.0 or PHP 7.2.
This commit is contained in:
parent
1016f0d4ee
commit
be34a0f734
5 changed files with 259 additions and 100 deletions
|
@ -239,7 +239,7 @@
|
|||
"version": "v2.3.0"
|
||||
},
|
||||
"php": {
|
||||
"version": "7.1.3"
|
||||
"version": "7.2.5"
|
||||
},
|
||||
"php-http/discovery": {
|
||||
"version": "1.7.0"
|
||||
|
@ -746,6 +746,9 @@
|
|||
"symfony/yaml": {
|
||||
"version": "v4.2.3"
|
||||
},
|
||||
"thecodingmachine/safe": {
|
||||
"version": "v0.1.16"
|
||||
},
|
||||
"tijsverkoyen/css-to-inline-styles": {
|
||||
"version": "2.2.2"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue