Skip to content

Commit

Permalink
Update php to v1.4.0 (#139)
Browse files Browse the repository at this point in the history
* Update php to v1.4.0

* Update php to v1.5.0

* Add ssl test for drupal-custom.
  • Loading branch information
reynoldsalec authored Oct 18, 2024
1 parent 450567c commit 2de67b0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 28 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

* Updated lando/php to v1.5.0.

## v1.7.0 - [September 30, 2024](https://github.com/lando/drupal/releases/tag/v1.7.0)

* Updated lando/mariadb to v1.5.0.
Expand Down
1 change: 1 addition & 0 deletions examples/drupal-custom/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ config:
webroot: bob
database: mysql:5.7
xdebug: true
ssl: true
config:
database: config/mysql.cnf
php: config/php.ini
Expand Down
4 changes: 4 additions & 0 deletions examples/drupal-custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ lando php -v | grep "PHP 8.3"
# Should use composer 2.0.7
lando exec appserver -- /bin/sh -c 'NO_COLOR=1 composer -V' | grep "Composer version 2.0.7"

# Should serve and be accessible over ssl if specified
lando exec appserver_nginx -- curl https://localhost
lando exec appserver -- curl https://appserver_nginx

# Should be running mysql 5.7 by default
lando mysql -V | grep 5.7

Expand Down
35 changes: 8 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@lando/mssql": "^1.0.0",
"@lando/mysql": "^1.3.0",
"@lando/nginx": "^1.0.0",
"@lando/php": "^1.2.0",
"@lando/php": "^1.5.0",
"@lando/postgres": "^1.1.0",
"lodash": "^4.17.21",
"semver": "^7.5.4"
Expand Down

0 comments on commit 2de67b0

Please sign in to comment.