1
0
mirror of https://github.com/owncloud/ocis.git synced 2025-04-17 12:37:07 +03:00

changed php version

This commit is contained in:
Sabin 2024-04-18 15:45:06 +05:45
parent da656cb8f7
commit d931c60615
No known key found for this signature in database
GPG Key ID: 69A1EAE4C53C640E
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ REDIS = "redis:6-alpine"
SELENIUM_STANDALONE_CHROME = "selenium/standalone-chrome:104.0-20220812"
SONARSOURCE_SONAR_SCANNER_CLI = "sonarsource/sonar-scanner-cli:5.0"
DEFAULT_PHP_VERSION = "7.4"
DEFAULT_PHP_VERSION = "8.2"
DEFAULT_NODEJS_VERSION = "18"
dirs = {

View File

@ -2,7 +2,7 @@
"name": "owncloud/ocis",
"config" : {
"platform": {
"php": "7.4"
"php": "8.2"
},
"vendor-dir": "./vendor-php",
"allow-plugins": {

View File

@ -1,7 +1,7 @@
{
"config" : {
"platform": {
"php": "7.4"
"php": "8.2"
},
"allow-plugins": {
"composer/package-versions-deprecated": true