Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
brookinsconsulting committed Nov 1, 2018
2 parents fd5cf30 + 7f25906 commit 9f15430
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions app/config/env/generic.php
Expand Up @@ -71,3 +71,7 @@
if ($value = getenv('SESSION_HANDLER_ID')) {
$container->setParameter('ezplatform.session.handler_id', $value);
}

if ($value = getenv('SESSION_SAVE_PATH')) {
$container->setParameter('ezplatform.session.save_path', $value);
}
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -35,13 +35,13 @@
"doctrine/orm": "^2.5",
"sensio/distribution-bundle": "^5.0.22",
"incenteev/composer-parameter-handler": "^2.1.3",
"ezsystems/ezpublish-kernel": "^7.3@dev",
"ezsystems/repository-forms": "^2.3@dev",
"ezsystems/ezpublish-kernel": "^7.4@dev",
"ezsystems/repository-forms": "^2.4@dev",
"ezsystems/ezplatform-solr-search-engine": "^1.5@dev",
"ezsystems/ez-support-tools": "^0.2@dev",
"ezsystems/ezplatform-http-cache": "^0.8@dev",
"ezsystems/ezplatform-admin-ui": "^1.3@dev",
"ezsystems/ezplatform-admin-ui-modules": "^1.3@dev",
"ezsystems/ezplatform-http-cache": "^0.9@dev",
"ezsystems/ezplatform-admin-ui": "^1.4@dev",
"ezsystems/ezplatform-admin-ui-modules": "^1.4@dev",
"ezsystems/ezplatform-admin-ui-assets": "^3.1@dev",
"ezsystems/ezplatform-design-engine": "^2.0@dev",
"ezsystems/ezplatform-standard-design": "^0.1@dev",
Expand Down Expand Up @@ -111,7 +111,7 @@
"file": "app/config/parameters.yml"
},
"branch-alias": {
"dev-master": "2.3.x-dev"
"dev-master": "2.4.x-dev"
}
}
}

0 comments on commit 9f15430

Please sign in to comment.