Skip to content
Snippets Groups Projects
Commit a4d9ed75 authored by ekes's avatar ekes
Browse files

Update

parent 3017c1d3
Branches menu-footer-meglio
No related tags found
No related merge requests found
......@@ -13,14 +13,14 @@ config:
# service to see what version are available
#
# NOTE: that this needs to be wrapped in quotes so that it is a string
php: '7.0'
php: '7.3'
# Optionally specify the location of the webroot relative to your approot.
#
# If ommitted this will be your approot itself.
webroot: web
drush: global:8.1.17
drush: ^8
# Optionally activate xdebug
#
......@@ -32,17 +32,17 @@ config:
# See: https://docs.devwithlando.io/config/services.html
services:
solrindex:
type: solr:6.6
type: solr:7
core: drupal7
config:
conf: web/profiles/radar/modules/contrib/search_api_solr/solr-conf/6.x
conf: web/profiles/radar/modules/contrib/search_api_solr/solr-conf/7.x
# Optionally allow access to the database at localhost:9999
# You will need to make sure port 9999 is open on your machine
#
# You can also set `portforward: true` to have Lando dynamically assign
# a port. Unlike specifying an actual port setting this to true will give you
# a different port every time you restart your app
portforward: 9999
# portforward: 9999
# Optionally declare the name of the solr core.
# This setting is only applicable for versions 5.5 and above
# core: freedom
......
......@@ -2,7 +2,7 @@ api=2
core = 7.x
projects[pressflow][type] = "core"
projects[pressflow][download][type] = "get"
projects[pressflow][download][url] = "https://github.com/pressflow/7/archive/pressflow-7.89.zip"
projects[pressflow][download][url] = "https://github.com/pressflow/7/archive/refs/tags/pressflow-7.95.zip"
projects[radar][type] = "profile"
projects[radar][download][type] = "git"
projects[radar][download][branch] = "7.x-2.x"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment