Skip to content

Commit

Permalink
Update php to v1.4.0 (#69)
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 laravel-custom.
  • Loading branch information
reynoldsalec authored Oct 18, 2024
1 parent d527a63 commit 0f0041b
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.5.0 - [September 30, 2024](https://github.com/lando/lamp/releases/tag/v1.5.0)

* Updated lando/mariadb to v1.5.0.
Expand Down
1 change: 1 addition & 0 deletions examples/lamp-custom/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,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/lamp-custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ lando exec appserver -- curl -L appserver_nginx/info.php | grep memory_limit | g
lando php -i | grep memory_limit | grep -e "-1"
lando exec appserver -- php -i | grep "memory_limit" | grep -e "-1"

# 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 @@ -48,7 +48,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"
},
Expand Down

0 comments on commit 0f0041b

Please sign in to comment.