mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 13:58:25 +01:00
Rimosso controllo della versione php da parte di composer
This commit is contained in:
parent
2e228691fe
commit
90563bf6b7
@ -15,7 +15,7 @@
|
||||
}],
|
||||
"type": "project",
|
||||
"require": {
|
||||
"php": ">=7.4",
|
||||
"php": ">=7.2",
|
||||
"ext-curl": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-fileinfo": "*",
|
||||
@ -138,6 +138,7 @@
|
||||
"optimize-autoloader": false,
|
||||
"apcu-autoloader": true,
|
||||
"prefer-stable": true,
|
||||
"platform-check": false,
|
||||
"platform": {
|
||||
"php": "7.4"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user